1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/CodeGen/ARM
Reid Spencer 591bfa1e0b 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.

llvm-svn: 33776
2007-02-02 02:16:23 +00:00
..
.cvsignore
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
argaddr.ll
arm-asm.ll
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
div.ll
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 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
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
memfunc.ll
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
ret_arg2.ll
ret_arg3.ll
ret_arg4.ll
ret_arg5.ll
ret_void.ll
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
vfp.ll ARM test cases contributed by Apple. 2007-01-19 09:20:23 +00:00
weak.ll