Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-24 | Quiet unused arg warning for ir_constant cloning. | Eric Anholt | |
2010-06-24 | Move ir_constant cloning alongside the other cloning functions. | Eric Anholt | |
2010-06-24 | Fix variable remapping in function cloning. | Eric Anholt | |
It's (ht, data, key) not (ht, key, data). | |||
2010-06-23 | Add a virtual clone() method to ir_instruction. | Eric Anholt | |
This will be used by function inlining, the linker, and avoiding double usage of the LHS deref chains in ++, *=, and similar operations. |