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... | 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-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 |
2012-06-07 |
Dale Weiler | Merge branch 'irgen' |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | Better fail |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | Fixed more warnings |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | fixed -Wconditional-uninitialized for ast codegen |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | Removed even more warnings |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | removed more warnings |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | fixed shadow issue |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | More compile warnings (disabled many for now, they... |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | s/\t/ /g |
commit | commitdiff | tree | snapshot |
2012-06-07 |
Dale Weiler | splint: use typedef instead of macro |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Wolfgang Bumiller | Print the name, not the struct pointer :S |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Dale Weiler | Whitespace |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang (Blub... | fixing fwrite calls I had messed up |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang (Blub... | Adding a few error message. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang (Blub... | TYPE_VARIANT in codegen, writing code from ast-test |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang (Blub... | generating block code in a simple naive order for now... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang (Blub... | Checking if mem_a returns NULL in ir_..._new functions |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang (Blub... | It's the same TYPE enum... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang Bumiller | More work on generating code - still not instantiating... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang Bumiller | Starting ir_builder_generate - TYPE_FUNCTION still... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang Bumiller | code_cachedstring |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang Bumiller | Convenience function to store a predefined string in... |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Wolfgang Bumiller | Preparing to generate code from the IR - code_write... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Dale Weiler | readme s/\t/ /g |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Dale Weiler | Updated readme |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Dale Weiler | Merge branch 'master' of github.com:graphitemaster... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Dale Weiler | util_strncmpexact |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Wolfgang (Blub... | removing ast-test macro concept |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Wolfgang (Blub... | A new ast-test, now using some macros to make them... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Wolfgang (Blub... | Fixed some dangling '}', it compiles again now |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Wolfgang (Blub... | What was I thinking... fixing loop's jump creation... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Wolfgang (Blub... | ast_loop must end by entering the outgoing block |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Wolfgang (Blub... | Changing life-range calculation to include the last... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Wolfgang (Blub... | Move the output block of a loop to after the loop,... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Dale Weiler | More assembly parsing (function call stuff) |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_function gets 'breakblock' and 'continueblock'... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Dale Weiler | More assembler code (less allocations too) |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | Same for ternary: reordered a bit, and fixing ontrue... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | reorder ifthen codegen and fix a jump generation where... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_loop - codegen dummied |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | If-protect on_true and on_false in ast_ifthen since... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | Removing TODO-comment since it's done |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | Dump should print a warning if lifepasses don't match... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_function_codegen: Add a return instruction if it... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast-test should also finalize functions directly |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | naive_phi now recognizes both store_local and store_val... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ir-test.c to use assertions, abort alone creates an... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | sprintf with length modifiers is annoying... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_test to build an IR |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_ternary_codegen - beware, it's almost a spaghetti... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_function_label now takes a labelname to prefix... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_ifthen_codegen |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | ast_entfield_codegen |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Wolfgang (Blub... | Type information moved to ast_expression from ast_value... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Dale Weiler | Trailing whitespace was imminent, pending editor config... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Dale Weiler | supress attribute warnings |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Dale Weiler | Merge remote-tracking branch 'origin/ast-and-ir' |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | ast_binary_codegen, ast_function_label (no I don't... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Dale Weiler | Merge branch 'master' into ast-and-ir |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Dale Weiler | argsize parsing for assembler |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | ast_store_codegen and its l/rvalue handling |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | A note to clarify the ast_block/ir_block difference |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | ast_block_codegen - as you can see, an ast_block doesn... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | create the ir_function in ast_function_codegen, keep... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | going through function blocks in ast_function_codegen |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | ast_local/global_codegen exposed through the header... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | ast_local_codegen - similar structure to global_codegen... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Wolfgang (Blub... | for ast_value_codegen this should be enough, since... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Dale Weiler | More function parsing for assembler |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Dale Weiler | assembly statement operand parsing. Now all we need... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Dale Weiler | test.qs update |
commit | commitdiff | tree | snapshot |
next |