ir_hierarchical_visitor: Add generic callback functionality
[mesa.git] / ir_constant_folding.cpp
2010-06-22 Eric AnholtInclude stdio.h and stdlib.h everywhere, and don't...
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
2010-06-09 Kenneth GraunkeAdd stub visitor support for ir_texture.
2010-06-01 Eric Anholtir_constant_folding: Look at instructions in functions.
2010-05-26 Ian RomanickRefactor ir_dereference data fields to subclasses
2010-05-26 Ian RomanickRefactor ir_dereference support for ir_visitor
2010-05-05 Eric AnholtMove optimization pass prototypes to a single header.
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.