summaryrefslogtreecommitdiff
path: root/test/MC/AArch64
AgeCommit message (Expand)AuthorFilesLines
2013-10-30[AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2-0/+243
2013-10-28Convert another llc -filetype=obj test.Rafael Espindola1-0/+209
2013-10-28Convert another llc -filetype=obj test.Rafael Espindola1-0/+59
2013-10-28Convert another llc -filetype=obj test.Rafael Espindola1-0/+33
2013-10-28Convert a llc -filetype=obj test into a llvm-mc test.Rafael Espindola1-0/+98
2013-10-18[AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2-0/+95
2013-10-17[AArch64] Add support for NEON scalar three register different instructionChad Rosier2-0/+72
2013-10-16[AArch64] Add support for NEON scalar negate instruction.Chad Rosier2-0/+18
2013-10-16[AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2-0/+18
2013-10-16Update comment.Chad Rosier2-2/+2
2013-10-16[AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2-0/+71
2013-10-15[AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2-0/+34
2013-10-14[AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2-0/+200
2013-10-11Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2-0/+223
2013-10-10Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2-0/+684
2013-10-10Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2-684/+0
2013-10-10Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2-0/+684
2013-10-09AArch64: migrate ADRP relaxation test to be llvm-mc only.Tim Northover1-0/+18
2013-10-08[AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2-0/+71
2013-10-08[AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier1-0/+23
2013-10-07[AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier3-0/+124
2013-10-05Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2-0/+264
2013-10-04Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2-0/+1030
2013-09-24Initial support for Neon scalar instructions.Jiangning Liu15-145/+278
2013-09-17Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin1-0/+71
2013-09-13AArch64: use RegisterOperand for NEON registers.Tim Northover1-4/+6
2013-09-09Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2-0/+1150
2013-09-04Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2-3/+1157
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-2/+0
2013-08-15Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu3-0/+138
2013-08-01AArch64: add initial NEON supportTim Northover23-5/+3041
2013-07-03Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola3-3/+3
2013-06-23AArch64: fix overzealous NEXTing for Windows testing.Tim Northover1-3/+3
2013-06-17AArch64: print relocation addends if present on AArch64Tim Northover1-0/+8
2013-05-30Change how we iterate over relocations on ELF.Rafael Espindola10-10/+10
2013-04-12AArch64: use full triple for ELF testsTim Northover11-12/+12
2013-04-12AArch64: remove over-zealous use of CHECK-NEXTTim Northover1-38/+38
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck10-623/+179
2013-04-03AArch64: implement ETMv4 trace system registers.Tim Northover2-0/+922
2013-03-28AArch64: implement GICv3 system registersTim Northover2-0/+284
2013-02-11AArch64: Undo change to how test was runTim Northover1-1/+2
2013-02-11Make use of DiagnosticType to provide better AArch64 diagnostics.Tim Northover1-501/+504
2013-02-06Add AArch64 CRC32 instructionsTim Northover1-0/+17
2013-02-06Add icache prefetch operations to AArch64Tim Northover1-0/+12
2013-02-01Add explicit triples to AArch64 testsTim Northover1-2/+2
2013-01-31Add AArch64 as an experimental target.Tim Northover16-0/+9584