Implement "step" builtin.
[mesa.git] / ir_function_inlining.cpp
2010-05-05 Eric AnholtMove optimization pass prototypes to a single header.
2010-05-03 Ian RomanickMerge branch 'fixes'
2010-05-01 Kenneth GraunkeFix ir_return cloning to actually use the cloned subexp...
2010-05-01 Kenneth GraunkeFix incorrect comments in function inliner.
2010-04-29 Eric Anholtir_function_inlining: Handle inlining of structure...
2010-04-29 Eric AnholtCorrectly handle remapping of array dereferences if...
2010-04-23 Eric Anholtir_function_inlining: Implement inlining in many more...
2010-04-23 Eric Anholtir_function_inlining: Avoid NULL dereference on assignm...
2010-04-21 Kenneth GraunkeRemove ir_label since it is no longer used.
2010-04-21 Kenneth GraunkeRefactor IR function representation.
2010-04-16 Eric AnholtAdd support for inlining calls done inside of expressions.
2010-04-08 Eric AnholtRepeat the optimization passes until we stop making...
2010-04-08 Eric AnholtAdd inlining support for array dereferences.
2010-04-08 Eric AnholtInline functions consisting of a return of an expression.