Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ir_label since it is no longer used. | Kenneth Graunke | 2010-04-21 | 1 | -7/+0 |
* | Put function bodies under function signatures, instead of flat in the parent. | Eric Anholt | 2010-04-07 | 1 | -2/+2 |
* | Add ir_loop_jump to represent 'break' and 'continue' in loops | Ian Romanick | 2010-04-07 | 1 | -0/+7 |
* | Add ir_loop to represent loops | Ian Romanick | 2010-04-07 | 1 | -0/+7 |
* | Make constant folding descend into if statements. | Eric Anholt | 2010-04-06 | 1 | -0/+3 |
* | Descend down the tree in more locations in constant folding. | Eric Anholt | 2010-04-06 | 1 | -1/+3 |
* | Perform constant folding on array indices. | Eric Anholt | 2010-04-06 | 1 | -1/+8 |
* | Fold constant expressions in if conditionals. | Eric Anholt | 2010-04-06 | 1 | -1/+5 |
* | Add a constant folding optimization pass. | Eric Anholt | 2010-04-06 | 1 | -0/+131 |