llvm-6502/test/CodeGen/AArch64
2013-10-30 15:19:37 +00:00
..
adc.ll
addsub_ext.ll
addsub-shifted.ll
addsub.ll
alloca.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
analyze-branch.ll
atomic-ops-not-barriers.ll
atomic-ops.ll
basic-pic.ll Convert a llc -filetype=obj test into a llvm-mc test. 2013-10-28 20:40:20 +00:00
bitfield-insert-0.ll
bitfield-insert.ll
bitfield.ll
blockaddress.ll
bool-loads.ll
breg.ll
callee-save.ll
code-model-large-abs.ll
compare-branch.ll
complex-copy-noneon.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
cond-sel.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
directcond.ll
dp1.ll
dp2.ll
dp-3source.ll
extern-weak.ll
extract.ll
fastcc-reserved.ll
fastcc.ll
fcmp.ll
fcvt-fixed.ll
fcvt-int.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
flags-multiuse.ll
floatdp_1source.ll
floatdp_2source.ll
fp128-folding.ll
fp128.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
fp-cond-sel.ll
fp-dp3.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
fpimm.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
frameaddr.ll add test cases for frameaddr and returnaddr for aarch64 2013-10-29 17:01:29 +00:00
func-argpassing.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
func-calls.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
global-alignment.ll
got-abuse.ll
i128-align.ll
illegal-float-ops.ll
init-array.ll
inline-asm-constraints-badI.ll
inline-asm-constraints-badK2.ll
inline-asm-constraints-badK.ll
inline-asm-constraints-badL.ll
inline-asm-constraints.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
inline-asm-modifiers.ll AArch64: add 'a' inline asm operand modifier 2013-10-29 08:22:33 +00:00
jump-table.ll Convert another llc -filetype=obj test. 2013-10-28 20:59:41 +00:00
large-consts.ll
large-frame.ll
ldst-regoffset.ll
ldst-unscaledimm.ll
ldst-unsignedimm.ll
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
literal_pools.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
local_vars.ll
logical_shifted_reg.ll
logical-imm.ll
movw-consts.ll
movw-shift-encoding.ll
neon-2velem.ll Implement aarch64 neon instruction set AdvSIMD (3V elem). 2013-10-04 09:20:44 +00:00
neon-3vdiff.ll Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the following 26 instructions, 2013-09-09 02:20:27 +00:00
neon-aba-abd.ll CHECK-LABEL-ify tests 2013-08-09 17:50:15 +00:00
neon-across.ll Implement aarch64 neon instruction set AdvSIMD (Across). 2013-10-05 08:22:10 +00:00
neon-add-pairwise.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-add-sub.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-bitcast.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-bitwise-instructions.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-compare-instructions.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-copy.ll Implement aarch64 neon instruction set AdvSIMD (copy). 2013-10-11 02:33:55 +00:00
neon-diagnostics.ll Implement aarch64 neon instruction set AdvSIMD (3V elem). 2013-10-04 09:20:44 +00:00
neon-facge-facgt.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-fma.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-frsqrt-frecp.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-halving-add-sub.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-max-min-pairwise.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-max-min.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-mla-mls.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-mov.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-mul-div.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-rounding-halving-add.ll AArch64: add initial NEON support 2013-08-01 09:20:35 +00:00
neon-rounding-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-saturating-add-sub.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-saturating-rounding-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-saturating-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-scalar-abs.ll [AArch64] Add support for NEON scalar absolute value instruction. 2013-10-16 21:04:34 +00:00
neon-scalar-add-sub.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-scalar-compare.ll [AArch64] Add support for NEON scalar floating-point compare instructions. 2013-10-30 15:19:37 +00:00
neon-scalar-cvt.ll [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point 2013-10-08 20:43:30 +00:00
neon-scalar-extract-narrow.ll [AArch64] Add support for NEON scalar extract narrow instructions. 2013-10-18 14:03:24 +00:00
neon-scalar-fp-compare.ll [AArch64] Add support for NEON scalar floating-point compare instructions. 2013-10-30 15:19:37 +00:00
neon-scalar-mul.ll [AArch64] Add the constraint to NEON scalar mla/mls instructions. 2013-10-21 20:11:47 +00:00
neon-scalar-neg.ll [AArch64] Add support for NEON scalar negate instruction. 2013-10-16 21:04:39 +00:00
neon-scalar-recip.ll [AArch64] Add support for NEON scalar floating-point reciprocal estimate, 2013-10-08 22:09:04 +00:00
neon-scalar-reduce-pairwise.ll llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, or aach64-pecoff might be misassumed on win32 hosts. 2013-09-24 04:14:29 +00:00
neon-scalar-rounding-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-scalar-saturating-add-sub.ll [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned 2013-10-16 16:09:02 +00:00
neon-scalar-saturating-rounding-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-scalar-saturating-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-scalar-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-shift-left-long.ll Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions 2013-08-15 08:26:11 +00:00
neon-shift.ll Initial support for Neon scalar instructions. 2013-09-24 02:47:27 +00:00
neon-simd-ldst-multi-elem.ll Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). 2013-10-10 17:00:52 +00:00
neon-simd-shift.ll Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instructions: 2013-09-04 09:28:24 +00:00
pic-eh-stubs.ll
regress-bitcast-formals.ll
regress-f128csel-flags.ll
regress-fp128-livein.ll [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen. 2013-10-24 08:28:24 +00:00
regress-tail-livereg.ll
regress-tblgen-chains.ll
regress-w29-reserved-with-fp.ll
regress-wzr-allocatable.ll
returnaddr.ll add test cases for frameaddr and returnaddr for aarch64 2013-10-29 17:01:29 +00:00
setcc-takes-i32.ll
sibling-call.ll
sincos-expansion.ll
tail-call.ll
tls-dynamic-together.ll
tls-dynamics.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
tls-execs.ll
tst-br.ll
variadic.ll AArch64: enable MISched by default. 2013-10-09 07:53:57 +00:00
zero-reg.ll