]> git.xonotic.org Git - xonotic/gmqcc.git/history - parser.h
fold_binary now used instead of ast_binary_new, which calls fold_superfluous
[xonotic/gmqcc.git] / parser.h
2013-10-25 Wolfgang Bumillerfold_binary now used instead of ast_binary_new, which...
2013-10-17 Dale WeilerFix handling on intrinsic folding, this closes #118.
2013-10-16 Dale WeilerSome intrinsic code cleanup. The args check is handled...
2013-10-04 Dale WeilerAnother peephole optimization which removes superfluous...
2013-09-30 Wolfgang BumillerMerge branch 'master' into cooking
2013-09-26 Dale WeilerImplement constant folding on ternary operations via...
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-30 Dale Weilerintrinsic folding cleanups (and improvements.)
2013-08-28 Dale WeilerConstant fold intrinsics if their arguments are constan...
2013-08-14 Dale WeilerMade intrinsics seperate from the parser.
2013-07-31 Dale WeilerMove const-branch-elision into fold.c
2013-07-31 Dale Weilermore fixes
2013-07-31 Dale WeilerWork in progress constant-folding rewrite.