Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL. | Eric Anholt | 2010-06-22 | 1 | -1/+0 |
* | ir_expression_flattening: Handle flattening values out of swizzles, too. | Eric Anholt | 2010-06-01 | 1 | -12/+30 |
* | ir_expression_flattening: Fix breakage from hierarchichal visitor. | Eric Anholt | 2010-06-01 | 1 | -0/+30 |
* | Reimplement ir_expression_flattening_visitor using ir_hierarchical_vistor | Ian Romanick | 2010-05-26 | 1 | -115/+19 |
* | Refactor ir_dereference data fields to subclasses | Ian Romanick | 2010-05-26 | 1 | -3/+3 |
* | Refactor ir_dereference support for ir_visitor | Ian Romanick | 2010-05-26 | 1 | -5/+17 |
* | Begin refactoring ir_dereference | Ian Romanick | 2010-05-26 | 1 | -2/+2 |
* | Remove ir_label since it is no longer used. | Kenneth Graunke | 2010-04-21 | 1 | -8/+0 |
* | Add support for inlining calls done inside of expressions. | Eric Anholt | 2010-04-16 | 1 | -0/+216 |