2012-07-26 |
Wolfgang Bumiller | handling return |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | return is a keyword |
commit | commitdiff | tree | snapshot |
2012-07-22 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
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 | Merge branch 'master' into blub/bc3 |
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 | Merge branch 'master' into blub/bc3 |
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-22 |
Wolfgang Bumiller | Handling parenthesis in expressions |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | ast_binary_new should determine the return type... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | the IR won't create globals of the same name - make... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | add locals to their ast_block, can create stores now |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | Handling some operands, added type_name array |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | static operator_count |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | parser_sy_pop, has to pop operators and operands and... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | working on operator translation |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | handling of operations |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | Starting expression parsing |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | keeping float immediates/constants in parser's imm_floa... |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | operator ids need to be written later -_- |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | Adding ids to operators for SYA later |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | statement/expression proto |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | Handling of multiple variables with comma |
commit | commitdiff | tree | snapshot |
2012-07-20 |
Wolfgang Bumiller | Local variable parsing |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Keep track of blocklocal in parser_parse_block |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Factoring out variable parsing so it can be used for... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Proto for parsing a function body |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | null-init parser_t, add a function member to it |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Properly parse functions without parameters |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Parse away the semicolon after an assignment |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | merging master, and adapting |
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 | additional/superfluous check removed |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | ir_function_dump to print builtins as such |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Properly check if it's a function... checking the param... |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | builtins are negative |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | handling function definitions better, generating functions |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Handling definition of builtins |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | handle EOF |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | parsing typenames completely now with function parameters |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Building the output - global variables for now |
commit | commitdiff | tree | snapshot |
2012-07-19 |
Wolfgang Bumiller | Don't die on regular EOF |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Reading a global def |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Starting some parsing |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Copying my old lexer |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Temporarily reordering instructions for compatibility |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Clearing main |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Reverting the removal of _FV instructions, it's just... |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | fixing matrix/quaternion constval setters |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
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 | Updating makefile to remove all the not yet used stuff |
commit | commitdiff | tree | snapshot |
2012-07-16 |
Wolfgang Bumiller | Merging master |
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 | type_sizeof is an array, not a function |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Wolfgang Bumiller | use type_sizeof in some places where previously manual... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Wolfgang Bumiller | First thing: we want quaternions and 4x4 matrices |
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... | 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 |
next |