summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrAVX512.td
Commit message (Expand)AuthorAge
* AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky2014-01-08
* AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without)Elena Demikhovsky2014-01-06
* AVX-512: changed property name from "neverHasSideEffects=1" to "hasSideEffect...Elena Demikhovsky2014-01-05
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-05
* Mark x86 _alt instructions as AsmParserOnly so they will be omitted from disa...Craig Topper2014-01-05
* Add a new x86 specific instruction flag to force some isCodeGenOnly instructi...Craig Topper2014-01-05
* Mark all x86 Int_ and _Int patterns as isCodeGenOnly so the disassembler tabl...Craig Topper2014-01-02
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-01
* AVX-512: Result type of scalar SETCC is MVT::i1 for AVX-512.Elena Demikhovsky2013-12-25
* AVX-512: fixed some patterns for MVT::i1Elena Demikhovsky2013-12-24
* AVX512: SETCC returns i1 for AVX-512 and i8 for all othersElena Demikhovsky2013-12-22
* AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey B...Elena Demikhovsky2013-12-17
* AVX-512: Added legal type MVT::i1 and VK1 register for it.Elena Demikhovsky2013-12-16
* AVX-512: Removed "z" suffix from AVX-512 instructions, since it is incompatib...Elena Demikhovsky2013-12-11
* AVX-512: changed intrinsics for mask operationsElena Demikhovsky2013-12-10
* AVX-512: Changed intrinsics of VPCONFLICT to match GCC builtin formElena Demikhovsky2013-12-10
* Update AVX512 vector blend intrinsic names.Cameron McInally2013-12-06
* Add AVX512 patterns for v16i32 broadcast and v2i64 zero extend load.Cameron McInally2013-12-05
* Fix assembly syntax for AVX512 vector blend instructions.Cameron McInally2013-12-04
* 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