llvm-6502/test/CodeGen
Jakob Stoklund Olesen 11ebe3d7c1 Also match negative offsets for addrmode3 and addrmode5.
Math is hard, and isScaledConstantInRange() always returned false for
negative constants.  It was doing unsigned division of negative numbers
before casting back to signed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140425 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-23 22:10:33 +00:00
..
Alpha Remove ancient debug info constructs from test cases, they are not relevant to test case's main objective. 2011-09-14 00:29:50 +00:00
ARM Also match negative offsets for addrmode3 and addrmode5. 2011-09-23 22:10:33 +00:00
Blackfin
CBackend Remove llvm-gcc and various compiler handling from llvm. It's not needed 2011-09-20 23:58:15 +00:00
CellSPU
CPP
Generic This test is completely invalid with the modern EH model. Delete. 2011-09-20 23:52:09 +00:00
MBlaze
Mips Remove +. 2011-09-21 17:43:48 +00:00
MSP430
PowerPC Remove ancient debug info constructs from test cases, they are not relevant to test case's main objective. 2011-09-14 00:29:50 +00:00
PTX PTX: Handle function call return values 2011-09-23 16:48:41 +00:00
SPARC
SystemZ
Thumb Disable these tests harder. They're XFAIL'd, but that means they still run, and 2011-09-06 22:08:18 +00:00
Thumb2 Generalize this test's CHECK statements to handle different indvars modes. 2011-09-13 02:46:27 +00:00
X86 PR10989: Don't print .hidden on Windows. 2011-09-23 00:13:02 +00:00
XCore Associate a MemOperand with LDWCP nodes introduced during ISel. 2011-09-12 14:43:23 +00:00