summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicsX86.td
Commit message (Expand)AuthorAge
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-04
* the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner2010-10-03
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-07
* Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.Bill Wendling2010-09-02
* - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang.Bill Wendling2010-09-02
* Recommit with changes. Comment out palignr for the Dale Johannesen2010-09-01
* Revert 112740, it broke some clang tests somehow...Dale Johannesen2010-09-01
* Add a few more missing MMX operations. This should be it.Dale Johannesen2010-09-01
* Add some MMX intrinsics that duplicate functionalityDale Johannesen2010-09-01
* Add a new llvm.x86.int intrinsic, allowing access to the Chris Lattner2010-08-23
* Remove rsqrt/sqrt_nr intrinsics since there are no more builtins for them on ...Bruno Cardoso Lopes2010-08-11
* Remove AVX 256-bit cast intrinsics now that clang is using __builtin_shufflev...Bruno Cardoso Lopes2010-08-11
* Remove AVX 256-bit unpack and interleave intrinsics now that clang is using _...Bruno Cardoso Lopes2010-08-11
* Remove AVX 256-bit shuffle intrinsics now that clang is using __builtin_shuff...Bruno Cardoso Lopes2010-08-11
* Remove replicate intrinsics, clang will generate shufflevector for those. The...Bruno Cardoso Lopes2010-08-10
* Use i32 instead of i8 for dot product intrinsicBruno Cardoso Lopes2010-08-10
* Fix the last argument type of AVX vblend intrinsicsBruno Cardoso Lopes2010-08-10
* Patterns to match AVX 256-bit vzero intrinsicsBruno Cardoso Lopes2010-08-06
* Remove unused AVX intrinsicsBruno Cardoso Lopes2010-08-06
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* Fix a comment typo and add more 256-bit intrinsicsBruno Cardoso Lopes2010-08-04
* Support x86 AVX 256-bit instruction intrinsics. Right now support all of them...Bruno Cardoso Lopes2010-08-03
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-25
* Remove the palignr intrinsics now that we lower them to vector shuffles,Eric Christopher2010-04-20
* Rewrite aesimc handling. It only takes a single input and has a singleEric Christopher2010-04-02
* Fix typo aeskeygenassist -> aeskeygenassist128.Eric Christopher2010-04-02
* Add aeskeygenassist intrinsic and rename all of the aes intrinsics toEric Christopher2010-04-01
* Remove the pmulld intrinsic and autoupdate it as a vector multiply.Eric Christopher2010-03-30
* Reapply Kevin's change 94440, now that Chris has fixed the limitation onBob Wilson2010-03-25
* Speculatively revert this to see if it fixes buildbot failures.Bob Wilson2010-03-24
* Added the Advanced Encryption Standard (AES) Instructions.Kevin Enderby2010-03-24
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-23
* Fixed the encoding problems of the crc32 instructions. All had the Operand sizeKevin Enderby2010-03-19
* Revert r92939. These intrinsics get matched to LLVM instructions,David Greene2010-01-07
* Add some "missing" instrinsics to make the SSE intrinsic set a bit moreDavid Greene2010-01-07
* Remove the gcc builtins from the intrinsics, we'll lower themEric Christopher2009-12-01
* Recommitting PALIGNR shift width fixes.Sean Callanan2009-11-20
* Reverting PALIGNR fix until I figure out how thisSean Callanan2009-11-20
* Fixed PALIGNR to take 8-bit rotations in all cases.Sean Callanan2009-11-20
* Fix PR5315, original patch by Nicolas Capens!Eric Christopher2009-11-06
* 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