2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Wolfgang Bumiller | removing an old comment |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Wolfgang Bumiller | Moving parameters to from ast_value to ast_expression_c... |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Wolfgang Bumiller | ast_block_set_type |
blob | commitdiff | raw | diff to current |
2012-07-26 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-26 |
Wolfgang Bumiller | ast_return_new doesn't take an operator, we use INSTR_R... |
blob | commitdiff | raw | diff to current |
2012-07-26 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-26 |
Wolfgang Bumiller | ast_return |
blob | commitdiff | raw | diff to current |
2012-07-26 |
Wolfgang Bumiller | ast/ir support for unary instructions |
blob | commitdiff | raw | diff to current |
2012-07-22 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-22 |
Wolfgang Bumiller | Removed params from ast_function again. It really is... |
blob | commitdiff | raw | diff to current |
2012-07-22 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-22 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-22 |
Wolfgang Bumiller | ast_function generates parameter locals, ir_function_cr... |
blob | commitdiff | raw | diff to current |
2012-07-22 |
Wolfgang Bumiller | store_param storetype, parameter value list added to... |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Wolfgang Bumiller | merging master, and adapting |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Wolfgang Bumiller | removing params vector from ast_function, params are... |
blob | commitdiff | raw | diff to current |
2012-07-19 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Wolfgang Bumiller | Merging master |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Wolfgang Bumiller | First thing: we want quaternions and 4x4 matrices |
blob | commitdiff | raw | diff to current |
2012-07-03 |
Wolfgang Bumiller | creating and generating builtin functions, ast-macros... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Wolfgang (Blub)... | ast_call node; codegen dummy |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Wolfgang (Blub)... | ast_function gets 'breakblock' and 'continueblock'... |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Wolfgang (Blub)... | ast_loop - codegen dummied |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Wolfgang (Blub)... | Removing TODO-comment since it's done |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Wolfgang (Blub)... | ast_function_label now takes a labelname to prefix... |
blob | commitdiff | raw | diff to current |
2012-05-03 |
Wolfgang (Blub)... | Type information moved to ast_expression from ast_value... |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Dale Weiler | Merge remote-tracking branch 'origin/ast-and-ir' |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Wolfgang (Blub)... | ast_binary_codegen, ast_function_label (no I don't... |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Dale Weiler | Merge branch 'master' into ast-and-ir |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Wolfgang (Blub)... | create the ir_function in ast_function_codegen, keep... |
blob | commitdiff | raw | diff to current |
2012-05-02 |
Wolfgang (Blub)... | ast_local/global_codegen exposed through the header... |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Wolfgang Bumiller | ast_ternary - contrary to ast_ifthen neither ontrue... |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Wolfgang Bumiller | if-then-else AST node - this one is not for ternary... |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Wolfgang Bumiller | codegen gets an lvalue flag now |
blob | commitdiff | raw | diff to current |
2012-05-01 |
Wolfgang Bumiller | ast_entfield node |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Dale Weiler | Merge branch 'master' into ast-and-ir |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Dale Weiler | Remove trailing whitespace from everything |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Wolfgang Bumiller | ast_function gets a handle to its ir_function, ast_glob... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Wolfgang Bumiller | ast_binary takes 2 expressions, not 2 values, ast_store... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Wolfgang Bumiller | ast_value and ast_function are linked together when... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Wolfgang Bumiller | lex_ctx_t -> lex_ctx, vector_t -> vector |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Dale Weiler | astir.h -> gmqcc.h |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Wolfgang Bumiller | Header guards and macros get {} in oneline ifs and... |
blob | commitdiff | raw | diff to current |
2012-04-28 |
Dale Weiler | Merge branch 'assembler' into ast-and-ir |
blob | commitdiff | raw | diff to current |
2012-04-27 |
Wolfgang (Blub)... | ast_value_set_name to return bool |
blob | commitdiff | raw | diff to current |
2012-04-27 |
Wolfgang (Blub)... | Merge branch 'master' into blub/ast-and-ir-merging |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Wolfgang (Blub)... | Adding a 'keep' bool to nodes: Generally, destroying... |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Wolfgang (Blub)... | Introduce an ast_store rather than splitting ast_binary |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Wolfgang (Blub)... | ast_binary_new to initialize codegen function ptr,... |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Wolfgang (Blub)... | block and value codegen protos |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Wolfgang (Blub)... | qbool -> bool |
blob | commitdiff | raw | diff to current |
2012-04-26 |
Wolfgang (Blub)... | Merge branch 'master' into blub/ast-and-ir-merging |
blob | commitdiff | raw | diff to current |
2012-04-25 |
Wolfgang (Blub)... | Copyright notices |
blob | commitdiff | raw | diff to current |
2012-04-25 |
Wolfgang (Blub)... | ast.h |
blob | commitdiff | raw | diff to current |
|