]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Added -Oconst-fold-dce (dead code elimination optimization for when constant expressi...
authorDale Weiler <killfieldengine@gmail.com>
Thu, 1 Aug 2013 07:07:59 +0000 (07:07 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 1 Aug 2013 07:07:59 +0000 (07:07 +0000)
commit6f749d61b1688752bb902efd635f55d584ad7087
tree2db053828827fd21dda5dc8fab58a9929b5bfc93
parent24fc2e5146d7ebb213b2690ed99c8eb61cafd81e
Added -Oconst-fold-dce (dead code elimination optimization for when constant expressions form the basis of the dead code, i.e if else with constant expression). Fixed deps and added documentation. Cleaned up folds for ir_value (can now use the same macros as the ast_value ones).
BSDmakefile
Makefile
doc/gmqcc.1
fold.c
opts.def