summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
Commit message (Expand)AuthorAge
* [AArch64]Fix a problem that the register order of fmls/fmla by element is inc...Hao Liu2013-12-25
* Add missing pattern matches to support ACLE intrinsics of AArch64 NEON.Jiangning Liu2013-12-25
* [AArch64]Add patterns to match normal shift nodes: shl, sra and srl.Hao Liu2013-12-24
* [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.Kevin Qin2013-12-24
* [AArch64 NEON] Fix a pattern match failure with NEON_VDUP.Kevin Qin2013-12-24
* [AArch64] Check fmul node single use in fused multiply patternsAna Pazos2013-12-24
* [AArch64 NEON] Fixed fused multiply negate add/sub patternsAna Pazos2013-12-24
* [AArch64]The compare to zero intrinsics should be implemented by 'icmp/fcmp' ...Hao Liu2013-12-23
* [AArch64 NEON]Implment loading vector constant form constant pool.Kevin Qin2013-12-18
* [AArch64]Fix the pattern match failure for v1i8/v1i16/v1i32 types.Hao Liu2013-12-16
* [AArch64] Removed unnecessary copy patterns with v1fx types.Chad Rosier2013-12-12
* [AArch64]Fix the problem that AArch64 backend fails to select scalar_to_vecto...Hao Liu2013-12-12
* Fix Incorrect CHECK message [0-31]+ in test case.Kevin Qin2013-12-12
* Fix an over-constrained assertion in MachineFunction::addLiveIn.Quentin Colombet2013-12-12
* [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64Chad Rosier2013-12-11
* [AArch64] Add NEON scalar floating-point compare LLVM AArch64 intrinsics thatChad Rosier2013-12-11
* [AArch64] Refactor the NEON scalar floating-point reciprocal step andChad Rosier2013-12-11
* [AArch64] Refactor the NEON scalar floating-point reciprocal estimate, floating-Chad Rosier2013-12-11
* [AArch64] Refactor the NEON floating-point absolute difference LLVM AArch64Chad Rosier2013-12-10
* [AArch64] Refactor the NEON signed/unsigned floating-point convert to fixed-p...Chad Rosier2013-12-10
* [AArch64] Overload NEON signed/unsigned floating-point convert to fixed-pointChad Rosier2013-12-10
* [AArch64] Overload NEON signed/unsigned integer convert to floating-pointChad Rosier2013-12-10
* [AArch64] Refactor the Neon vector/scalar floating-point convert intrinsics soChad Rosier2013-12-10
* [AArch64] Refactor the Neon vector/scalar floating-point convert implementation.Chad Rosier2013-12-10
* [AArch64 NEON] Support poly128_t and implement relevant intrinsic.Kevin Qin2013-12-10
* [AArch64] Refactor the NEON scalar reduce pairwise intrinsics, so that they useChad Rosier2013-12-09
* [AArch64] Refactor NEON scalar reduce pairwise front-end codegen to removeChad Rosier2013-12-09
* [AArch64] Remove q and non-q intrinsic definitions in the NEON scalar reduceChad Rosier2013-12-09
* Fix pattern match for movi with 0D resultAna Pazos2013-12-09
* [AArch64]Add missing pair intrinsics such as:Hao Liu2013-12-09
* [AArch64]Pattern match failures for truncate store and extend loadHao Liu2013-12-09
* For AArch64, add missing register cost calculation for big value types like v...Jiangning Liu2013-12-05
* [AArch64 Neon] Add ACLE intrinsic vceqz_f64.Kevin Qin2013-12-04
* [AArch64 NEON] Add missing compare intrinsics.Kevin Qin2013-12-04
* [AArch64]Add missing floating point convert, round and misc intrinsics.Hao Liu2013-12-03
* AArch64: add missing ACLE intrinsics mapping to general arithmetic operation ...Hao Liu2013-12-03
* AArch64: Add missing scalar pair intrinsics.Hao Liu2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vuqadd_s64 ...Jiangning Liu2013-12-03
* Add some missing pattern matches for AArch64 Neon intrinsics like vmull_high_...Jiangning Liu2013-12-03
* [AArch64] Implemented vcopy_lane patterns using scalar DUP instruction.Chad Rosier2013-12-02
* AArch64: The pattern match should check the range of the immediate value.Hao Liu2013-11-29
* Add missing test case for bsl_f64 support of AArch64 NEON.Jiangning Liu2013-11-29
* Fix the AArch64 NEON bug exposed by checking constant integer argument range ...Jiangning Liu2013-11-27
* [AArch64] Add support for NEON scalar floating-point absolute difference.Chad Rosier2013-11-27
* [AArch64] Add support for NEON scalar floating-point to integer convertChad Rosier2013-11-26
* Refactored the implementation of AArch64 NEON instruction ZIP, UZPKevin Qin2013-11-26
* [AArch64]Implement 128 bit register copy with NEON.Kevin Qin2013-11-26
* Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 an...Hao Liu2013-11-22
* For AArch64 back-end instruction selection, lower Neon_Lowxxx with EXTRCT_SUB...Jiangning Liu2013-11-22
* Implemented Neon scalar vdup_lane intrinsics.Ana Pazos2013-11-21