llvm-6502/test/CodeGen
2011-05-22 21:41:23 +00:00
..
Alpha
ARM RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset accepts parameters (ptr, size, value) in a different order than GNU's memset (ptr, value, size), therefore the special lowering in AAPCS mode. Implementation by Evzen Muller. 2011-05-22 21:41:23 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic Move test for appropriate directory. 2011-05-17 19:06:43 +00:00
MBlaze
Mips Make $fp and $ra callee-saved registers and let PrologEpilogInserter handle 2011-05-20 18:39:33 +00:00
MSP430
PowerPC
PTX PTX: add flag to disable mad/fma selection 2011-05-18 15:42:23 +00:00
SPARC
SystemZ
Thumb
Thumb2
X86 Implement mulo x, 2 -> addo x, x in DAGCombiner. 2011-05-21 18:31:55 +00:00
XCore