summaryrefslogtreecommitdiff
path: root/ir_dead_code.cpp
AgeCommit message (Expand)Author
2010-06-24Move the talloc_parent lookup down in a few hot paths.Eric Anholt
2010-06-23exec_node: Add new talloc-based new()Carl Worth
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick
2010-05-18Use ir_rvalue::variable_referenced instead of open coding itIan Romanick
2010-05-17Reimplement ir_dead_code_visitor using ir_hierarchical_vistorIan Romanick
2010-05-17Replace find_dead_code with visit_exec_listIan Romanick
2010-04-29ir_dead_code: Fix segfault on handling a return statement with no value.Eric Anholt
2010-04-21Fix ir_dead_code for function refactoring.Kenneth Graunke
2010-04-19Remove dead code assignments and variable declarations.Eric Anholt