| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg). | Vikram S. Adve | 2001-07-31 | 1 | -3/+19 |
| | | | | | llvm-svn: 334 | ||||
| * | Added UltraSparcInstrInfo class to specialize class MachineInstrInfo. | Vikram S. Adve | 2001-07-28 | 1 | -11/+11 |
| | | | | | | | | | | Relevant changes elsewhere: Added MachineInstrInfo class and moved instruction-related members there. Added several fields to MachineInstrDescriptor (and renamed it from MachineInstrInfo. Latency fields are to support scheduling. llvm-svn: 311 | ||||
| * | Bug fixes: | Vikram S. Adve | 2001-07-28 | 1 | -194/+381 |
| | | | | | | | | | | | Store bool result in register after SetCC if the bool value is used by anything other than a branch. Forward-substitute operand of a VM instruction for which no machine instruction is generated (e.g., Cast). Other changes due to changes to classes TargetMachine and MachineInstr. llvm-svn: 309 | ||||
| * | Added MachineInstrInfo class and moved instruction-related members there. | Vikram S. Adve | 2001-07-28 | 1 | -4/+72 |
| | | | | | | | | Added several fields to MachineInstrDescriptor (and renamed it from MachineInstrInfo. Latency fields are to support scheduling. llvm-svn: 308 | ||||
| * | Removal of the redundant CompileContext wrapper | Chris Lattner | 2001-07-23 | 1 | -27/+23 |
| | | | | | llvm-svn: 274 | ||||
| * | Eliminate lots of unnecessary #includes and forward decls | Chris Lattner | 2001-07-21 | 2 | -17/+1 |
| | | | | | | | there are probably more to kill llvm-svn: 261 | ||||
| * | Make code fit in 80 columns more | Chris Lattner | 2001-07-21 | 1 | -24/+19 |
| | | | | | llvm-svn: 259 | ||||
| * | Exterminate nasty Cisms | Chris Lattner | 2001-07-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 257 | ||||
| * | Refer to include/llvm/CodeGen not Codegen | Chris Lattner | 2001-07-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 256 | ||||
| * | Renamed include/llvm/Codegen to include/llvm/CodeGen | Chris Lattner | 2001-07-21 | 3 | -6/+6 |
| | | | | | llvm-svn: 253 | ||||
| * | Description of the SPARC as a target architecture. | Vikram S. Adve | 2001-07-21 | 4 | -0/+1813 |
| | | | | | llvm-svn: 233 | ||||
| * | Base clas for a description of a target architecture. | Vikram S. Adve | 2001-07-21 | 2 | -0/+125 |
| llvm-svn: 232 | |||||

