llvm-6502/lib/CodeGen
Alkis Evlogimenos a71e05acdd Modify linear scan register allocator to use the two-address
instruction pass. This also fixes all remaining bugs for this new
allocator to pass all tests under test/Programs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10515 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-18 13:15:02 +00:00
..
InstrSched Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
InstrSelection Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
ModuloScheduling
RegAlloc Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
SelectionDAG
LiveIntervalAnalysis.cpp Modify linear scan register allocator to use the two-address 2003-12-18 13:15:02 +00:00
LiveIntervalAnalysis.h Rename LiveIntervals::expired() to LiveIntervals::expiredAt(). 2003-12-18 08:56:11 +00:00
LiveVariables.cpp Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
MachineCodeEmitter.cpp
MachineCodeForInstruction.cpp
MachineFunction.cpp
MachineInstr.cpp Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
MachineInstrAnnot.cpp
Makefile
Passes.cpp Merging the linear scan register allocator in trunk. It currently passes most tests under test/Programs/SingleSource/Benchmarks/Shootout so development will continue on trunk. The allocator is not enabled by default. You will need to pass -regallo=linearscan to lli or llc to use it. 2003-11-20 03:32:25 +00:00
PHIElimination.cpp Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
PrologEpilogInserter.cpp Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
RegAllocLinearScan.cpp Modify linear scan register allocator to use the two-address 2003-12-18 13:15:02 +00:00
RegAllocLocal.cpp Modify local register allocator to use the two-address instruction pass. 2003-12-18 13:08:52 +00:00
RegAllocSimple.cpp Change interface of MachineOperand as follows: 2003-12-14 13:24:17 +00:00
TwoAddressInstructionPass.cpp Add TwoAddressInstructionPass to handle instructions that have two or 2003-12-18 13:06:04 +00:00