summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAge
* Remove the Alpha backend.Dan Gohman2011-10-27
* Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fastBill Wendling2011-10-10
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-06
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-28
* Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands2011-09-09
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-07
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-08
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-06
* Don't mark the eh.dispatch.setup with a memory access marker. We want this toBill Wendling2011-06-21
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-14
* Change how tblgen generates attributes for intrinsics to use a singleJohn McCall2011-05-28
* Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling2011-05-11
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-27
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-05
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-05
* The objectsize intrinsic doesn't access any memory.Benjamin Kramer2011-02-18
* Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky2010-11-30
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-19
* Add "pointer to x86mmx" type to the intrinsics.Bill Wendling2010-09-17
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-07
* Comment typo.Dale Johannesen2010-08-31
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-05
* 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