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