summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrNEON.td
Commit message (Expand)AuthorAge
* ARMEB: Vector extend operationsChristian Pirker2014-06-23
* ARM: Implement big endian bit-conversion for NEON typeChristian Pirker2014-05-12
* ARM: stop passing unused values up the TableGen hierarchy.Tim Northover2014-04-28
* Fix for PR18921, "vmov" part.Stepan Dyatkovskiy2014-04-24
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-10
* Revert "For the ARM integrated assembler add checking of the alignments on vl...Reid Kleckner2014-04-10
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-09
* Tidy up. Trailing whitespace.Jim Grosbach2014-04-03
* ARM: add cyclone CPU with ZeroCycleZeroing feature.Tim Northover2014-04-01
* ARM: remove floating-point patterns for @llvm.arm.neon.vabsTim Northover2014-02-13
* ARM: use natural LLVM IR for vshll instructionsTim Northover2014-02-10
* ARM: use LLVM IR to represent the vshrn operationTim Northover2014-02-10
* ARM & AArch64: merge NEON absolute compare intrinsicsTim Northover2014-02-04
* AArch64 & ARM: refactor crypto intrinsics to take scalarsTim Northover2014-02-03
* Remove the useless pseudo instructions VDUPfdf and VDUPfqf, replacing them wi...James Molloy2014-01-20
* For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback.Jiangning Liu2014-01-16
* 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