Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-21 | Remove ir_label since it is no longer used. | Kenneth Graunke | |
2010-04-21 | Refactor IR function representation. | Kenneth Graunke | |
Now, ir_function is emitted as part of the IR instructions, rather than simply existing in the symbol table. Individual ir_function_signatures are not emitted themselves, but only as part of ir_function. | |||
2010-04-14 | Add an ir_if simplification pass. | Eric Anholt | |
This is relatively simple at the moment, recognizing only constant values, and not (for example) values that are restricted to a range that make the branching constant. However, it does remove 59 lines from the printout of CorrectParse2.vert. |