ir_function_inlining: Re-add the "s/return/retval =/" functionality.
[mesa.git] / ir_copy_propagation.cpp
2010-06-23 Eric Anholtir: Give ir_instruction a print visitor helper.
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-05-27 Ian RomanickReimplement ir_copy_propagation_visitor using ir_hierar...
2010-05-26 Ian RomanickRefactor whole-variable assigment checking into member...
2010-05-26 Ian RomanickRefactor ir_dereference data fields to subclasses
2010-05-26 Ian RomanickRefactor ir_dereference support for ir_visitor
2010-05-15 Ian RomanickUse ir_rvalue::variable_referenced instead of open...
2010-05-05 Eric AnholtMove optimization pass prototypes to a single header.
2010-05-05 Eric Anholtir_copy_propagation: Fix up the doxygen about the file.
2010-05-05 Eric Anholtir_copy_propagation: Return true if we optimized out...
2010-05-05 Eric Anholtir_copy_propagation: Handle swizzles and array derefs...
2010-05-05 Eric Anholtir_copy_propagation: New pass to rewrite dereferences...