2012-07-28 |
Wolfgang Bumiller | adapting to change in master: ast_store takes an ast_ex... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
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 | Adding more cleanup; checking whether or not a return... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | executor: prog_delete: deleting builtins properly ... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
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 with newly merged executor |
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 | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | _MEM_... -> MEM_... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Handling output file, writing output file |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Handling vector constants now too |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Handling string-immediates |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | removing an old comment |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Adapting to changes of where parameters are stored... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
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 | Starting some typechecking. Function parameters must... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Handling calls correctly now |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Parsing function calls |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Parsing a comma as an operator now - unless noop is... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | fixing comma operator |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | ast_block_set_type |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | keeping blocks around |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | factoring out the closing-paren handling code since... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | the comma is now in the operator list |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | opening paren and comma to the operator stack for funct... |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | Removing some debug output |
commit | commitdiff | tree | snapshot |
2012-07-27 |
Wolfgang Bumiller | handle parameters in parser_find_local |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | Parse named parameters of functions |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | parse ahead into the return expression as expected |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | Listen to the warning instead... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | Shutup a warning... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Wolfgang Bumiller | Merge branch 'master' into blub/bc3 |
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 | Merge branch 'master' into blub/bc3 |
commit | commitdiff | tree | snapshot |
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-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 | 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 |
next |