]> git.xonotic.org Git - xonotic/gmqcc.git/history - ir.c
Got Xonotic stuff for check-proj to function.
[xonotic/gmqcc.git] / ir.c
2013-09-18 Wolfgang Bumillermaking irwarning warn on an unused result
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-31 Dale WeilerVector cross product virtual instruction, now >< operat...
2013-08-29 Dale WeilerImplement [[eraseable]] attribute. When used with a...
2013-08-27 Rudolf PolzerFix XOR maths for overlapping inputs by setting the...
2013-08-26 Dale WeilerAdd support for columns to LNOF files.
2013-08-26 Dale WeilerMerge branch 'divVerent/submit/vector-bitops' of git...
2013-08-26 Rudolf PolzerSupport vector bitor/bitand/bitxor. divVerent/submit/vector-bitops
2013-08-26 Wolfgang Bumillererror when trying to pass a TYPE_NOEXPR value to ir_ins...
2013-08-26 Wolfgang Bumillerir_builder now has a vinstr_temp array, a bunch of...
2013-08-14 Dale WeilerSome bug fixes
2013-08-14 Dale WeilerSome statistics as Samual wanted.
2013-07-30 Dale WeilerUse the _t consistency naming scheme. Also various...
2013-07-28 Dale WeilerSome cleanups and smaller binaries!
2013-07-27 Dale WeilerPlease the whitespace gods
2013-06-22 Wolfgang Bumilleractually no :)
2013-06-22 Dale WeilerFix some more bugs (coverity you're a life saver)
2013-06-22 Dale WeilerFix some bugs and a memleak in the testsuite.
2013-06-22 Dale WeilerFix out of bound access
2013-06-21 Dale WeilerI'm assuming this is a bug since all other read tests...
2013-06-21 Dale WeilerRemove a ton of dead code and document the one really...
2013-06-20 Dale WeilerMove code generator into ir_builder for earlier free...
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-04 Dale WeilerMajor header reworking, this respects the namespaces...
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerMajor export cleanup. Anything that was exported but...
2013-05-07 Wolfgang Bumillerremoving this dead code_init call
2013-05-07 Wolfgang Bumillerfixing a few leaks - code_write doesn't delete the...
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Dale WeilerExpression has undefined behavior (left operand modifie...
2013-04-25 Dale WeilerNo more globals for codegen
2013-04-25 Wolfgang Bumillerthese can be const now before-library
2013-04-25 Dale WeilerApply some static where it belongs
2013-04-24 Wolfgang BumillerGrrrr
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-24 Dale WeilerGet it compiling in visual studio again.
2013-04-21 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-21 Dale WeilerRemove trailing whitespace
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-17 Wolfgang Bumillerparser_const_string now uses hashtables; hashtables...
2013-04-14 Dale WeilerMore function flatening
2013-04-13 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-04-13 Dale WeilerFix some memory leaks.
2013-02-26 Wolfgang Bumillerhopefully fix an off-by-1 vararg copy issue
2013-02-25 Dale WeilerRemove debug printf
2013-02-25 Dale WeilerPush definitions when -O0
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-11 Wolfgang BumillerLifetime analysis: Don't go through the blocks as a...
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-30 Dale WeilerNot an assembler instruction, but virtual instruction...
2013-01-30 Dale WeilerRename
2013-01-30 Dale WeilerWork in progress options cleanup.
2013-01-25 Wolfgang BumillerIn this situation the values don't need to be in parame...
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-25 Wolfgang Bumillerdebug extparam naming shouldn't start at 8, it's confus...
2013-01-16 Wolfgang Bumillerfix an off-by-one bug when copying varargs
2013-01-15 Wolfgang Bumillera tiny speedup, seems like -O2 doesn't do that by itself
2013-01-15 Wolfgang Bumillerthat tempbool should have gone long ago...
2013-01-14 Wolfgang Bumiller-flegacy-vector-maths, enabled by default
2013-01-13 Wolfgang Bumillerapparently it's possible to segfault DP with a bad...
2013-01-12 Wolfgang Bumillerfix a build issue
2013-01-12 Wolfgang Bumillerthis is useless and just confused me a lot, removing
2013-01-12 Wolfgang Bumilleradded gen_function_varargs_copy
2013-01-12 Wolfgang Bumillermask -Olocal-temps by IR_FLAG_MASK_NO_LOCAL_TEMPS which...
2013-01-12 Wolfgang Bumillerir_function stores max_varargs now
2013-01-12 Wolfgang Bumillerast_call now has a va_count which causes a store to...
2013-01-11 Wolfgang BumillerAdded a flag to both ast and ir which enforces the...
2013-01-10 Wolfgang BumillerFix a warning
2013-01-09 Wolfgang Bumillerremoving a goto loop
2013-01-08 Wolfgang Bumillermore IR dump verbosity; fix: MUL_VF/FV additional lifer...
2013-01-08 Wolfgang Bumillerbetter solution to blockstart pointlife issues
2013-01-07 Wolfgang BumillerThis should fix the -Olocal-temps issue; set v->unique_...
2013-01-07 Wolfgang Bumillermore info in the IR dump
2013-01-07 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-01-06 Wolfgang BumillerGuard 2 peephole optimizations which should only work...
2013-01-03 Wolfgang BumillerMerge remote-tracking branch 'origin/pp-unary-numbers'
2013-01-03 Wolfgang BumillerIntroducing TYPE_NOEXPR so that these undefined labels...
2013-01-01 Dale WeilerHappy new years!
2012-12-31 Wolfgang BumillerActually allocate a nil-vector for nil
2012-12-31 Wolfgang Bumillerfix store op for nil as parameter
2012-12-31 Wolfgang BumillerAdding some more internal-error messages where they...
2012-12-29 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-29 Wolfgang Bumiller-Ovector-components
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Wolfgang BumillerTYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL
2012-12-28 Dale WeilerFix another Blub bug .. learn to use comments properly :P
2012-12-27 Wolfgang Bumillerfix: when there are no additional temps the first one...
2012-12-27 Wolfgang BumillerMerge pull request #75 from matthiaskrgr/master
2012-12-26 Wolfgang Bumiller-Oglobal-temps
2012-12-26 Wolfgang Bumillerfactoring out temp-slot-assignment and using it for...
2012-12-26 Wolfgang BumillerMerge pull request #74 from matthiaskrgr/PKGBUILD
2012-12-26 Wolfgang Bumillerfix uninitialized warnings in ir.c
2012-12-26 Wolfgang BumillerMerge pull request #73 from matthiaskrgr/master
2012-12-26 Wolfgang Bumillercounters for -Ocall-stores because we all love numbers
2012-12-26 Wolfgang BumillerDon't copy return values away from OFS_RETURN if they...
2012-12-26 Wolfgang Bumiller-Ovoid-return - the last INSTR_RETURN of a void functio...
2012-12-25 Wolfgang BumillerActually generate the vector member ir_values in ir_fun...
next