..
adrp-relocation.s
AArch64: migrate ADRP relaxation test to be llvm-mc only.
2013-10-09 07:53:49 +00:00
basic-a64-diagnostics.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
basic-a64-instructions.s
[AArch64] Make the use of FP instructions optional, but enabled by default.
2013-10-31 09:32:11 +00:00
basic-pic.s
Convert a llc -filetype=obj test into a llvm-mc test.
2013-10-28 20:40:20 +00:00
elf-extern.s
Convert another llc -filetype=obj test.
2013-10-28 20:54:33 +00:00
elf-globaladdress.ll
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
elf-objdump.s
Prefix failing commands with not to make clear they are expected to fail.
2013-07-03 16:41:29 +00:00
elf-reloc-addend.s
AArch64: print relocation addends if present on AArch64
2013-06-17 03:03:06 +00:00
elf-reloc-addsubimm.s
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
elf-reloc-condbr.s
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
elf-reloc-ldrlit.s
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
elf-reloc-ldstunsimm.s
[AArch64] Make the use of FP instructions optional, but enabled by default.
2013-10-31 09:32:11 +00:00
elf-reloc-movw.s
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
elf-reloc-pcreladdressing.s
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
elf-reloc-tstb.s
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
elf-reloc-uncondbrimm.s
Change how we iterate over relocations on ELF.
2013-05-30 03:05:14 +00:00
gicv3-regs-diagnostics.s
Prefix failing commands with not to make clear they are expected to fail.
2013-07-03 16:41:29 +00:00
gicv3-regs.s
AArch64: implement GICv3 system registers
2013-03-28 14:30:46 +00:00
inline-asm-modifiers.s
[AArch64] Make the use of FP instructions optional, but enabled by default.
2013-10-31 09:32:11 +00:00
jump-table.s
Convert another llc -filetype=obj test.
2013-10-28 20:59:41 +00:00
lit.local.cfg
[tests] Cleanup initialization of test suffixes.
2013-08-16 00:37:11 +00:00
mapping-across-sections.s
mapping-within-section.s
neon-2velem.s
Implement aarch64 neon instruction set AdvSIMD (3V elem).
2013-10-04 09:20:44 +00:00
neon-3vdiff.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-aba-abd.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-across.s
Implement aarch64 neon instruction set AdvSIMD (Across).
2013-10-05 08:22:10 +00:00
neon-add-pairwise.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-add-sub-instructions.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-bitwise-instructions.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-compare-instructions.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-crypto.s
Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
2013-11-05 17:42:05 +00:00
neon-diagnostics.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-extract.s
Implement AArch64 Neon instruction set Bitwise Extract.
2013-11-06 02:25:49 +00:00
neon-facge-facgt.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-frsqrt-frecp.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-halving-add-sub.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-max-min-pairwise.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-max-min.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-mla-mls-instructions.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-mov.s
AArch64: use RegisterOperand for NEON registers.
2013-09-13 07:26:52 +00:00
neon-mul-div-instructions.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-perm.s
Implement AArch64 Neon instruction set Perm.
2013-11-06 03:35:27 +00:00
neon-rounding-halving-add.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
neon-rounding-shift.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-saturating-add-sub.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-saturating-rounding-shift.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-saturating-shift.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-scalar-abs.s
[AArch64] Add support for NEON scalar absolute value instruction.
2013-10-16 21:04:34 +00:00
neon-scalar-add-sub.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-scalar-by-elem-mla.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-scalar-by-elem-mul.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-scalar-by-elem-saturating-mla.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-scalar-by-elem-saturating-mul.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-scalar-compare.s
[AArch64] Add support for NEON scalar integer compare instructions.
2013-10-14 14:37:20 +00:00
neon-scalar-cvt.s
[AArch64] Add support for NEON scalar floating-point convert to fixed-point instructions.
2013-11-11 18:04:07 +00:00
neon-scalar-dup.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-scalar-extract-narrow.s
[AArch64] Add support for NEON scalar extract narrow instructions.
2013-10-18 14:03:24 +00:00
neon-scalar-fp-compare.s
[AArch64] Add support for NEON scalar floating-point compare instructions.
2013-10-30 15:19:37 +00:00
neon-scalar-mul.s
[AArch64] Add support for NEON scalar three register different instruction
2013-10-17 18:12:29 +00:00
neon-scalar-neg.s
[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 21:04:39 +00:00
neon-scalar-recip.s
[AArch64] Add support for NEON scalar floating-point reciprocal estimate,
2013-10-08 22:09:04 +00:00
neon-scalar-reduce-pairwise.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-scalar-rounding-shift.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-scalar-saturating-add-sub.s
Update comment.
2013-10-16 16:30:10 +00:00
neon-scalar-saturating-rounding-shift.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-scalar-saturating-shift.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-scalar-shift-imm.s
[AArch64] Add support for NEON scalar shift immediate instructions.
2013-10-31 19:28:44 +00:00
neon-scalar-shift.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-shift-left-long.s
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.s
Initial support for Neon scalar instructions.
2013-09-24 02:47:27 +00:00
neon-simd-copy.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
neon-simd-ldst-multi-elem.s
Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem).
2013-10-10 17:00:52 +00:00
neon-simd-post-ldst-multi-elem.s
Implement AArch64 post-index vector load/store multiple N-element structure class SIMD(lselem-post).
2013-11-05 03:39:32 +00:00
neon-simd-shift.s
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
2013-11-12 19:13:08 +00:00
noneon-diagnostics.s
AArch64: add initial NEON support
2013-08-01 09:20:35 +00:00
tls-relocs.s
AArch64: fix overzealous NEXTing for Windows testing.
2013-06-23 15:32:01 +00:00
trace-regs-diagnostics.s
Prefix failing commands with not to make clear they are expected to fail.
2013-07-03 16:41:29 +00:00
trace-regs.s
AArch64: implement ETMv4 trace system registers.
2013-04-03 12:31:29 +00:00