| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the v3i32 and v3f32 value types: they are not | Duncan Sands | 2009-07-15 | 1 | -1/+0 |
* | remove llvm.part.set.* and llvm.part.select.*. They have never been | Chris Lattner | 2009-07-12 | 1 | -5/+0 |
* | Add more vector ValueTypes for AVX and other extended vector instruction | David Greene | 2009-06-29 | 1 | -6/+16 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -0/+1 |
* | Update the names of the exception handling sjlj instrinsics to | Jim Grosbach | 2009-05-14 | 1 | -2/+2 |
* | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 1 | -0/+5 |
* | Add a comment to describe LLVMMatchType. | Bob Wilson | 2009-04-16 | 1 | -0/+6 |
* | Add some cautionary comments. | Dale Johannesen | 2009-03-04 | 1 | -1/+3 |
* | Re-commit 65975 and a fix for the problem that | Dale Johannesen | 2009-03-04 | 1 | -0/+2 |
* | Temporarily revert 65975, which breaks the llvm-gcc build. | Dale Johannesen | 2009-03-04 | 1 | -2/+0 |
* | Dbg Intrinsics do not access memory. | Devang Patel | 2009-03-03 | 1 | -8/+11 |
* | The trampoline intrinsic can be marked IntrWriteArgMem, | Duncan Sands | 2009-02-14 | 1 | -1/+1 |
* | IntrWriteArgMem implies nocapture, but this wasn't | Duncan Sands | 2009-02-14 | 1 | -17/+16 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+2 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -2/+0 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+2 |
* | add nocapture attribute to llvm.mem* intrinsics and have tblgen | Chris Lattner | 2009-01-12 | 1 | -11/+17 |
* | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson | 2009-01-07 | 1 | -0/+7 |
* | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling | 2008-12-09 | 1 | -0/+10 |
* | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner | 2008-11-21 | 1 | -26/+8 |
* | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling | 2008-11-21 | 1 | -8/+26 |
* | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta | 2008-11-21 | 1 | -26/+8 |
* | Introduce two new "add" intrinsics. These return the sum plus a bit indicating | Bill Wendling | 2008-11-21 | 1 | -0/+9 |
* | Reformatting. No functionality change. | Bill Wendling | 2008-11-20 | 1 | -11/+15 |
* | Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset. | Sanjiv Gupta | 2008-11-19 | 1 | -0/+9 |
* | Rename stackprotector_create intrinsic to stackprotector. | Bill Wendling | 2008-11-18 | 1 | -5/+5 |
* | Remove the stackprotector_check intrinsic. Use a volatile load instead. | Bill Wendling | 2008-11-18 | 1 | -5/+2 |
* | Add XCore intrinsics for getid (returns thread id) and bitrev (reverses | Richard Osborne | 2008-11-14 | 1 | -0/+1 |
* | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling | 2008-11-13 | 1 | -141/+155 |
* | Add ptr annotation intrinsic. | Tanya Lattner | 2008-11-12 | 1 | -1/+4 |
* | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang | 2008-11-10 | 1 | -0/+23 |
* | - Modify the stack protector algorithm so that the stack slot is allocated in | Bill Wendling | 2008-11-07 | 1 | -3/+4 |
* | - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}. | Bill Wendling | 2008-11-06 | 1 | -3/+6 |
* | Implement the stack protector stack accesses via intrinsics: | Bill Wendling | 2008-11-06 | 1 | -0/+5 |
* | Make llvm memory barrier available as an intrinsic | Mon P Wang | 2008-10-18 | 1 | -1/+2 |
* | Fixed definition of llvm_anyptr_ty | Mon P Wang | 2008-10-10 | 1 | -1/+1 |
* | Note that ADDC and company don't actually expand yet (missing in legalize | Andrew Lenharth | 2008-10-07 | 1 | -0/+1 |
* | Reapply 55899: First draft of EH support on x86/64-linux | Anton Korobeynikov | 2008-09-08 | 1 | -2/+2 |
* | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling | 2008-09-08 | 1 | -2/+2 |
* | First draft of EH support on x86/64-linux | Anton Korobeynikov | 2008-09-08 | 1 | -2/+2 |
* | Mark math lib intrinsics readonly, on the grounds | Dale Johannesen | 2008-09-05 | 1 | -1/+4 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -1/+6 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -12/+18 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -9/+9 |
* | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng | 2008-06-16 | 1 | -0/+3 |
* | add missing atomic intrinsic from gcc | Andrew Lenharth | 2008-06-14 | 1 | -0/+5 |
* | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -15/+55 |
* | Fix 80 column violations. | Evan Cheng | 2008-03-04 | 1 | -8/+13 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -1/+12 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 1 | -0/+5 |