| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a new llvm.x86.int intrinsic, allowing access to the | Chris Lattner | 2010-08-23 | 1 | -0/+5 |
| * | Remove rsqrt/sqrt_nr intrinsics since there are no more builtins for them on ... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -5/+0 |
| * | Remove AVX 256-bit cast intrinsics now that clang is using __builtin_shufflev... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -12/+0 |
| * | Remove AVX 256-bit unpack and interleave intrinsics now that clang is using _... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -16/+0 |
| * | Remove AVX 256-bit shuffle intrinsics now that clang is using __builtin_shuff... | Bruno Cardoso Lopes | 2010-08-11 | 1 | -10/+0 |
| * | Remove replicate intrinsics, clang will generate shufflevector for those. The... | Bruno Cardoso Lopes | 2010-08-10 | 1 | -10/+0 |
| * | Use i32 instead of i8 for dot product intrinsic | Bruno Cardoso Lopes | 2010-08-10 | 1 | -1/+1 |
| * | Fix the last argument type of AVX vblend intrinsics | Bruno Cardoso Lopes | 2010-08-10 | 1 | -2/+2 |
| * | Patterns to match AVX 256-bit vzero intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -2/+2 |
| * | Remove unused AVX intrinsics | Bruno Cardoso Lopes | 2010-08-06 | 1 | -52/+0 |
| * | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -34/+31 |
| * | Fix a comment typo and add more 256-bit intrinsics | Bruno Cardoso Lopes | 2010-08-04 | 1 | -1/+90 |
| * | Support x86 AVX 256-bit instruction intrinsics. Right now support all of them... | Bruno Cardoso Lopes | 2010-08-03 | 1 | -0/+344 |
| * | Make sure aeskeygenassist uses an unsigned immediate field. | Eric Christopher | 2010-05-25 | 1 | -2/+2 |
| * | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher | 2010-04-20 | 1 | -10/+0 |
| * | Rewrite aesimc handling. It only takes a single input and has a single | Eric Christopher | 2010-04-02 | 1 | -1/+1 |
| * | Fix typo aeskeygenassist -> aeskeygenassist128. | Eric Christopher | 2010-04-02 | 1 | -1/+1 |
| * | Add aeskeygenassist intrinsic and rename all of the aes intrinsics to | Eric Christopher | 2010-04-01 | 1 | -5/+9 |
| * | Remove the pmulld intrinsic and autoupdate it as a vector multiply. | Eric Christopher | 2010-03-30 | 1 | -3/+0 |
| * | Reapply Kevin's change 94440, now that Chris has fixed the limitation on | Bob Wilson | 2010-03-25 | 1 | -0/+19 |
| * | Speculatively revert this to see if it fixes buildbot failures. | Bob Wilson | 2010-03-24 | 1 | -19/+0 |
| * | Added the Advanced Encryption Standard (AES) Instructions. | Kevin Enderby | 2010-03-24 | 1 | -0/+19 |
| * | [llvm_void_ty] is no longer needed for result types, | Chris Lattner | 2010-03-23 | 1 | -21/+21 |
| * | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 1 | -1/+4 |
| * | Revert r92939. These intrinsics get matched to LLVM instructions, | David Greene | 2010-01-07 | 1 | -24/+0 |
| * | Add some "missing" instrinsics to make the SSE intrinsic set a bit more | David Greene | 2010-01-07 | 1 | -0/+24 |
| * | Remove the gcc builtins from the intrinsics, we'll lower them | Eric Christopher | 2009-12-01 | 1 | -2/+2 |
| * | Recommitting PALIGNR shift width fixes. | Sean Callanan | 2009-11-20 | 1 | -2/+2 |
| * | Reverting PALIGNR fix until I figure out how this | Sean Callanan | 2009-11-20 | 1 | -2/+2 |
| * | Fixed PALIGNR to take 8-bit rotations in all cases. | Sean Callanan | 2009-11-20 | 1 | -2/+2 |
| * | Fix PR5315, original patch by Nicolas Capens! | Eric Christopher | 2009-11-06 | 1 | -3/+3 |
| * | Add sse4.2 string/text processing intrinsics. We'll select these later. | Eric Christopher | 2009-08-14 | 1 | -0/+67 |
| * | Whitespace cleanup. | Eric Christopher | 2009-08-14 | 1 | -3/+3 |
| * | Fix some cut and paste-os. | Eric Christopher | 2009-08-08 | 1 | -3/+3 |
| * | Define intrinsics for crc instruction. | Eric Christopher | 2009-08-08 | 1 | -0/+20 |
| * | Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower | Eric Christopher | 2009-07-29 | 1 | -0/+12 |
| * | Remove intrinsic support for __builtin_ia32_vec_set_v16qi and | Eric Christopher | 2009-07-22 | 1 | -6/+0 |
| * | Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to be | Eric Christopher | 2009-07-21 | 1 | -0/+3 |
| * | ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in... | Evan Cheng | 2009-02-26 | 1 | -4/+4 |
| * | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 1 | -285/+286 |
| * | Removed pinsrd and pinsrq intrinsics because the code generator does not support | Mon P Wang | 2008-10-15 | 1 | -6/+0 |
| * | Fix SSE4.1 roundss, roundsd. While the instructions have | Dale Johannesen | 2008-10-10 | 1 | -2/+2 |
| * | "The original bug was a complaint that _mm_srli_si128 mis-compiled when passed | Bill Wendling | 2008-10-02 | 1 | -0/+6 |
| * | SSE codegen for vsetcc nodes | Nate Begeman | 2008-07-17 | 1 | -0/+3 |
| * | Horizontal-add instructions are not commutative. | Evan Cheng | 2008-06-16 | 1 | -8/+11 |
| * | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng | 2008-06-16 | 1 | -87/+129 |
| * | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. | Evan Cheng | 2008-05-24 | 1 | -11/+0 |
| * | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2... | Evan Cheng | 2008-05-24 | 1 | -12/+0 |
| * | Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo... | Evan Cheng | 2008-05-24 | 1 | -6/+0 |
| * | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -6/+59 |