llvm-6502/lib/Target/SparcV9
Brian Gaeke fb8f856f14 Don't derive from ValueSet to implement class LiveRange; instead, use a
SetVector<Value *> data member.
Add << operator for LiveRanges (a dumb one, for now.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15320 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-29 06:43:06 +00:00
..
InstrSched TargetInstrInfo::hasOperandInterlock() is always true, because it is 2004-07-28 19:24:48 +00:00
InstrSelection Convert many of the virtual TargetInstrInfo methods used as helper 2004-07-27 17:43:23 +00:00
LiveVar bug 122: 2004-07-18 00:37:35 +00:00
ModuloScheduling These files don't need to include <iostream> since they include "Support/Debug.h". 2004-07-21 20:50:33 +00:00
RegAlloc Don't derive from ValueSet to implement class LiveRange; instead, use a 2004-07-29 06:43:06 +00:00
.cvsignore
EmitBytecodeToAssembly.cpp
InternalGlobalMapper.cpp bug 122: 2004-07-18 00:44:37 +00:00
MachineCodeForInstruction.h This class is no longer an annotation 2004-06-27 18:50:49 +00:00
MachineFunctionInfo.h Add a map of MachineCodeForInstruction objects to MachineFunctionInfo 2004-06-27 18:50:30 +00:00
MachineInstrAnnot.h
Makefile
MappingInfo.cpp
MappingInfo.h
SparcV9_F2.td
SparcV9_F3.td
SparcV9_F4.td
SparcV9_Reg.td
SparcV9.burg.in
SparcV9.td RETURN instructions are not used in the sparc backend. 2004-07-02 04:57:35 +00:00
SparcV9AsmPrinter.cpp bug 122: 2004-07-18 00:44:37 +00:00
SparcV9CodeEmitter.cpp Get rid of the (apparently non-working) filePrinterEmitter which is added in 2004-07-27 19:37:37 +00:00
SparcV9CodeEmitter.h
SparcV9FrameInfo.cpp
SparcV9FrameInfo.h
SparcV9Instr.def Add M_TERMINATOR_FLAG to terminator instructions (branches and returns). 2004-07-02 04:57:37 +00:00
SparcV9InstrInfo.cpp Convert many of the virtual TargetInstrInfo methods used as helper 2004-07-27 17:43:23 +00:00
SparcV9InstrInfo.h As it happens, none of these TargetInstrInfo methods which are only 2004-07-27 17:43:22 +00:00
SparcV9InstrSelection.cpp Convert many of the virtual TargetInstrInfo methods used as helper 2004-07-27 17:43:23 +00:00
SparcV9InstrSelectionSupport.h As it happens, none of these TargetInstrInfo methods which are only 2004-07-27 17:43:22 +00:00
SparcV9Internals.h
SparcV9JITInfo.h
SparcV9PeepholeOpts.cpp TargetInstrInfo::getNOPOpCode() has been replaced by a reference to V9::NOP. 2004-07-27 17:43:24 +00:00
SparcV9PreSelection.cpp This was the only user of TargetInstrInfo::ConstantTypeMustBeLoaded(). 2004-07-27 21:11:20 +00:00
SparcV9PrologEpilogInserter.cpp Inline 4 methods 2004-07-19 07:52:35 +00:00
SparcV9RegClassInfo.cpp Remove mustSaveAcrossCalls flag, which isn't ever read, and its mutator, 2004-07-29 04:15:36 +00:00
SparcV9RegClassInfo.h
SparcV9RegInfo.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
SparcV9RegInfo.h
SparcV9RegisterInfo.cpp
SparcV9RegisterInfo.h
SparcV9SchedInfo.cpp RETURN instructions are not used in the sparc backend. 2004-07-02 04:57:35 +00:00
SparcV9StackSlots.cpp
SparcV9TargetMachine.cpp Delete the allocate*TargetMachine function, which is now dead . 2004-07-11 04:17:10 +00:00
SparcV9TargetMachine.h Auto-registrate target 2004-07-11 02:48:49 +00:00