]> git.xonotic.org Git - xonotic/gmqcc.git/history - fold.c
fixed vector ops constant folding.
[xonotic/gmqcc.git] / fold.c
2013-07-31 Dale Weilerfixed vector ops constant folding.
2013-07-31 Dale Weilermore fixes
2013-07-31 Dale WeilerFixes
2013-07-31 Dale WeilerOperator constant folding rewrite almost complete,...
2013-07-31 Dale Weilerfolding for lteqgt (less than equal to or greater than...
2013-07-31 Dale WeilerFeed clang demon
2013-07-31 Dale Weiler&& and || op folding
2013-07-31 Dale WeilerFold for div op
2013-07-31 Dale WeilerAdded constant folding support for '*' .. Clever ascii...
2013-07-31 Dale WeilerSome cleanups and more support for constant folding.
2013-07-31 Dale WeilerWork in progress constant-folding rewrite.