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