llvm-6502/lib/CodeGen
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
RegAlloc * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:52:05 +00:00
MachineCodeForInstruction.cpp Code pulled out of MAchineInstr.(h|cpp) 2002-02-03 07:54:50 +00:00
MachineFunction.cpp Code pulled out of MAchineInstr.(h|cpp) 2002-02-03 07:54:50 +00:00
MachineInstr.cpp * Prune #includes 2002-02-03 07:46:01 +00:00
Makefile added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00