summaryrefslogtreecommitdiff
path: root/ir_constant_folding.cpp
AgeCommit message (Expand)Author
2010-04-07Put function bodies under function signatures, instead of flat in the parent.Eric Anholt
2010-04-07Add ir_loop_jump to represent 'break' and 'continue' in loopsIan Romanick
2010-04-07Add ir_loop to represent loopsIan Romanick
2010-04-06Make constant folding descend into if statements.Eric Anholt
2010-04-06Descend down the tree in more locations in constant folding.Eric Anholt
2010-04-06Perform constant folding on array indices.Eric Anholt
2010-04-06Fold constant expressions in if conditionals.Eric Anholt
2010-04-06Add a constant folding optimization pass.Eric Anholt