summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrNEON.td
Commit message (Expand)AuthorAge
* Merging r199369:Tom Stellard2014-04-09
* ARM: add a couple more NEON predicates.Tim Northover2013-10-24
* ARM: mark various aliases with their architecture requirements.Tim Northover2013-10-24
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""Jim Grosbach2013-09-03
* Revert "ARM: Improve pattern for isel mul of vector by scalar."Michael Gottesman2013-08-30
* ARM: Improve pattern for isel mul of vector by scalar.Jim Grosbach2013-08-29
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-28
* ARM: add patterns for vqdmlal with separate vqdmull and vqaddsTim Northover2013-08-28
* [ARMv8] Add some negative tests for the recent VFP/NEON instructions.Joey Gouly2013-08-27
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-27
* Fix ARM vcvt encoding when the number of fractional bits is zero.Mihai Popa2013-08-22
* ARM: remove now unneeded custom Asm convertersTim Northover2013-07-22
* [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}.Joey Gouly2013-07-19
* Change 'n' to 'N' to keep consistent with other instructions.Joey Gouly2013-07-18
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-18
* Remove the extra leading 0 from VMAXNMND.Joey Gouly2013-07-18
* [ARMv8] Add support for the NEON instructions vmaxnm/vminnm.Joey Gouly2013-07-17
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-18
* ARM: Enforce decoding rules for VLDn instructionsAmaury de la Vieuville2013-06-11
* ARM: fix VEXT encoding corner caseTim Northover2013-05-31
* VSTn instructions have a number of encoding constraints which are not impleme...Mihai Popa2013-05-20
* ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer2013-04-26
* ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach2013-04-15
* ARM NEON: Don't need COPY_TO_REGCLASS in patternArnold Schwaighofer2013-02-19
* ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer2013-02-19
* The ARM NEON vector compare instructions take three arguments. However, the Joel Jones2013-02-14
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-20
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-20
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-16
* Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen2012-10-26
* ARM: v1i64 and v2i64 VBSL intrinsic support.Jim Grosbach2012-10-15
* Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808Evan Cheng2012-10-10
* Add LLVM support for Swift.Bob Wilson2012-09-29
* ARM: Use a dedicated intrinsic for vector bitwise select.Jim Grosbach2012-09-21
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-18
* Use correct part of complex operand to encode VST1 alignment.Tim Northover2012-09-06
* Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...James Molloy2012-09-06
* Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng2012-08-15
* Use correct loads for vector types during extending-load operations.Tim Northover2012-08-13
* More replacing of target-dependent intrinsics with target-indepdent Joel Jones2012-07-18
* This is one of the first steps at moving to replace target-dependent Joel Jones2012-07-13
* ARM: Allow more flexible patterns in NEON formats.Jim Grosbach2012-07-10
* ARM: Add missing two-operand VBIC aliases.Jim Grosbach2012-05-02
* Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames2012-04-27
* Use VLD1 in NEON extenting-load patterns instead of VLDR.Tim Northover2012-04-26
* Tidy up. 80 columns, whitespace, et. al.Jim Grosbach2012-04-23
* ARM: VSLI two-operand assmebly aliases are tblgen'erated.Jim Grosbach2012-04-23
* ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.Jim Grosbach2012-04-23
* ARM: vqdmulh two-operand aliases are tblgen'erated now.Jim Grosbach2012-04-23