| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner | 2008-01-07 | 1 | -2/+2 | |
| | | | | | | | | Evan, please review the comments I added to getNumDefs to make sure that they are accurate, thx. llvm-svn: 45687 | |||||
| * | the name field of instructions is never set to a non-empty string, | Chris Lattner | 2008-01-07 | 1 | -9/+0 | |
| | | | | | | | just unconditionally use the def name of the instruction. llvm-svn: 45684 | |||||
| * | rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. | Chris Lattner | 2008-01-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 45667 | |||||
| * | rename isStore -> mayStore to more accurately reflect what it captures. | Chris Lattner | 2008-01-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 45656 | |||||
| * | Split the impl of CodeGenInstruction out to its own .cpp file, add a ↵ | Chris Lattner | 2008-01-06 | 1 | -0/+280 | |
| getName() accessor. llvm-svn: 45645 | ||||||

