llvm/test/CodeGen/AArch64
Benjamin Kramer 1cb47b9afe Test case hygiene.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176772 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-09 18:25:40 +00:00
..
adc.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
addsub_ext.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
addsub-shifted.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
addsub.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
adrp-relocation.ll AArch64: remove ConstantIsland pass & put literals in separate section. 2013-02-15 09:33:43 +00:00
alloca.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
analyze-branch.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
atomic-ops-not-barriers.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
atomic-ops.ll AArch64: Use cbnz instead of cmp/b.ne pair for atomic operations. 2013-02-28 13:52:07 +00:00
basic-pic.ll
bitfield-insert-0.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
bitfield-insert.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
bitfield.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
blockaddress.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
bool-loads.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
breg.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
callee-save.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
compare-branch.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
cond-sel.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
directcond.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
dp1.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
dp2.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
dp-3source.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
elf-extern.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
extern-weak.ll AArch64: be more careful resorting to inefficient addressing for weak vars. 2013-02-28 14:36:31 +00:00
extract.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
fastcc-reserved.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
fastcc.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
fcmp.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
fcvt-fixed.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
fcvt-int.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
flags-multiuse.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
floatdp_1source.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
floatdp_2source.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
fp128-folding.ll AArch64: remove ConstantIsland pass & put literals in separate section. 2013-02-15 09:33:43 +00:00
fp128.ll AArch64: remove ConstantIsland pass & put literals in separate section. 2013-02-15 09:33:43 +00:00
fp-cond-sel.ll AArch64: remove ConstantIsland pass & put literals in separate section. 2013-02-15 09:33:43 +00:00
fp-dp3.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
fpimm.ll AArch64: remove ConstantIsland pass & put literals in separate section. 2013-02-15 09:33:43 +00:00
func-argpassing.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
func-calls.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
global-alignment.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
got-abuse.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
i128-align.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
illegal-float-ops.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
init-array.ll
inline-asm-constraints-badI.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
inline-asm-constraints-badK2.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
inline-asm-constraints-badK.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
inline-asm-constraints-badL.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
inline-asm-constraints.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
inline-asm-modifiers.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
jump-table.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
large-frame.ll AArch64: refactor frame handling to use movz/movk for overlarge offsets. 2013-02-15 09:33:26 +00:00
ldst-regoffset.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
ldst-unscaledimm.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
ldst-unsignedimm.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
lit.local.cfg
literal_pools.ll AArch64: remove ConstantIsland pass & put literals in separate section. 2013-02-15 09:33:43 +00:00
local_vars.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
logical_shifted_reg.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
logical_shifted_reg.s
logical-imm.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
movw-consts.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
pic-eh-stubs.ll
regress-bitcast-formals.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
regress-f128csel-flags.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
regress-tail-livereg.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
regress-tblgen-chains.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
regress-w29-reserved-with-fp.ll Test case hygiene. 2013-03-09 18:25:40 +00:00
regress-wzr-allocatable.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
setcc-takes-i32.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
sibling-call.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
sincos-expansion.ll AArch64: specify full triple in test as only Linux works for now. 2013-03-08 15:27:30 +00:00
tail-call.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
tls-dynamic-together.ll
tls-dynamics.ll
tls-execs.ll
tst-br.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
variadic.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00
zero-reg.ll Add explicit triples to AArch64 tests 2013-02-01 11:40:47 +00:00