summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9
Commit message (Collapse)AuthorAgeFilesLines
...
* Make AllocInfo's Instruction an int, so that we can overload it for arguments.Brian Gaeke2004-03-081-4/+4
| | | | | | (Instruction #-1's operands = argument list). llvm-svn: 12245
* make -print-machineinstrs work for both SparcV9 and X86Brian Gaeke2004-03-041-0/+4
| | | | llvm-svn: 12122
* Add this back, as its absence introduces assertions, and it seems to work nowChris Lattner2004-03-011-4/+1
| | | | | | that Instructions are annotable again llvm-svn: 12045
* fix bug in previous checkinTanya Lattner2004-03-011-1/+1
| | | | llvm-svn: 12044
* TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke2004-03-014-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/SparcV9Chris Lattner2004-02-291-0/+95
| | | | llvm-svn: 12004
* Move the private MachineInstrAnnot.h into a private directory.Chris Lattner2004-02-294-4/+4
| | | | llvm-svn: 12003
* Remove dead member variables of SparcV9SchedInfo and TargetSchedInfoBrian Gaeke2004-02-291-10/+0
| | | | llvm-svn: 11994
* Adjust to change in TII ctor argumentsChris Lattner2004-02-291-5/+1
| | | | llvm-svn: 11987
* Remove a TON of flags that noone cares aboutChris Lattner2004-02-291-362/+362
| | | | llvm-svn: 11983
* Noone calls these virtual methodsChris Lattner2004-02-291-26/+0
| | | | llvm-svn: 11982
* This is the only file in the system that uses this enum. eliminate it.Chris Lattner2004-02-291-6/+6
| | | | llvm-svn: 11981
* Turn off the SparcV9MachineCodeDestructionPass for now, because it's buggyBrian Gaeke2004-02-271-1/+6
| | | | llvm-svn: 11930
* Correct DestroyMachineFunction's getPassNameBrian Gaeke2004-02-271-1/+1
| | | | llvm-svn: 11929
* Great renaming part II: Sparc --> SparcV9 (also includes command-line ↵Brian Gaeke2004-02-251-1/+1
| | | | | | options and Makefiles) llvm-svn: 11827
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-2558-0/+17669
llvm-svn: 11826
OpenPOWER on IntegriCloud