summaryrefslogtreecommitdiff
path: root/ir_basic_block.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-17Reimplement has_call_callback using ir_hierarchical_vistorIan Romanick1-11/+18
2010-05-05ir_copy_propagation: Return true if we optimized out any assignments.Eric Anholt1-10/+12
2010-05-04ir_copy_propagation: New pass to rewrite dereferences to avoid copies.Eric Anholt1-0/+136