summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicsX86.td
Commit message (Expand)AuthorAge
* Add sse4.2 string/text processing intrinsics. We'll select these later.Eric Christopher2009-08-14
* Whitespace cleanup.Eric Christopher2009-08-14
* Fix some cut and paste-os.Eric Christopher2009-08-08
* Define intrinsics for crc instruction.Eric Christopher2009-08-08
* Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. LowerEric Christopher2009-07-29
* Remove intrinsic support for __builtin_ia32_vec_set_v16qi andEric Christopher2009-07-22
* Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to beEric Christopher2009-07-21
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-26
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-13
* Removed pinsrd and pinsrq intrinsics because the code generator does not supportMon P Wang2008-10-15
* Fix SSE4.1 roundss, roundsd. While the instructions have Dale Johannesen2008-10-10
* "The original bug was a complaint that _mm_srli_si128 mis-compiled when passedBill Wendling2008-10-02
* SSE codegen for vsetcc nodesNate Begeman2008-07-17
* Horizontal-add instructions are not commutative.Evan Cheng2008-06-16
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2008-05-24
* Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng2008-05-24
* Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...Evan Cheng2008-05-24
* Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ...Evan Cheng2008-05-03
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-21
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-19
* __builtin_ia32_movntdqa reads memoryNate Begeman2008-03-16
* Missed one.Dale Johannesen2008-02-05
* Do not unconditionally redefine vec_ext_v16qi andDale Johannesen2008-02-04
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-03
* Fix sse2.psrl.w and sse2.psrl.q definitions.Evan Cheng2008-01-09
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* Add a few more missing gcc builtin's.Evan Cheng2007-12-21
* Type specification didn't match gcc's.Evan Cheng2007-12-20
* Remove int_x86_sse2_movl_dq. It's replaced with a string compare.Evan Cheng2007-12-18
* These have matching builtin's in 4.2.Evan Cheng2007-12-18
* Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sureEvan Cheng2007-12-17
* __builtin_ia32_movqv4si is now expanded to a shuffle.Evan Cheng2007-12-15
* All MMX shift instructions took a <2 x i32> vector as the shift amount parame...Anders Carlsson2007-12-14
* Add missing SSE builtins: CVTPD2PI, CVTPS2PI,Dale Johannesen2007-10-30
* Fix argument types for PSLLQ, PSRLQ.Dale Johannesen2007-10-30
* There is no {rsqrt,rcp}{p,s}d.Dan Gohman2007-09-21
* Adding SSSE3 intrinsics.Bill Wendling2007-08-10
* Add missing SSE builtins:Bill Wendling2007-07-23
* add missing mmx intrinsicChris Lattner2007-05-16
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-24
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-10
* Adding more MMX instructions.Bill Wendling2007-04-03
* Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them.Bill Wendling2007-04-03
* Add support for integer comparison builtins.Bill Wendling2007-03-27
* This is dead. DEAD I tells you!!Bill Wendling2007-03-23
* PR1260:Bill Wendling2007-03-23
* We generate a shufflevector instruction, so we don't need the builtinBill Wendling2007-03-22
* Support added for shifts and unpacking MMX instructions.Bill Wendling2007-03-22
* Multiplication support for MMX.Bill Wendling2007-03-15