llvm-6502/test/CodeGen
2008-08-30 02:03:58 +00:00
..
Alpha allow this to pass. 2008-08-29 17:18:26 +00:00
ARM It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool. 2008-08-08 06:56:16 +00:00
CBackend In the CBackend, use casts to force integer add, subtract, and 2008-07-18 18:43:12 +00:00
CellSPU Add necessary 64-bit support so that gcc frontend compiles (mostly). Current 2008-06-02 22:18:03 +00:00
CPP Put CPPBackend tests into their own directory and run them only if they're 2008-07-10 22:35:32 +00:00
Generic Improve support for vector casts in LLVM IR and CodeGen. 2008-08-14 20:04:46 +00:00
IA64 sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
Mips Support added for ctlz intrinsic, test case added. 2008-08-08 06:16:31 +00:00
PowerPC Testcases for ppc atomics. 2008-08-30 00:54:31 +00:00
SPARC sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
X86 Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instructions 2nd operand (shift count) is limited to 0 to 31 (or 63 in the x86-64 case). 2008-08-30 02:03:58 +00:00