llvm-6502/lib/CodeGen
Chris Lattner 418da55c89 Rename Interval class to LiveInterval to avoid conflicting with the already
existing llvm::Interval class.

Patch contributed by Vladimir Prus!
http://mail.cs.uiuc.edu/pipermail/llvmbugs/2004-June/000710.html


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14281 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-21 13:10:56 +00:00
..
InstrSched Adjust to the new TargetMachine interface 2004-06-02 06:06:20 +00:00
ModuloScheduling
SelectionDAG Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00
IntrinsicLowering.cpp Move the IntrinsicLowering header into the CodeGen directory, as per PR346 2004-06-20 07:49:54 +00:00
LiveIntervalAnalysis.cpp Rename Interval class to LiveInterval to avoid conflicting with the already 2004-06-21 13:10:56 +00:00
LiveIntervalAnalysis.h Rename Interval class to LiveInterval to avoid conflicting with the already 2004-06-21 13:10:56 +00:00
LiveVariables.cpp Adjust to new TargetMachine interface 2004-06-02 05:57:12 +00:00
MachineBasicBlock.cpp Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. 2004-06-17 22:26:53 +00:00
MachineCodeEmitter.cpp
MachineCodeForInstruction.cpp Fix typo in head-of-file comment. 2004-05-30 03:33:48 +00:00
MachineFunction.cpp Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being 2004-06-11 06:37:11 +00:00
MachineInstr.cpp Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable. 2004-06-17 22:26:53 +00:00
MachineInstrAnnot.cpp
Makefile Oops, this was not to go in 2004-06-02 06:06:45 +00:00
Passes.cpp
PHIElimination.cpp Adjust to new TargetMachine interface 2004-06-02 05:57:12 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being 2004-06-11 06:37:11 +00:00
RegAllocLinearScan.cpp Rename Interval class to LiveInterval to avoid conflicting with the already 2004-06-21 13:10:56 +00:00
RegAllocLocal.cpp Fix a recent regression in Applications/sgefa that Alkis pointed out to me. 2004-06-16 06:57:29 +00:00
RegAllocSimple.cpp Adjust to new TargetMachine interface 2004-06-02 05:57:12 +00:00
TwoAddressInstructionPass.cpp Adjust to new TargetMachine interface 2004-06-02 05:57:12 +00:00
VirtRegMap.cpp Adjust to new TargetMachine interface 2004-06-02 05:57:12 +00:00
VirtRegMap.h Add method to assign stack slot to virtual register without creating a 2004-05-29 20:38:05 +00:00