]> git.xonotic.org Git - xonotic/gmqcc.git/history - ir.c
GMQCC_WARN macro
[xonotic/gmqcc.git] / ir.c
2012-04-27 Wolfgang (Blub)... Merge branch 'master' into blub/ast-and-ir-merging
2012-04-26 Wolfgang (Blub)... qbool -> bool
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)... Get stuff ready to compile - #if 0 on instructions...
2012-04-25 Wolfgang (Blub)... Adding liferange-calculation used later for templ-alloc...
2012-04-25 Wolfgang (Blub)... _naive_ phi solver
2012-04-25 Wolfgang (Blub)... ifalse->false and true again, binop code
2012-04-25 Wolfgang (Blub)... A few of the main IR operation implementations
2012-04-25 Wolfgang (Blub)... removed an old vector related function
2012-04-25 Wolfgang (Blub)... ir.c: ir_value and style fixups
2012-04-25 Wolfgang (Blub)... Same style fixups for ir_instr
2012-04-25 Wolfgang (Blub)... ir.c: ir_instr
2012-04-25 Wolfgang (Blub)... Same style fixup for ir_block as previous commits for...
2012-04-25 Wolfgang (Blub)... ir.c: importing ir_block
2012-04-25 Wolfgang (Blub)... space idnentation, macros, strdup again
2012-04-25 Wolfgang (Blub)... ir.c: importing ir_function
2012-04-25 Wolfgang (Blub)... Space indentation in ir.c builder part
2012-04-25 Wolfgang (Blub)... macros, strdup->util_strdup, malloc->mem_a
2012-04-25 Wolfgang (Blub)... importing from ir_builder.c -> ir.c