Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added a default isDef arg to SetMachineOperand method - Ruchira | Ruchira Sasanka | 2001-08-07 | 1 | -3/+6 | |
| | | | | llvm-svn: 350 | |||||
* | Allow machine instructions with variable numbers of arguments. | Vikram S. Adve | 2001-07-31 | 1 | -1/+12 | |
| | | | | | | This is used only by Phi for now. llvm-svn: 336 | |||||
* | Eliminate separate enum for operand register type. | Vikram S. Adve | 2001-07-28 | 1 | -73/+63 | |
| | | | | | | | Use union for alternative data for different operand types. Add iterator over Value* operands in a MachineInstr. llvm-svn: 307 | |||||
* | Eliminated the Unique class in favor of NonCopyable and NonCopyableV | Chris Lattner | 2001-07-23 | 1 | -4/+0 | |
| | | | | llvm-svn: 280 | |||||
* | Eliminate lots of unnecessary #includes and forward decls | Chris Lattner | 2001-07-21 | 1 | -14/+2 | |
| | | | | | | there are probably more to kill llvm-svn: 261 | |||||
* | Renamed include/llvm/Codegen to include/llvm/CodeGen | Chris Lattner | 2001-07-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 253 | |||||
* | Instruction selection via pattern matching on instruction trees using BURG. | Vikram S. Adve | 2001-07-21 | 1 | -0/+344 | |
llvm-svn: 231 |