]> git.xonotic.org Git - xonotic/gmqcc.git/history - ast.c
if-then-else AST node - this one is not for ternary expressions
[xonotic/gmqcc.git] / ast.c
2012-05-01 Wolfgang Bumillerif-then-else AST node - this one is not for ternary...
2012-05-01 Wolfgang BumillerCommenting on future lvalue use in ast_store
2012-05-01 Wolfgang Bumillercodegen gets an lvalue flag now
2012-05-01 Wolfgang Bumillerast_instantiate should check return value of mem_a...
2012-05-01 Wolfgang Bumillerast_entfield node
2012-04-29 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-29 Wolfgang Bumillerparams should be deleted, not unref()d
2012-04-28 Wolfgang BumillerAfter moving ast_instantiate up, the checks which retur...
2012-04-28 Dale WeilerAll code is now C89/C90 compat
2012-04-28 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-28 Dale WeilerRemove trailing whitespace from everything
2012-04-28 Wolfgang Bumillerast_function gets a handle to its ir_function, ast_glob...
2012-04-28 Wolfgang BumillerFirst delete the blocks, THEN the locals, since blocks...
2012-04-28 Wolfgang Bumillerast_binary takes 2 expressions, not 2 values, ast_store...
2012-04-28 Wolfgang Bumillerast_value and ast_function are linked together when...
2012-04-28 Wolfgang BumillerGet rid of ast_setfunc
2012-04-28 Wolfgang Bumillerlex_ctx_t -> lex_ctx, vector_t -> vector
2012-04-28 Dale WeilerMerge branch 'blub/ast-and-ir-merging' of github.com...
2012-04-28 Wolfgang BumillerRemoved the qc_type enum and replaced all qc_* by TYPE_*
2012-04-28 Dale WeilerMerge branch 'assembler' into ast-and-ir
2012-04-27 Wolfgang (Blub)... ast_value_set_name to return bool
2012-04-27 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-26 Wolfgang (Blub)... Adding a 'keep' bool to nodes: Generally, destroying...
2012-04-26 Wolfgang (Blub)... Introduce an ast_store rather than splitting ast_binary
2012-04-26 Wolfgang (Blub)... ast_binary_new to initialize codegen function ptr,...
2012-04-26 Wolfgang (Blub)... block and value codegen protos
2012-04-26 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-25 Wolfgang (Blub)... Copyright notices
2012-04-25 Wolfgang (Blub)... todo note
2012-04-25 Wolfgang (Blub)... Get stuff ready to compile - #if 0 on instructions...
2012-04-25 Wolfgang (Blub)... Removed unnecessary line
2012-04-25 Wolfgang (Blub)... Space indentation for ast->ir part
2012-04-25 Wolfgang (Blub)... i{false,true} -> {false,true}
2012-04-25 Wolfgang (Blub)... Adding from astcodegen.c
2012-04-25 Wolfgang (Blub)... style-fix
2012-04-25 Wolfgang (Blub)... use the actual VECTOR macros
2012-04-25 Wolfgang (Blub)... filecontext_t -> lex_ctx_t
2012-04-25 Wolfgang (Blub)... strdup -> util_strdup, _name -> name
2012-04-25 Wolfgang (Blub)... Adopting space-indentation
2012-04-25 Wolfgang (Blub)... Importing ast.c