hanchenye-llvm-project/llvm/test/CodeGen/ARM
Chris Lattner c8ff09ffaa fix test for linux hosts.
llvm-svn: 36026
2007-04-14 23:04:30 +00:00
..
.cvsignore
2006-11-10-CycleInDAG.ll
2007-01-19-InfiniteLoop.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
2007-01-31-RegInfoAssert.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
2007-02-02-JoinIntervalsCrash.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
2007-03-06-AddR7.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
2007-03-07-CombinerCrash.ll For PR1258: 2007-03-19 18:27:35 +00:00
2007-03-13-InstrSched.ll Better still. 2007-04-04 08:49:40 +00:00
2007-03-15-GEP-Idx-Sink.ll fix test for linux hosts. 2007-04-14 23:04:30 +00:00
2007-03-21-JoinIntervalsCrash.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
2007-03-26-RegScavengerAssert.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
2007-03-27-RegScavengerAssert.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
2007-03-30-RegScavengerAssert.ll Test case for PR1279 (part 2). 2007-03-30 20:15:22 +00:00
2007-04-02-RegScavengerAssert.ll New test case. 2007-04-02 18:47:13 +00:00
2007-04-03-PEIBug.ll New test case. 2007-04-03 21:38:03 +00:00
2007-04-03-UndefinedSymbol.ll New test case. 2007-04-03 23:40:54 +00:00
addrmode.ll ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)]. 2007-03-14 23:26:40 +00:00
align.ll Make it work for both Linux and Mac OS. 2007-01-22 23:18:10 +00:00
alloca.ll Improves alloca test. Verifies SP restoration. 2007-02-03 00:16:21 +00:00
argaddr.ll
arguments.ll Add ABI information to ARM subtarget. 2007-02-13 19:52:28 +00:00
arm-asm.ll
arm-negative-stride.ll Fix test case. 2007-04-04 07:41:33 +00:00
bits.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
branch.ll
bx_fold.ll Fix test case. 2007-03-08 19:27:32 +00:00
call.ll
call_nolink.ll Remove use of implementation keyword. 2007-03-28 02:38:26 +00:00
clz.ll
compare-call.ll
constants.ll
ctors_dtors.ll Use init_array/fini_array sections for static contructors/destructors when the ABI is AAPCS. 2007-03-05 17:59:58 +00:00
dg.exp Make the llvm-runtest function much more amenable by eliminating all the 2007-04-11 19:56:59 +00:00
div.ll
dyn-stackalloc.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
extloadi1.ll
fcopysign.ll For PR411: 2007-01-30 16:16:01 +00:00
fp.ll For PR411: 2007-01-30 16:16:01 +00:00
fparith.ll
fpcmp.ll
fpcmp_ueq.ll For PR761: 2007-01-26 08:25:06 +00:00
fpconv.ll
fpmem.ll
hello.ll Fix test cases. 2007-01-31 22:27:07 +00:00
iabs.ll new testcases for integer abs function 2007-04-11 05:02:57 +00:00
imm.ll
inlineasm.ll Test inline asm modifier 'c'. 2007-03-08 22:45:31 +00:00
inlineasm2.ll New asm test case. 2007-04-04 00:15:17 +00:00
insn-sched1.ll Fix test case. 2007-03-08 19:27:32 +00:00
large-stack.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
ldm.ll Fix test cases. 2007-01-31 22:27:07 +00:00
ldr.ll Add test case extracted from lencod. Spiller was infinite looping in GetRegForReload(). 2007-01-19 22:43:14 +00:00
ldr_ext.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
ldr_frame.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
ldr_post.ll
ldr_pre.ll
load-global.ll
load.ll
long-setcc.ll this got better 2007-04-11 16:12:27 +00:00
long.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
long_shift.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
lsr-code-insertion.ll new lsr testcase 2007-04-13 20:38:14 +00:00
lsr-scale-addr-mode.ll new testcase. 2007-04-02 06:33:10 +00:00
mem.ll
memfunc.ll
mul.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
mulhi.ll
mvn.ll
pack.ll
ret0.ll
ret_arg1.ll
ret_arg2.ll
ret_arg3.ll
ret_arg4.ll
ret_arg5.ll
ret_void.ll
rev.ll
section.ll
select.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
shifter_operand.ll Fix test case. 2007-02-28 00:36:33 +00:00
smul.ll
stack-frame.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
str_post.ll
str_pre.ll
str_trunc.ll
sxt_rot.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
thumb-imm.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
trunc_ldr.ll Missing '&&' 2007-03-30 22:03:49 +00:00
tst_teq.ll - Divides the comparisons in two types: comparisons that only use N and Z 2007-04-02 01:30:03 +00:00
unord.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
uxt_rot.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
uxtb.ll
vargs.ll
vargs2.ll -march=arm -enable-thumb => -march=thumb 2007-02-23 03:15:39 +00:00
vargs_align.ll bugfix: SP wasn't updated for varargs when frame pointer was eliminated. 2007-02-23 21:53:48 +00:00
vfp.ll
weak.ll