llvm-6502/test/CodeGen
Chris Lattner dec28ceb02 fix PR8514, a bug where the "heroic" transformation of shift/and
into and/shift would cause nodes to move around and a dangling pointer
to happen.  The code tried to avoid this with a HandleSDNode, but 
got the details wrong.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123578 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-16 08:48:11 +00:00
..
Alpha
ARM Even if we don't have 7 bytes of stack space we may need to save and 2011-01-11 00:16:04 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Add a testcase for PR8582, which mysteriously fixed itself, in case the problem 2011-01-06 23:04:29 +00:00
MBlaze
Mips
MSP430
PowerPC Restore the behavior of frame lowering before my refactoring. 2010-12-18 19:53:14 +00:00
PTX ptx: remove reg-reg addressing mode and st.const 2011-01-01 11:58:58 +00:00
SPARC Implement AnalyzeBranch in Sparc Backend. 2011-01-16 03:15:11 +00:00
SystemZ
Thumb Spill R4 if it's going to be used to restore SP from FP. 2011-01-16 05:14:33 +00:00
Thumb2 Add ARM patterns to match EXTRACT_SUBVECTOR nodes. 2011-01-07 04:59:04 +00:00
X86 fix PR8514, a bug where the "heroic" transformation of shift/and 2011-01-16 08:48:11 +00:00
XCore
thumb2-mul.ll