summaryrefslogtreecommitdiffstats
path: root/ir_if_simplification.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt2010-06-221-1/+0
* Reimplement ir_if_simplicifation_visitor using ir_hierarchical_vistorIan Romanick2010-05-171-178/+32
* Remove ir_label since it is no longer used.Kenneth Graunke2010-04-211-7/+0
* Refactor IR function representation.Kenneth Graunke2010-04-211-1/+4
* Add an ir_if simplification pass.Eric Anholt2010-04-141-0/+235