Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-23 | ir_function_inlining: Implement inlining in many more cases. | Eric Anholt | |
We still don't inline for control flow in the inlined function, and we don't have any limits on what we will inline. | |||
2010-04-23 | ir_function_inlining: Avoid NULL dereference on assignment conditions. | Eric Anholt | |
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-16 | Add support for inlining calls done inside of expressions. | Eric Anholt | |
2010-04-08 | Repeat the optimization passes until we stop making progress. | Eric Anholt | |
2010-04-08 | Add inlining support for array dereferences. | Eric Anholt | |
2010-04-08 | Inline functions consisting of a return of an expression. | Eric Anholt | |