summaryrefslogtreecommitdiff
path: root/ir_dead_code_local.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-22ir: Give ir_instruction a print visitor helper.Eric Anholt1-3/+1
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt1-1/+0
2010-05-26Refactor whole-variable assigment checking into member functionIan Romanick1-4/+1
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick1-1/+1
2010-05-26Replace open coded deref navigation with hierarchical visitorsIan Romanick1-22/+26
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick1-1/+3
2010-05-17Reimplement kill_for_derefs using ir_hierarchical_vistorIan Romanick1-26/+26
2010-05-05ir_dead_code_local: Remove redundant assignments within basic blocks.Eric Anholt1-0/+222