llvm/test/CodeGen/ARM
Reid Spencer 832254e1c2 Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types.  This changes the syntax for llvm assembly to
make shl, ashr and lshr instructions look like a binary operator:
   shl i32 %X, 1
instead of
   shl i32 %X, i8 1
Additionally, this should help a few passes perform additional optimizations.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33776 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-02 02:16:23 +00:00
..
.cvsignore Improve cvs ignoring of test results. 2006-10-27 16:43:34 +00:00
2006-11-10-CycleInDAG.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
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 Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
align.ll Make it work for both Linux and Mac OS. 2007-01-22 23:18:10 +00:00
alloca.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
argaddr.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
arm-asm.ll Update tests that need to be run through llvm-upgrade. This is necessary 2006-12-29 20:01:32 +00:00
bits.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
branch.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
bx_fold.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
call.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
clz.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
compare-call.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
constants.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
ctors_dtors.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
dg.exp create test/Regression/CodeGen/ARM/ and add a minimal test to it 2006-05-25 10:49:19 +00:00
div.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
extloadi1.ll Add extload(i1) test. 2007-01-04 14:27:21 +00:00
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 ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
fpcmp_ueq.ll For PR761: 2007-01-26 08:25:06 +00:00
fpcmp.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
fpconv.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
fpmem.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
hello.ll Fix test cases. 2007-01-31 22:27:07 +00:00
imm.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
inlineasm.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
insn-sched1.ll Fix test cases. 2007-01-31 22:27:07 +00:00
large-stack.ll My mistake, my environment wasn't up to date. This passes now. 2007-02-01 22:26:42 +00:00
ldm.ll Fix test cases. 2007-01-31 22:27:07 +00:00
ldr_ext.ll For PR761: 2007-01-26 08:25:06 +00:00
ldr_frame.ll For PR761: 2007-01-26 08:25:06 +00:00
ldr_post.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
ldr_pre.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
ldr.ll Add test case extracted from lencod. Spiller was infinite looping in GetRegForReload(). 2007-01-19 22:43:14 +00:00
load-global.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
load.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
long_shift.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
long.ll Fix test case. 2007-01-31 23:51:35 +00:00
mem.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
memfunc.ll expand memmove and memcpy 2006-12-05 17:57:23 +00:00
mul.ll For PR761: 2007-01-26 08:25:06 +00:00
mulhi.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
mvn.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
pack.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
ret0.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
ret_arg1.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ret_arg2.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ret_arg3.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ret_arg4.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ret_arg5.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
ret_void.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
rev.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
section.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
select.ll For PR761: 2007-01-26 08:25:06 +00:00
shifter_operand.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
smul.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
stack-frame.ll Add / merge tests. 2007-01-30 03:06:19 +00:00
str_post.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
str_pre.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
str_trunc.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
sxt_rot.ll Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
thumb-imm.ll For PR761: 2007-01-26 08:25:06 +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 ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
vargs2.ll Added a thumb vararg test. 2007-02-01 01:56:43 +00:00
vargs.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
vfp.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
weak.ll print weak references 2006-12-06 13:35:10 +00:00