llvm-6502/lib/CodeGen
Alkis Evlogimenos b08bdc4a16 Make LiveVariables::HandlePhysRegUse and
LiveVariables::HandlePhysRegDef private they use information that is
not in memory when LiveVariables finishes the analysis.

Also update the TwoAddressInstructionPass to not use this interface.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10755 91177308-0d34-0410-b5e6-96231b3b80d8
2004-01-11 09:18:45 +00:00
..
InstrSched
ModuloScheduling
SelectionDAG
IntrinsicLowering.cpp Add VMCore and code generator support for debugging intrinsics. By default 2004-01-05 05:36:30 +00:00
LiveIntervalAnalysis.cpp Change implementation of LiveIntervals::overlap(). This results in a 2004-01-07 01:45:58 +00:00
LiveIntervalAnalysis.h Add coalescing to register allocator. A hint is added to each interval 2003-12-28 17:58:18 +00:00
LiveVariables.cpp
MachineCodeEmitter.cpp
MachineCodeForInstruction.cpp Remove use of llvm/CodeGen/InstrSelection.h 2004-01-10 19:16:26 +00:00
MachineFunction.cpp
MachineInstr.cpp Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
MachineInstrAnnot.cpp
Makefile Move InstrSelection into lib/Target/Sparc, as it's sparc specific 2004-01-09 06:24:06 +00:00
Passes.cpp finegrainify namespacification 2003-12-28 07:59:53 +00:00
PHIElimination.cpp
PrologEpilogInserter.cpp
RegAllocLinearScan.cpp Add a separate list of fixed intervals. This improves the running time 2004-01-07 09:20:58 +00:00
RegAllocLocal.cpp
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp Make LiveVariables::HandlePhysRegUse and 2004-01-11 09:18:45 +00:00