Age | Commit message (Expand) | Author |
2009-02-14 | The trampoline intrinsic can be marked IntrWriteArgMem, | Duncan Sands |
2009-02-14 | IntrWriteArgMem implies nocapture, but this wasn't | Duncan Sands |
2009-02-05 | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen |
2009-02-04 | Reverting 63765. This broke the build of both clang | Dale Johannesen |
2009-02-04 | New feature: add support for target intrinsics being defined in the | Nate Begeman |
2009-01-12 | add nocapture attribute to llvm.mem* intrinsics and have tblgen | Chris Lattner |
2009-01-07 | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson |
2008-12-09 | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling |
2008-11-21 | reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an | Chris Lattner |
2008-11-21 | Revert r59802. It was breaking the build of llvm-gcc: | Bill Wendling |
2008-11-21 | Make mem[cpy,move,set] intrinsics overloaded. | Sanjiv Gupta |
2008-11-21 | Introduce two new "add" intrinsics. These return the sum plus a bit indicating | Bill Wendling |
2008-11-20 | Reformatting. No functionality change. | Bill Wendling |
2008-11-19 | Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset. | Sanjiv Gupta |
2008-11-18 | Rename stackprotector_create intrinsic to stackprotector. | Bill Wendling |
2008-11-18 | Remove the stackprotector_check intrinsic. Use a volatile load instead. | Bill Wendling |
2008-11-14 | Add XCore intrinsics for getid (returns thread id) and bitrev (reverses | Richard Osborne |
2008-11-13 | Modify the intrinsics pattern to separate out the "return" types from the | Bill Wendling |
2008-11-12 | Add ptr annotation intrinsic. | Tanya Lattner |
2008-11-10 | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang |
2008-11-07 | - Modify the stack protector algorithm so that the stack slot is allocated in | Bill Wendling |
2008-11-06 | - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}. | Bill Wendling |
2008-11-06 | Implement the stack protector stack accesses via intrinsics: | Bill Wendling |
2008-10-18 | Make llvm memory barrier available as an intrinsic | Mon P Wang |
2008-10-10 | Fixed definition of llvm_anyptr_ty | Mon P Wang |
2008-10-07 | Note that ADDC and company don't actually expand yet (missing in legalize | Andrew Lenharth |
2008-09-08 | Reapply 55899: First draft of EH support on x86/64-linux | Anton Korobeynikov |
2008-09-08 | Reverting r55898 to r55909. One of these patches was causing an ICE during th... | Bill Wendling |
2008-09-08 | First draft of EH support on x86/64-linux | Anton Korobeynikov |
2008-09-05 | Mark math lib intrinsics readonly, on the grounds | Dale Johannesen |
2008-09-04 | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen |
2008-07-30 | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-16 | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng |
2008-06-14 | add missing atomic intrinsic from gcc | Andrew Lenharth |
2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
2008-03-04 | Fix 80 column violations. | Evan Cheng |
2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
2008-02-16 | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth |
2008-01-15 | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov |
2007-12-29 | remove attribution from a variety of miscellaneous files. | Chris Lattner |
2007-12-05 | More stuff for CellSPU -- this should be enough to get an error-free | Scott Michel |
2007-11-15 | Implement necessary bits for flt_rounds gcc builtin. | Anton Korobeynikov |
2007-11-08 | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio |
2007-10-29 | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner |
2007-10-12 | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman |
2007-10-08 | Mark the prefetch intrinsic as IntrWriteArgMem, instead of the | Dan Gohman |
2007-10-02 | Rewrite sqrt and powi to use anyfloat. By popular demand. | Dale Johannesen |
2007-09-28 | Add sqrt and powi intrinsics for long double. | Dale Johannesen |
2007-09-21 | Adding support for __builtin_annotation with an intrinsic called llvm.annotat... | Tanya Lattner |