]> git.xonotic.org Git - xonotic/gmqcc.git/history - ir.c
Merge branch 'master' into ast-and-ir
[xonotic/gmqcc.git] / ir.c
2012-04-28 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-28 Dale WeilerRemove trailing whitespace from everything
2012-04-28 Dale Weilersurpress empty bodies
2012-04-28 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir' into...
2012-04-28 Wolfgang BumillerAdding debug dump functions
2012-04-28 Wolfgang BumillerFixed: block-labels were NULLed after being set -_-
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 Bumiller2 missing return values
2012-04-27 Wolfgang (Blub)... Using GMQCC_WARN some more where it makes sense
2012-04-27 Wolfgang (Blub)... Turned nearly every void-returning function into a...
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