llvm-6502/lib/CodeGen
Alkis Evlogimenos d8d26b3268 Only update LiveVariables if it is available. addIntervalsForSpills
runs after the initial run of the live interval analysis.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16075 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-27 18:59:22 +00:00
..
InstrSched
ModuloScheduling
SelectionDAG
AsmPrinter.cpp Do not use .xword and friends to emit zeros on V9. Apparently there are issues 2004-08-24 00:26:11 +00:00
BranchFolding.cpp
IntrinsicLowering.cpp
LiveInterval.cpp
LiveInterval.h
LiveIntervalAnalysis.cpp Only update LiveVariables if it is available. addIntervalsForSpills 2004-08-27 18:59:22 +00:00
LiveIntervalAnalysis.h Use newly added API in MRegisterInfo. 2004-08-26 22:22:38 +00:00
LiveVariables.cpp Use newly added API in MRegisterInfo and don't expose the allocatable 2004-08-26 22:23:32 +00:00
MachineBasicBlock.cpp
MachineCodeEmitter.cpp
MachineFunction.cpp
MachineInstr.cpp
Makefile
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp Back out change to divide getSpillSize by 8 until I figure out why it breaks x86, which has register sizes in bits. 2004-08-27 16:48:24 +00:00
RegAllocIterativeScan.cpp Back out this change as it broke the build last night. This should be 2004-08-27 18:01:21 +00:00
RegAllocLinearScan.cpp Back out this change as it broke the build last night. This should be 2004-08-27 18:01:21 +00:00
RegAllocLocal.cpp
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp
VirtRegMap.h