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