| Age | Commit message (Expand) | Author |
|---|---|---|
| 2008-01-10 | Start inferring side effect information more aggressively, and fix many bugs ... | Chris Lattner |
| 2008-01-08 | add a mayLoad property for machine instructions, a correlary to mayStore. | Chris Lattner |
| 2008-01-07 | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner |
| 2008-01-07 | the name field of instructions is never set to a non-empty string, | Chris Lattner |
| 2008-01-06 | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner |
| 2008-01-06 | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner |
| 2008-01-06 | Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(... | Chris Lattner |
