]> git.xonotic.org Git - xonotic/gmqcc.git/history - ast.c
gcc lost it's magic analyzer and now complains about uninitialized stuff... <sadface>
[xonotic/gmqcc.git] / ast.c
2012-11-04 Wolfgang (Blub)... gcc lost it's magic analyzer and now complains about...
2012-10-30 Wolfgang (Blub)... Error when lvalues are requested where that's not possible
2012-10-29 Wolfgang (Blub)... ast_call_check_types should not check more parameters...
2012-10-28 Wolfgang (Blub)... ast_type_to_string function
2012-10-28 Wolfgang (Blub)... ast_store needs to take over the type of its destination
2012-10-28 Wolfgang (Blub)... add error for function parameters of invalid types
2012-08-24 Wolfgang (Blub)... copy the function context over to its ir_value as well
2012-08-24 Wolfgang (Blub)... Not labeling temps/blocks if opts_dump isn't specified
2012-08-24 Wolfgang (Blub)... better labelling in ast_function_labeling, this time...
2012-08-23 Wolfgang (Blub)... Warna bout unused variables - -Wunused-variable, on...
2012-08-23 Wolfgang (Blub)... it's not the IR's job to fail when a local of the same...
2012-08-23 Wolfgang (Blub)... removing some extra newlines in ast error messages
2012-08-23 Wolfgang (Blub)... Variadic functions: works for builtins, warns for imple...
2012-08-21 Wolfgang (Blub)... ast_ifthen_codegen: the merge-jumps for an if's branche...
2012-08-19 Wolfgang (Blub)... more context copies
2012-08-19 Wolfgang (Blub)... have the ir take over some more context data from the ast
2012-08-19 Wolfgang (Blub)... Don't have the ast's codegen error on missing returns
2012-08-19 Wolfgang (Blub)... same as before for loops: don't try creating a jump...
2012-08-19 Wolfgang (Blub)... don't try to create jumps in ifs if the block is alread...
2012-08-19 Wolfgang (Blub)... provide the context to ir_functions
2012-08-19 Wolfgang (Blub)... Automatic prototyping of frame-functions
2012-08-18 Wolfgang (Blub)... ast_type_adopt - ast_entfield now adopts the full type...
2012-08-18 Wolfgang (Blub)... ast_unary needs to set its type
2012-08-18 Wolfgang (Blub)... ast_call: adopt the funciton's return type
2012-08-18 Wolfgang (Blub)... ast_return_delete: check if self->operand is actually...
2012-08-18 Wolfgang (Blub)... ast_return should accept NULL as value to create a...
2012-08-18 Wolfgang (Blub)... set expression.next to NULL in ast_block_set_type if...
2012-08-18 Wolfgang (Blub)... ast_value_copy should copy the expression substructure...
2012-08-18 Wolfgang (Blub)... initialize the ast_expression node in ast_shallow_type...
2012-08-18 Wolfgang (Blub)... initialize the ast_expression node in ast_type_copy...
2012-08-18 Wolfgang (Blub)... ast_member's are now kept, since they are used like...
2012-08-18 Wolfgang (Blub)... Add a comment about why we don't delete the owner
2012-08-18 Wolfgang (Blub)... Doh... wrong comment type
2012-08-18 Wolfgang (Blub)... ast_member will not unref/delete the owner: first of...
2012-08-18 Wolfgang (Blub)... ast_block_collect: add to ast_block->collect and set...
2012-08-18 Wolfgang (Blub)... initialize ast_block->collect properly
2012-08-18 Wolfgang (Blub)... collect vector-member locals in ast_block->collect...
2012-08-18 Wolfgang (Blub)... Revert "let ast_node have a use-counter, helpful for...
2012-08-18 Wolfgang (Blub)... let ast_node have a use-counter, helpful for the parser...
2012-08-18 Wolfgang (Blub)... Add an error output in the ast where I missed one ...
2012-08-16 Wolfgang (Blub)... print a proper error message when a function lacks...
2012-08-14 Wolfgang (Blub)... fixing ast_binstore_codegen's lvalue flag setting,...
2012-08-14 Wolfgang (Blub)... type comparison, function prototypes
2012-08-14 Wolfgang (Blub)... removing all direct 'printfs' from ast and ir, replaced...
2012-08-14 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-14 Wolfgang (Blub)... ast_binstore, used for +=, -=, ++, -- etc
2012-08-13 Wolfgang (Blub)... storing generated values and returning them early if...
2012-08-13 Wolfgang (Blub)... initialize ast_expression_common.outl/outr
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... fixed: ast_member needs to allow type_vector instead...
2012-08-12 Wolfgang (Blub)... ast_binary now keeps track of types
2012-08-12 Wolfgang (Blub)... merging master
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub)... ast_member_new now fixed up for fields, ast_shallow_typ...
2012-08-11 Wolfgang (Blub)... Generating fields using ir_builder_create_field
2012-08-11 Wolfgang (Blub)... removing an unused variable
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-10 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Experimental ast_member to access vector members
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-07-29 Wolfgang Bumillerast nodes now store their type id, and can be checked...
2012-07-28 Wolfgang BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into cmdline
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-28 Wolfgang Bumillerast_store to take ast_expression on its left, rather...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMoving parameters to from ast_value to ast_expression_c...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang Bumillerast_block_set_type
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang Bumillerast_return_new doesn't take an operator, we use INSTR_R...
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang Bumillerast_return
2012-07-26 Wolfgang Bumillerast/ir support for unary instructions
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerRemoved params from ast_function again. It really is...
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang Bumillerfix a warning about a format string
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang Bumillerast_function generates parameter locals, ir_function_cr...
2012-07-22 Wolfgang Bumillerstore_param storetype, parameter value list added to...
2012-07-20 Wolfgang Bumillerast_binary_new should determine the return type...
2012-07-20 Wolfgang Bumillerthe IR won't create globals of the same name - make...
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang Bumillerremoving params vector from ast_function, params are...
2012-07-04 Wolfgang BumillerDo not actually return after generating a call, there...
2012-07-04 Wolfgang BumillerStoring ir_v for functions
2012-07-04 Wolfgang Bumillerast_call needs to set its func member
2012-07-04 Wolfgang Bumillerast_call's param vector functions
2012-07-04 Wolfgang Bumillerast-macros: MKCONSTSTRING, added sHello hello world...
2012-07-03 Wolfgang Bumillercreating and generating builtin functions, ast-macros...
next