summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrFormats.td
Commit message (Expand)AuthorAge
* Make "movdq2q" and "movq2dq" dependent upon having SSE2 because they use theBill Wendling2008-08-27
* Nevermind. This broke the bootstrap (?!).Bill Wendling2008-08-25
* MOVQ2DQ and MOVQ2DQ use SSE2. We should conditionalize the use of theseBill Wendling2008-08-25
* Provide a 64 bit variant of mmx.maskmovq intrinsic lowering.Anton Korobeynikov2008-08-23
* Fix comment spacing.Dan Gohman2008-08-20
* SSE codegen for vsetcc nodesNate Begeman2008-07-17
* Fix a number of encoding bugs. SSE 4.1 instructions MPSADBWrri, PINSRDrr, etc...Evan Cheng2008-03-14
* Add lock prefix support to x86. Also add the instructions necessary for the ...Andrew Lenharth2008-03-01
* SSE4.1 64b integer insert/extract pattern supportNate Begeman2008-02-12
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix JIT encoding for CMPSD as well.Evan Cheng2007-12-20
* Fix the JIT encoding of cmp*ss, which aborts with this assertion currently:Chris Lattner2007-12-16
* Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v...Evan Cheng2007-07-31