summaryrefslogtreecommitdiffstats
path: root/ir_expression_flattening.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
* ir_expression_flattening: Handle flattening values out of swizzles, too.Eric Anholt2010-06-011-12/+30
* ir_expression_flattening: Fix breakage from hierarchichal visitor.Eric Anholt2010-06-011-0/+30
* Reimplement ir_expression_flattening_visitor using ir_hierarchical_vistorIan Romanick2010-05-261-115/+19
* Refactor ir_dereference data fields to subclassesIan Romanick2010-05-261-3/+3
* Refactor ir_dereference support for ir_visitorIan Romanick2010-05-261-5/+17
* Begin refactoring ir_dereferenceIan Romanick2010-05-261-2/+2
* Remove ir_label since it is no longer used.Kenneth Graunke2010-04-211-8/+0
* Add support for inlining calls done inside of expressions.Eric Anholt2010-04-161-0/+216