AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin form
[oota-llvm.git] / test / CodeGen / AArch64 /
2013-12-10 Kevin Qin[AArch64 NEON] Support poly128_t and implement relevant...
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Refactor NEON scalar reduce pairwise front...
2013-12-09 Chad Rosier[AArch64] Remove q and non-q intrinsic definitions...
2013-12-09 Ana PazosFix pattern match for movi with 0D result
2013-12-09 Hao Liu[AArch64]Add missing pair intrinsics such as:
2013-12-09 Hao Liu[AArch64]Pattern match failures for truncate store...
2013-12-05 Jiangning LiuFor AArch64, add missing register cost calculation...
2013-12-04 Kevin Qin[AArch64 Neon] Add ACLE intrinsic vceqz_f64.
2013-12-04 Kevin Qin[AArch64 NEON] Add missing compare intrinsics.
2013-12-03 Hao Liu[AArch64]Add missing floating point convert, round...
2013-12-03 Hao LiuAArch64: add missing ACLE intrinsics mapping to general...
2013-12-03 Hao LiuAArch64: Add missing scalar pair intrinsics.
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-03 Jiangning LiuAdd some missing pattern matches for AArch64 Neon intri...
2013-12-02 Chad Rosier[AArch64] Implemented vcopy_lane patterns using scalar...
2013-11-29 Hao LiuAArch64: The pattern match should check the range of...
2013-11-29 Jiangning LiuAdd missing test case for bsl_f64 support of AArch64...
2013-11-27 Jiangning LiuFix the AArch64 NEON bug exposed by checking constant...
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Kevin QinRefactored the implementation of AArch64 NEON instructi...
2013-11-26 Kevin Qin[AArch64]Implement 128 bit register copy with NEON.
2013-11-22 Hao LiuFix the bugs about AArch64 Load/Store vector types...
2013-11-22 Jiangning LiuFor AArch64 back-end instruction selection, lower Neon_...
2013-11-21 Ana PazosImplemented Neon scalar vdup_lane intrinsics.
2013-11-21 Ana PazosImplemented Neon scalar by element intrinsics.
2013-11-19 Hao LiuImplement AArch64 neon instructions class SIMD lsone...
2013-11-19 Jiangning LiuImplement AArch64 SISD intrinsics for vget_high and...
2013-11-19 Jiangning LiuAdd predicate for AArch64 crypto instructions.
2013-11-18 Hao LiuImplement the newly added ACLE functions for ld1/st1...
2013-11-15 Ana PazosImplemented aarch64 Neon scalar vmulx_lane intrinsics
2013-11-15 Chad Rosier[AArch64] Fix the scalar NEON ACLE functions so that...
2013-11-14 Kevin QinAdd test case for AArch64 NEON instruction set misc.
2013-11-14 Kevin QinImplement aarch64 neon instruction class SIMD misc.
2013-11-14 Jiangning LiuImplement AArch64 NEON instruction set AdvSIMD (table).
2013-11-13 Chad Rosier[AArch64] Add support for legacy AArch32 NEON scalar...
2013-11-11 Chad Rosier[AArch64] The shift right/left and insert immediate...
2013-11-11 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Perm.
2013-11-06 Jiangning LiuImplement AArch64 Neon instruction set Bitwise Extract.
2013-11-05 Jiangning LiuImplement AArch64 Neon Crypto instruction classes AES...
2013-11-05 Hao LiuImplement AArch64 post-index vector load/store multiple...
2013-11-05 Kevin QinImplemented aarch64 neon intrinsic vcopy_lane with...
2013-11-04 Tim NorthoverAArch64: use default asm operand printing when modifier...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar fixed-point conve...
2013-10-31 Chad Rosier[AArch64] Add support for NEON scalar shift immediate...
2013-10-31 Amara Emerson[AArch64] Make the use of FP instructions optional...
2013-10-30 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-29 Weiming Zhaoadd test cases for frameaddr and returnaddr for aarch64
2013-10-29 Tim NorthoverAArch64: add 'a' inline asm operand modifier
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Rafael EspindolaConvert a llc -filetype=obj test into a llvm-mc test.
2013-10-24 Amara Emerson[AArch64] Fix NZCV reg live-in bug in F128CSEL codegen.
2013-10-21 Chad Rosier[AArch64] Add the constraint to NEON scalar mla/mls...
2013-10-18 Chad Rosier[AArch64] Add support for NEON scalar extract narrow...
2013-10-17 Chad Rosier[AArch64] Add support for NEON scalar three register...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar negate instruction.
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar absolute value...
2013-10-16 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-15 Chad Rosier[AArch64] Add support for NEON scalar signed saturating...
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-11 Kevin QinImplement aarch64 neon instruction set AdvSIMD (copy).
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-09 Tim NorthoverAArch64: enable MISched by default.
2013-10-09 Tim NorthoverAArch64: migrate ADRP relaxation test to be llvm-mc...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-24 NAKAMURA Takumillvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-17 Kevin QinImplement 3 AArch64 neon instructions : umov smov ins.
2013-09-09 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Hao LiuClang and AArch64 backend patches to support shll/shl...
2013-08-09 Stephen LinCHECK-LABEL-ify tests
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-07-25 Tim NorthoverAArch64: add llc-based tests for previous commit.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-12 Stephen LinStart using CHECK-LABEL in some tests.
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-01 Tim NorthoverAArch64: correct CodeGen of MOVZ/MOVK combinations.
2013-06-18 Tim NorthoverAArch64: remove accidental test output file.
2013-05-30 Rafael EspindolaChange how we iterate over relocations on ELF.
2013-05-29 Tim NorthoverTeach ReMaterialization to be more cunning about subreg...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-16 Rafael EspindolaMore test coverage for addFrameMove.
2013-05-16 Rafael EspindolaAdd more test coverage for addFrameMove.
2013-05-04 Tim NorthoverAArch64: support literal pool access in large memory...
2013-05-04 Tim NorthoverAArch64: support large code model for jump-tables
2013-05-04 Tim NorthoverAArch64: implement support for blockaddress in large...
next