summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrAVX512.td
Commit message (Expand)AuthorAge
* AVX-512: Handled extractelement from mask vector;Elena Demikhovsky2013-11-14
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-04
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Add AVX512 unmasked integer broadcast intrinsics and support.Cameron McInally2013-10-31
* AVX-512: PMIN/PMAX intrinsics and patternsElena Demikhovsky2013-10-27
* [X86][AVX512] Add patterns that match the AVX512 floating point register vbro...Quentin Colombet2013-10-25
* [X86][AVX512] Add patterns that match the AVX512 floating point vbroadcast in...Quentin Colombet2013-10-25
* AVX-512: added VCVTPH2PS, VCVTPS2PH with intrinsicsElena Demikhovsky2013-10-24
* AVX-512: aligned / unaligned load and store for 512-bit integer vectors.Elena Demikhovsky2013-10-22
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-21
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-12
* AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.Elena Demikhovsky2013-10-09
* Add missing HasAVX512 predicate.Andrew Trick2013-10-09
* Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefi...Craig Topper2013-10-09
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-06
* AVX-512: fixed shuffle loweringElena Demikhovsky2013-10-06
* AVX-512: Fixed encoding of VMOVQ instruction.Elena Demikhovsky2013-10-03
* AVX-512: fixed a bug in getLoadStoreRegOpcode() for AVX-512 targetElena Demikhovsky2013-10-02
* AVX-512: Added TB prefix to all instructions without prefixes,Elena Demikhovsky2013-10-02
* AVX-512: Added X86vzmovl patternsElena Demikhovsky2013-10-01
* Put HasAVX512 predicate on some patterns to properly disable them when AVX512...Craig Topper2013-09-27
* AVX-512: Converted to Unix styleElena Demikhovsky2013-09-17
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-13
* AVX-512: implemented extractelement with variable index.Elena Demikhovsky2013-09-12
* AVX-512: Added GATHER and SCATTER instructions.Elena Demikhovsky2013-09-01
* AVX-512: added extend and truncate instructions.Elena Demikhovsky2013-08-29
* AVX-512: added SQRT, VRSQRT14, VCOMISS, VUCOMISS, VRCP14, VPABSElena Demikhovsky2013-08-28
* AVX-512: added conversion instructions.Elena Demikhovsky2013-08-27
* AVX-512: Added FMA instructions.Elena Demikhovsky2013-08-27
* AVX-512: Added shuffle instructions - Elena Demikhovsky2013-08-26
* AVX-512: added UNPACK instructions and tests for all-zero/all-ones vectorsElena Demikhovsky2013-08-25
* AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-22
* AVX-512: Added SHIFT instructions.Elena Demikhovsky2013-08-21
* AVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD, VMOVQElena Demikhovsky2013-08-20
* AVX-512: added arithmetic and logical operations.Elena Demikhovsky2013-08-19
* AVX-512: Added VMOVD, VMOVQ, VMOVSS, VMOVSD instructions.Elena Demikhovsky2013-08-18
* Don't use v16i32 for load pattern matching. All 512-bit loads are cated to v8...Craig Topper2013-08-16
* AVX-512: Added CMP and BLEND instructions.Elena Demikhovsky2013-08-13
* AVX-512: Added VPERM* instructons and MOV* zmm-to-zmm instructions.Elena Demikhovsky2013-08-11
* AVX-512 set: Added BROADCAST instructionsElena Demikhovsky2013-08-07
* AVX-512 set: added mask operations, lowering BUILD_VECTOR for i1 vector types.Elena Demikhovsky2013-08-05
* AVX-512 set: added VEXTRACTPS instructionElena Demikhovsky2013-08-04
* Added INSERT and EXTRACT intructions from AVX-512 ISA.Elena Demikhovsky2013-07-31