llvm-6502/lib/CodeGen
Chris Lattner bee887211b Fix a really nasty bug from my changes on Monday to PHIElim. These changes
broke obsequi and a lot of other things.  It all boiled down to MBB being
overloaded in an inner scope and me confusing it with the one in the outer
scope.  Ugh!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13517 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-12 21:47:57 +00:00
..
InstrSched Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of 2004-04-23 18:15:46 +00:00
ModuloScheduling Updating my versions of ModuloScheduling in cvs. Still not complete. 2004-05-08 16:12:10 +00:00
SelectionDAG
IntrinsicLowering.cpp Implement the AddPrototypes method 2004-05-09 04:29:57 +00:00
LiveIntervalAnalysis.cpp Remove unneeded header 2004-05-08 03:49:35 +00:00
LiveIntervalAnalysis.h Add definition list to each live interval. 2004-04-09 18:07:57 +00:00
LiveVariables.cpp Patch to fix PR337. Make sure to mark all aliased physical registers as used 2004-05-10 05:12:43 +00:00
MachineBasicBlock.cpp Add non-const MachineBasicBlock::getParent() accessor method. 2004-05-12 21:35:22 +00:00
MachineCodeEmitter.cpp Implement emitWordAt() for the debug emitter and the file printer emitter. (I 2004-04-23 17:11:13 +00:00
MachineCodeForInstruction.cpp Add back #include I messed up 2004-02-29 21:40:53 +00:00
MachineFunction.cpp Start NextMBBNumber out at zero. 2004-05-12 21:35:23 +00:00
MachineInstr.cpp Make MachineOperand's value named 'contents'. Make really, really sure 2004-03-03 19:07:27 +00:00
MachineInstrAnnot.cpp Move the private MachineInstrAnnot.h into a private directory. 2004-02-29 19:12:51 +00:00
Makefile
Passes.cpp Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. 2004-03-01 23:18:15 +00:00
PHIElimination.cpp Fix a really nasty bug from my changes on Monday to PHIElim. These changes 2004-05-12 21:47:57 +00:00
PhysRegTracker.h Improved PhysRegTracker interface. RegAlloc lazily allocates the register tracker using a std::auto_ptr 2004-02-23 06:10:13 +00:00
PrologEpilogInserter.cpp
RegAllocLinearScan.cpp Add required header 2004-05-08 03:50:03 +00:00
RegAllocLocal.cpp Change MRegisterInfo::foldMemoryOperand to return the folded 2004-03-14 07:19:51 +00:00
RegAllocSimple.cpp Fix PR294 2004-03-16 01:45:55 +00:00
TwoAddressInstructionPass.cpp
VirtRegMap.cpp Spill explicit physical register defs as well. 2004-03-09 08:35:13 +00:00
VirtRegMap.h Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. 2004-03-01 23:18:15 +00:00