Remove ir_label since it is no longer used.
[mesa.git] / ir_constant_folding.cpp
2010-04-21 Kenneth GraunkeRemove ir_label since it is no longer used.
2010-04-08 Eric AnholtPut function bodies under function signatures, instead...
2010-04-07 Ian RomanickAdd ir_loop_jump to represent 'break' and 'continue...
2010-04-07 Ian RomanickAdd ir_loop to represent loops
2010-04-06 Eric AnholtMake constant folding descend into if statements.
2010-04-06 Eric AnholtDescend down the tree in more locations in constant...
2010-04-06 Eric AnholtPerform constant folding on array indices.
2010-04-06 Eric AnholtFold constant expressions in if conditionals.
2010-04-06 Eric AnholtAdd a constant folding optimization pass.