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