summaryrefslogtreecommitdiff
path: root/ir_dead_code.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt1-1/+0
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick1-30/+10
2010-05-18Use ir_rvalue::variable_referenced instead of open coding itIan Romanick1-21/+1
2010-05-17Reimplement ir_dead_code_visitor using ir_hierarchical_vistorIan Romanick1-131/+62
2010-05-17Replace find_dead_code with visit_exec_listIan Romanick1-14/+5
2010-04-29ir_dead_code: Fix segfault on handling a return statement with no value.Eric Anholt1-1/+4
2010-04-21Fix ir_dead_code for function refactoring.Kenneth Graunke1-11/+8
2010-04-19Remove dead code assignments and variable declarations.Eric Anholt1-0/+336