summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAge
* Reapply 79977.Devang Patel2009-08-28
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach2009-08-17
* Whitespace cleanup.Eric Christopher2009-08-14
* Mark the callsite intrinsic such that the opimizers know it's not dead.Jim Grosbach2009-08-12
* Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsicBob Wilson2009-08-11
* SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach2009-08-11
* Add some basic blackfin intrinsics.Jakob Stoklund Olesen2009-08-02
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-15
* remove llvm.part.set.* and llvm.part.select.*. They have never been Chris Lattner2009-07-12
* Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene2009-06-29
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22
* Update the names of the exception handling sjlj instrinsics toJim Grosbach2009-05-14
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-12
* Add a comment to describe LLVMMatchType.Bob Wilson2009-04-16
* Add some cautionary comments.Dale Johannesen2009-03-04
* Re-commit 65975 and a fix for the problem thatDale Johannesen2009-03-04
* Temporarily revert 65975, which breaks the llvm-gcc build.Dale Johannesen2009-03-04
* Dbg Intrinsics do not access memory.Devang Patel2009-03-03
* The trampoline intrinsic can be marked IntrWriteArgMem,Duncan Sands2009-02-14
* IntrWriteArgMem implies nocapture, but this wasn'tDuncan Sands2009-02-14
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-12
* Improve support for type-generic vector intrinsics by teaching TableGen howBob Wilson2009-01-07
* Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling2008-12-09
* reapply Sanjiv's patch to genericize memcpy/memset/memmove to take anChris Lattner2008-11-21
* Revert r59802. It was breaking the build of llvm-gcc:Bill Wendling2008-11-21
* Make mem[cpy,move,set] intrinsics overloaded.Sanjiv Gupta2008-11-21
* Introduce two new "add" intrinsics. These return the sum plus a bit indicatingBill Wendling2008-11-21
* Reformatting. No functionality change.Bill Wendling2008-11-20
* Int type for PIC16 is i16. Added i16 intrinsics for memmove, memcpy and memset.Sanjiv Gupta2008-11-19
* Rename stackprotector_create intrinsic to stackprotector.Bill Wendling2008-11-18
* Remove the stackprotector_check intrinsic. Use a volatile load instead.Bill Wendling2008-11-18
* Add XCore intrinsics for getid (returns thread id) and bitrev (reversesRichard Osborne2008-11-14
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-13
* Add ptr annotation intrinsic.Tanya Lattner2008-11-12
* Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode toMon P Wang2008-11-10
* - Modify the stack protector algorithm so that the stack slot is allocated inBill Wendling2008-11-07
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-06
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-06
* Make llvm memory barrier available as an intrinsicMon P Wang2008-10-18
* Fixed definition of llvm_anyptr_tyMon P Wang2008-10-10
* Note that ADDC and company don't actually expand yet (missing in legalizeAndrew Lenharth2008-10-07
* Reapply 55899: First draft of EH support on x86/64-linuxAnton Korobeynikov2008-09-08
* Reverting r55898 to r55909. One of these patches was causing an ICE during th...Bill Wendling2008-09-08
* First draft of EH support on x86/64-linuxAnton Korobeynikov2008-09-08
* Mark math lib intrinsics readonly, on the groundsDale Johannesen2008-09-05