llvm-6502/lib/CodeGen
Alkis Evlogimenos 4e7854407c When an instruction like: A += B had both A and B virtual registers
spilled, A was loaded from its stack location twice. This fixes the bug.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11093 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-03 01:13:07 +00:00
..
InstrSched Moved iterators around. 2004-01-20 17:51:13 +00:00
ModuloScheduling
SelectionDAG
IntrinsicLowering.cpp Hrm, apparently I missed lowering this intrinsic. :( 2004-01-14 20:41:29 +00:00
LiveIntervalAnalysis.cpp Should be more careful. The previously applied change made all counts 2004-02-02 20:29:57 +00:00
LiveIntervalAnalysis.h Merge safe parts from last night's buggy commit. These do not break 2004-01-31 19:59:32 +00:00
LiveVariables.cpp Finegrainify namespacification, use new MRegisterInfo::isVirtualRegister 2004-01-31 21:27:19 +00:00
MachineCodeEmitter.cpp
MachineCodeForInstruction.cpp Remove use of llvm/CodeGen/InstrSelection.h 2004-01-10 19:16:26 +00:00
MachineFunction.cpp Fix a bug in a recent checkin 2004-02-01 05:25:07 +00:00
MachineInstr.cpp When an instruction like: A += B had both A and B virtual registers 2004-02-03 01:13:07 +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
PHIElimination.cpp
PrologEpilogInserter.cpp
RegAllocLinearScan.cpp When an instruction like: A += B had both A and B virtual registers 2004-02-03 01:13:07 +00:00
RegAllocLocal.cpp Finegrainify namespacification, use new MRegisterInfo::isVirtualRegister 2004-01-31 21:27:19 +00:00
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp Revert changes. Will implement this using a different set of primitives 2004-02-02 23:08:58 +00:00