Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make AllocInfo's Instruction an int, so that we can overload it for arguments. | Brian Gaeke | 2004-03-08 | 1 | -4/+4 | |
| | | | | | | (Instruction #-1's operands = argument list). llvm-svn: 12245 | |||||
* | make -print-machineinstrs work for both SparcV9 and X86 | Brian Gaeke | 2004-03-04 | 1 | -0/+4 | |
| | | | | llvm-svn: 12122 | |||||
* | Add this back, as its absence introduces assertions, and it seems to work now | Chris Lattner | 2004-03-01 | 1 | -4/+1 | |
| | | | | | | that Instructions are annotable again llvm-svn: 12045 | |||||
* | fix bug in previous checkin | Tanya Lattner | 2004-03-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 12044 | |||||
* | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 4 | -18/+1 | |
| | | | | | | | | | (16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in the interest of not breaking things any more than they already are, I'm going to leave the constant alone. llvm-svn: 12043 | |||||
* | Remove public header. It's been moved to lib/Target/SparcV9 | Chris Lattner | 2004-02-29 | 1 | -0/+95 | |
| | | | | llvm-svn: 12004 | |||||
* | Move the private MachineInstrAnnot.h into a private directory. | Chris Lattner | 2004-02-29 | 4 | -4/+4 | |
| | | | | llvm-svn: 12003 | |||||
* | Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo | Brian Gaeke | 2004-02-29 | 1 | -10/+0 | |
| | | | | llvm-svn: 11994 | |||||
* | Adjust to change in TII ctor arguments | Chris Lattner | 2004-02-29 | 1 | -5/+1 | |
| | | | | llvm-svn: 11987 | |||||
* | Remove a TON of flags that noone cares about | Chris Lattner | 2004-02-29 | 1 | -362/+362 | |
| | | | | llvm-svn: 11983 | |||||
* | Noone calls these virtual methods | Chris Lattner | 2004-02-29 | 1 | -26/+0 | |
| | | | | llvm-svn: 11982 | |||||
* | This is the only file in the system that uses this enum. eliminate it. | Chris Lattner | 2004-02-29 | 1 | -6/+6 | |
| | | | | llvm-svn: 11981 | |||||
* | Turn off the SparcV9MachineCodeDestructionPass for now, because it's buggy | Brian Gaeke | 2004-02-27 | 1 | -1/+6 | |
| | | | | llvm-svn: 11930 | |||||
* | Correct DestroyMachineFunction's getPassName | Brian Gaeke | 2004-02-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 11929 | |||||
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line ↵ | Brian Gaeke | 2004-02-25 | 1 | -1/+1 | |
| | | | | | | options and Makefiles) llvm-svn: 11827 | |||||
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 58 | -0/+17669 | |
llvm-svn: 11826 |