]> git.xonotic.org Git - xonotic/gmqcc.git/history - ir.c
ir_builder_imm_float: mark them as const, otherwise they end up getting saved
[xonotic/gmqcc.git] / ir.c
2014-10-18 Wolfgang Bumillerir_builder_imm_float: mark them as const, otherwise...
2014-10-18 Wolfgang Bumilleradding -fsplit-vector-parameters, todo: float-lookup...
2014-05-25 Dale WeilerMerge branch 'arithmetic_exceptions' into cooking
2014-05-25 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2014-05-24 Wolfgang BumillerMerge branch 'master' into cooking
2014-04-08 Wolfgang Bumilleruse INSTR_STATE by default, add -femulate-state to...
2014-01-26 Wolfgang BumillerMerge branch 'master' into cooking
2014-01-07 Wolfgang BumillerAdding coverage support:
2014-01-01 Dale WeilerHappy new year!
2013-11-30 Dale WeilerMerge branch 'master' into cooking
2013-11-13 Dale WeilerFix unary minus on vector
2013-10-31 Dale WeilerMerge branch 'cooking'
2013-10-18 Wolfgang Bumillerreplacing the current [[accumulate]] implementation...
2013-10-17 Dale WeilerIgnore generating a return instruction in accumulated...
2013-10-11 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-10-11 Dale WeilerMerge branch 'cleanup' into cooking
2013-10-11 Dale WeilerRefactor some util/platform usage and extend file syste...
2013-10-11 Dale WeilerSome more platform / compiler specific code refactoring.
2013-10-11 Dale WeilerInitial platform / compiler specific code refactoring.
2013-10-06 Dale WeilerFix some things: get all the Quake mods to compile...
2013-09-30 Wolfgang BumillerMerge branch 'master' into cooking
2013-09-30 Dale WeilerRemove pointless thinking comment, fix builds for clang.
2013-09-30 Dale WeilerMake unary - operator act as an ast_unary node. This...
2013-09-28 Dale WeilerRemove the rest of it.
2013-09-28 Dale WeilerRemove it, maybe it can be done in the AST instead.
2013-09-28 Dale WeilerEh.
2013-09-28 Dale WeilerOptimize for superfluous cases of NOT, i.e !!!!x can...
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...
next