llvm-6502/lib/Target/SparcV9
Chris Lattner 296b7730e3 * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
function in the one .cpp file that uses it.  Use ValueSet's instead.
* Prepare to delete LiveVarSet.h & LiveVarSet.cpp
* Eliminate the ValueSet class, making all old member functions into global
  templates that will eventually be moved to Support.
* Eliminate some irrelevant const's


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1712 91177308-0d34-0410-b5e6-96231b3b80d8
2002-02-05 02:52:05 +00:00
..
InstrSched * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:51:01 +00:00
InstrSelection * Switch over to cleaner TmpInstruction model 2002-02-03 07:39:06 +00:00
LiveVar * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:51:01 +00:00
RegAlloc * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:52:05 +00:00
MachineCodeForInstruction.h Code pulled out of MAchineInstr.(h|cpp) 2002-02-03 07:54:50 +00:00
Makefile Change Sources specifier to ExtraSources 2001-10-18 01:48:09 +00:00
SparcV9.burg.in Added support for bitwise logical operators. Use different labels for 2001-11-08 05:14:02 +00:00
SparcV9AsmPrinter.cpp EmitAssembly doesn't need an UltraSparc, it can do with any TargetMachine 2002-02-04 15:53:23 +00:00
SparcV9Instr.def Change latency of SETX to improve schedule -- just a hack. 2001-11-14 15:54:44 +00:00
SparcV9InstrInfo.cpp * Switch to new TmpInstruction model 2002-02-03 07:49:49 +00:00
SparcV9InstrSelection.cpp * Switch to new TmpInstruction model 2002-02-03 07:50:56 +00:00
SparcV9InstrSelectionSupport.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
SparcV9Internals.h * Minor cleanups 2002-02-04 05:59:25 +00:00
SparcV9RegClassInfo.cpp * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:52:05 +00:00
SparcV9RegClassInfo.h * Minor cleanups 2002-02-04 05:59:25 +00:00
SparcV9RegInfo.cpp * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:52:05 +00:00
SparcV9SchedInfo.cpp Pull all of the scheduling related stuff out of Sparc.cpp into it's own file 2002-02-04 00:39:14 +00:00
SparcV9TargetMachine.cpp The interface to instruction scheduling is now just a call to get the pass. 2002-02-04 20:03:43 +00:00