Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move optimization pass prototypes to a single header. | Eric Anholt | 2010-05-05 | 1 | -1/+1 |
* | ir_copy_propagation: Fix up the doxygen about the file. | Eric Anholt | 2010-05-05 | 1 | -2/+7 |
* | ir_copy_propagation: Return true if we optimized out any assignments. | Eric Anholt | 2010-05-05 | 1 | -5/+10 |
* | ir_copy_propagation: Handle swizzles and array derefs on LHS of assign. | Eric Anholt | 2010-05-05 | 1 | -14/+25 |
* | ir_copy_propagation: New pass to rewrite dereferences to avoid copies. | Eric Anholt | 2010-05-04 | 1 | -0/+313 |