Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor ir_dereference support for ir_hierarchical_visitor | Ian Romanick | 2010-05-26 | 1 | -30/+10 |
* | Use ir_rvalue::variable_referenced instead of open coding it | Ian Romanick | 2010-05-18 | 1 | -21/+1 |
* | Reimplement ir_dead_code_visitor using ir_hierarchical_vistor | Ian Romanick | 2010-05-17 | 1 | -131/+62 |
* | Replace find_dead_code with visit_exec_list | Ian Romanick | 2010-05-17 | 1 | -14/+5 |
* | ir_dead_code: Fix segfault on handling a return statement with no value. | Eric Anholt | 2010-04-29 | 1 | -1/+4 |
* | Fix ir_dead_code for function refactoring. | Kenneth Graunke | 2010-04-21 | 1 | -11/+8 |
* | Remove dead code assignments and variable declarations. | Eric Anholt | 2010-04-19 | 1 | -0/+336 |