aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/AArch64
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] The shift right/left and insert immediate builtins expect 3Chad Rosier2013-11-111-14/+18
* [AArch64] Add support for NEON scalar floating-point convert to fixed-point i...Chad Rosier2013-11-111-8/+56
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-061-0/+1676
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-061-0/+190
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-051-0/+147
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-051-0/+200
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-051-0/+112
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-041-0/+29
* [AArch64] Add support for NEON scalar fixed-point convert to floating-point i...Chad Rosier2013-10-311-0/+48
* [AArch64] Add support for NEON scalar shift immediate instructions.Chad Rosier2013-10-311-0/+527
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-3110-4/+127
* [AArch64] Add support for NEON scalar floating-point compare instructions.Chad Rosier2013-10-302-19/+335
* add test cases for frameaddr and returnaddr for aarch64Weiming Zhao2013-10-292-0/+41
* AArch64: add 'a' inline asm operand modifierTim Northover2013-10-291-0/+9
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-16/+0
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-17/+0
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-281-17/+0
* Convert a llc -filetype=obj test into a llvm-mc test.Rafael Espindola2013-10-281-16/+0
* [AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.Amara Emerson2013-10-241-0/+17
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-20/+24
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-181-0/+104
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-171-0/+75
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-161-0/+12
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-161-0/+12
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-161-0/+104
* [AArch64] Add support for NEON scalar signed saturating absolute value andChad Rosier2013-10-152-0/+98
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-0/+128
* Implement aarch64 neon instruction set AdvSIMD (copy).Kevin Qin2013-10-111-0/+188
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+1228
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-1228/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+1228
* AArch64: enable MISched by default.Tim Northover2013-10-0911-93/+97
* AArch64: migrate ADRP relaxation test to be llvm-mc only.Tim Northover2013-10-091-27/+0
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-081-0/+69
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-081-0/+49
* [AArch64] Add support for NEON scalar arithmetic instructions:Chad Rosier2013-10-072-0/+117
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-051-0/+476
* Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu2013-10-042-0/+1347
* llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, ...NAKAMURA Takumi2013-09-241-1/+1
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-2414-114/+584
* Implement 3 AArch64 neon instructions : umov smov ins.Kevin Qin2013-09-171-0/+232
* Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu2013-09-091-0/+1806
* Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu2013-09-041-0/+1524
* A minor change for an obvous problem caused by r188451:Hao Liu2013-08-211-2/+2
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu2013-08-152-0/+241
* CHECK-LABEL-ify testsStephen Lin2013-08-091-1/+1
* AArch64: add initial NEON supportTim Northover2013-08-0123-1/+6098
* AArch64: add llc-based tests for previous commit.Tim Northover2013-07-252-2/+15
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-1430-127/+127