summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAge
* back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach2010-05-27
* hook ISD::STACKADDR to an intrinsicJim Grosbach2010-05-27
* remove incorrect GCCBuiltin<> usageJim Grosbach2010-05-27
* Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry inJim Grosbach2010-05-26
* Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.Jim Grosbach2010-05-22
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-23
* CleanupAnton Korobeynikov2010-03-14
* The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc.Anton Korobeynikov2010-03-14
* Add intrinsics to represent fp16 <-> fp32 conversionsAnton Korobeynikov2010-03-14
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-28
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Delete renaming use of dead dbg intrinsics.Devang Patel2010-01-05
* Update objectsize intrinsic and associated dependencies. FixEric Christopher2009-12-23
* Introduce the "@llvm.dbg.value" debug intrinsic.Victor Hernandez2009-12-07
* mark all the 'foo with overflow' intrinsics as readnone.Chris Lattner2009-11-29
* Add objectsize intrinsic and hook it up through codegen. Doesn'tEric Christopher2009-10-27
* Move Blackfin intrinsics into the Target/Blackfin directory.Jakob Stoklund Olesen2009-10-15
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-14
* The eh.exception intrinsic only reads from memory, it doesn'tDuncan Sands2009-10-13
* Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky2009-10-13
* 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