2012-07-28 |
Wolfgang Bumiller | ir_block_create_fieldaddress to pass on fieldtype from... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | test/ast-test.c must define opts_ variables since we... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | code_alloc_field to allocate entityfield data, ir now... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Merge branch 'master' into cmdline |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | use util_ functions for strtocmd and strtononcmd |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Added missing parameter names |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | util_strtocmd, util_strtononcmd |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | reuse old opts_, renamed all opt_ to opts_ to be consis... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | flags.def and warns.def containing defined flags and... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | ast_store to take ast_expression on its left, rather... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | consistency ftw |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | -fhelp to list -f flags, -Whelp to list -W options |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Add -foverlap-locals - something we really should make... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Added handler for -W |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Fixing a warning |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Importing gmqcc.1 |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Print out all the information parsed from the commandline |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | gcc style long option support and -std=foo added |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Commandline handling first draft |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | executor: prog_delete: deleting builtins properly ... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | _MEM_ -> MEM_ again at use |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merging master and adapting _MEM_* on new mem-vector... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | _MEM_... -> MEM_... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | removing an old comment |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Moving parameters to from ast_value to ast_expression_c... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | ast_block_set_type |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | ast_return_new doesn't take an operator, we use INSTR_R... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | INSTR_NOT_* output to opC not opB... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | ast_return |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | ast/ir support for unary instructions |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Wolfgang Bumiller | Removed params from ast_function again. It really is... |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Wolfgang Bumiller | fix a warning about a format string |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Wolfgang Bumiller | use type_sizeof in another place where it wasn't |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Wolfgang Bumiller | ast_function generates parameter locals, ir_function_cr... |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Wolfgang Bumiller | store_param storetype, parameter value list added to... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | removing params vector from ast_function, params are... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | ir_function_dump to print builtins as such |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Correct variable name for type_storep_instr |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | type_storep_instr: in theory we could use type_store_in... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Replacing 2 switches to use type_store_instr instead |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Wolfgang Bumiller | use type_sizeof in some places where previously manual... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | Do not actually return after generating a call, there... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | Testing CALLs in test-ast |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | Store the codeaddr of function's ir_values upon generat... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | Return that the call was actually generated successfull... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | Storing ir_v for functions |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | ast_call needs to set its func member |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | ast_call's param vector functions |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | ast-macros: MKCONSTSTRING, added sHello hello world... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | Enabling the print builtin nodes, soon to be used to... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | add AINSTR_END to the end of functions so the debug... |
commit | commitdiff | tree | snapshot |
2012-07-04 |
Wolfgang Bumiller | Don't die on functions with no variables |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Wolfgang Bumiller | creating and generating builtin functions, ast-macros... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Wolfgang Bumiller | basic CALL translation: to be refined |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Wolfgang Bumiller | type_store_instr[] to get an INSTR_STORE_x by type |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Wolfgang (Blub... | Adopt dp's function-local backup strategy and add param... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Wolfgang (Blub... | fixed a typo in asm_instr[]: ES_FNC->EQ_FNC |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Wolfgang (Blub... | create_call should use store_return as output type... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Wolfgang (Blub... | adding another storage type: store_return; when generat... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Wolfgang (Blub... | generating an ir_value for an ir_function at creation now |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Wolfgang (Blub... | function in the ast now MUST have an output type in... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Wolfgang (Blub... | ir_builder_create_call to take return type from the... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Wolfgang (Blub... | Fix a possibly uninitialized variable |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Wolfgang (Blub... | Fixing GMQCC_SUPPRESS_EMPTY_BODY typo |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Wolfgang (Blub... | ast_call_codegen, ir_block_create_call plus call-relate... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Wolfgang (Blub... | Added a comment about an idea on how to translate calls... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Wolfgang (Blub... | ast_call node; codegen dummy |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Wolfgang (Blub... | ir_instr can now store a list of parameters, will be... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | exec.h -> gmqcc.h |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | tidying up, using the original typenames from code... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | Moving prog_section and prog_header to gmqcc.h to not... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | fixing Makefile for the qcvm_execprogram.h -> execloop... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | Commenting the VMXF_ flags |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | qcvm_execprogram.h -> execloop.h |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | sizeof(int)->sizeof(qcint) - pointed out by graphitemaster |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | make clean : now deletes qcvm |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | A prototype for error handling |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | 'make qcvm' now builds exec-standalone.o from exec... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | more protos in exec.h |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | Moving typedefs and defines from exec.c into an exec... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | moved mem_resize and mem_append vector function macros... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | fix vector resize to not always resize and actually... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | prog_enter/leavefunction made static |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Wolfgang (Blub... | Executor now executes and traces |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Wolfgang (Blub... | Searching for 'main' |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Wolfgang (Blub... | Listing functions |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Wolfgang (Blub... | local-stack, locak-stack-pointer, getting strings from... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | executor: loader |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | Deleting the manually written ast-test which was '... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | generation of COND and JUMP now works |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | ir_function.allocated_locals now contains the number... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | removing debug output |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | value position allocation, fixing a possible endless... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | ir_value_life_merge_into, to merge the liferange of... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | ir_function_allocate_locals prototype |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | u1 here instead of s1 |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | Don't add the var_ prefix to function names in the... |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | generate the trailing zero |
commit | commitdiff | tree | snapshot |
2012-06-25 |
Wolfgang (Blub... | Generate function global, take 2-op instruction operand... |
commit | commitdiff | tree | snapshot |
2012-06-11 |
Wolfgang (Blub... | Fixing NULL->false and empty lines... |
commit | commitdiff | tree | snapshot |
next |