llvm-6502/test/CodeGen
Jush Lu 2ff4e9d5af [arm-fast-isel] Add support for fastcc.
Without fastcc support, the caller just falls through to CallingConv::C
for fastcc, but callee still uses fastcc, this inconsistency of calling
convention is a problem, and fastcc support can fix it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162013 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-16 05:15:53 +00:00
..
ARM [arm-fast-isel] Add support for fastcc. 2012-08-16 05:15:53 +00:00
CellSPU Add test triples to fix win32 failures. Revert workaround from r161292. 2012-08-08 20:31:37 +00:00
CPP
Generic The normal edge of an invoke is not allowed to branch to a block with a 2012-08-10 20:55:20 +00:00
Hexagon [Hexagon] Don't mark callee saved registers as clobbered by a tail call 2012-08-13 19:54:01 +00:00
MBlaze
Mips Test case for r162008. 2012-08-16 03:48:41 +00:00
MSP430 Reapply r161633-161634 "Partition use lists so defs always come before uses."" 2012-08-10 00:21:30 +00:00
NVPTX
PowerPC During the CodeGenPrepare we often lower intrinsics (such as objsize) 2012-08-14 05:19:07 +00:00
SPARC
Thumb
Thumb2 Fold predicable instructions into MOVCC / t2MOVCC. 2012-08-15 22:16:39 +00:00
X86 Remove invalid test. This test requires that dead basic blocks be kept 2012-08-15 20:54:09 +00:00
XCore