aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86InstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
* X86: Make sure we account for the FMA4 register immediate value, otherwise ri...Benjamin Kramer2013-01-221-1/+1
* Fix execution domain for packed FMA4 instructions.Craig Topper2012-11-211-1/+1
* Add support of RTM from TSX extensionMichael Liao2012-11-081-8/+9
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-301-22/+52
* Fix patterns for CVTTPS2DQ to specify SSE2 instead of SSE1.Craig Topper2012-07-301-4/+8
* Make CVTDQ2PS instruction use SSE2 predicate instead of SSE1. No functional c...Craig Topper2012-06-231-1/+1
* Move CVTPD2DQ to use SSE2 predicate instead of SSE3. Move DQ2PD and PD2DQ to ...Craig Topper2012-06-231-0/+1
* Mark several instructions SSE2 instead of SSE3 as they should be.Craig Topper2012-06-061-0/+3
* Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.Craig Topper2012-06-031-1/+1
* X86: Rename the CLMUL target feature to PCLMUL.Benjamin Kramer2012-05-311-5/+5
* Added X86 Atom latencies to X86InstrMMX.td.Preston Gurd2012-05-111-1/+1
* This patch continues the work of adding instruction latencies for X86 Atom,Preston Gurd2012-05-021-2/+3
* Remove HasSSE2 from AES and CLMUL predicates. It's now implied by the HasAES ...Craig Topper2012-05-011-3/+3
* Add vmfunc instruction to X86 assembler and disassembler.Craig Topper2012-02-191-8/+9
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-3/+3
* Add X86 assembler and disassembler support for AMD SVM instructions. Original...Craig Topper2012-02-181-0/+8
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-011-128/+144
* Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate...Craig Topper2012-01-101-24/+1
* Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc...Craig Topper2012-01-091-3/+26
* Allow CRC32 instructions to be selected when AVX is enabled.Craig Topper2012-01-011-2/+2
* Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is...Craig Topper2012-01-011-4/+0
* Separate the concept of having memory access in operand 4 from the concept of...Craig Topper2011-12-301-3/+3
* Fix execution domains for PS/PD FMA3 instructions. Add SS/SD forms o FMA3 ins...Craig Topper2011-12-291-1/+1
* Mark non-VEX forms of PCLMUL instructions as requiring SSE2 to be enabled alo...Craig Topper2011-12-291-1/+1
* Mark non-VEX forms of AES instructions as requiring SSE2 to be enabled along ...Craig Topper2011-12-291-2/+2
* Make sure we correctly note the existence of an i8 immediate for vblendvps an...Eli Friedman2011-12-151-1/+1
* XOP instructions and encoding tests.Jan Sjödin2011-12-121-0/+18
* XOP encoding bits and logic.Jan Sjödin2011-12-121-0/+5
* Remove hasSSE1orAVX(). It's the same as hasXMM().Evan Cheng2011-12-091-1/+1
* Many of the SSE patterns should not be selected when AVX is available. This l...Evan Cheng2011-12-081-0/+4
* This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes2011-11-251-1/+9
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-061-1/+1
* Add more AVX2 instructions and intrinsics.Craig Topper2011-11-061-0/+14
* Add X86 RORX instructionCraig Topper2011-10-231-0/+1
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-161-3/+4
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-161-4/+8
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-041-1/+4
* - Handle special scalar_to_vector case: splats. Using a native 128-bitBruno Cardoso Lopes2011-07-251-0/+3
* Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use...Eli Friedman2011-07-051-0/+5
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-041-1/+3
* Expand Op0Mask by one bit in preparation for the PadLock prefixes.Joerg Sonnenberger2011-04-041-30/+30
* Enabled disassembler support for AVX instructionsSean Callanan2011-03-151-2/+2
* Implement xgetbv and xsetbv.Rafael Espindola2011-02-221-0/+2
* Fix some grammar in comments I noticed.Eric Christopher2010-11-301-5/+5
* This defaults to GenericDomain.Eric Christopher2010-11-301-1/+1
* Implement a PseudoI class and transfer the sse instructions over to useEric Christopher2010-11-301-0/+5
* fix the !eq operator in tblgen to return a bit instead of an int.Chris Lattner2010-10-311-0/+3
* Implement support for the bizarre 3DNow! encoding (which is unlike anythingChris Lattner2010-10-031-0/+3
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-171-1/+2
* Fix comment typos.Bob Wilson2010-08-261-1/+1