aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAgeFilesLines
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-191-1/+1
* Add 'IntrNoReturn' for longjmp intrinsicsMichael Liao2012-10-191-3/+3
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-191-1/+1
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-191-0/+6
* Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow2012-07-261-0/+3
* Add a floor intrinsic.Dan Gohman2012-07-261-0/+1
* Remove tabs.Bill Wendling2012-07-191-1/+1
* Revert "include/llvm: Add R600 Intrinsics v6"Tom Stellard2012-07-161-1/+0
* include/llvm: Add R600 Intrinsics v6Tom Stellard2012-07-161-0/+1
* Allow intrinsics to be used in place of node matchables.Jim Grosbach2012-07-101-1/+2
* add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes2012-06-281-0/+3
* Define MIPS DSP Rev1 intrinsics. That allows frontend to emit a correct IR.Simon Atanasyan2012-06-281-0/+1
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-051-0/+4
* Add llvm.fabs intrinsic.Peter Collingbourne2012-05-281-0/+1
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-271-1/+3
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-241-1/+0
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-221-2/+1
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-211-1/+5
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-141-2/+2
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-111-0/+2
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-091-1/+2
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+1
* Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling2012-01-311-4/+0
* Hexagon backend supportTony Linthicum2011-12-121-0/+1
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-121-2/+2
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-281-1/+0
* Remove the Alpha backend.Dan Gohman2011-10-271-1/+0
* Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fastBill Wendling2011-10-101-4/+4
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-061-68/+0
* Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling2011-09-281-4/+5
* Mark the eh.typeid.for intrinsic as being 'const', which it is insideDuncan Sands2011-09-091-1/+3
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-071-1/+1
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-061-3/+7
* Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich2011-07-081-0/+6
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+5
* Don't mark the eh.dispatch.setup with a memory access marker. We want this toBill Wendling2011-06-211-1/+1
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-141-1/+2
* Change how tblgen generates attributes for intrinsics to use a singleJohn McCall2011-05-281-0/+4
* Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling2011-05-111-1/+1
* When analyzing functions known to only access argument pointees,Dan Gohman2011-04-271-1/+1
* Revamp the SjLj "dispatch setup" intrinsic.Bill Wendling2011-04-051-1/+1
* ptx: add basic intrinsic supportChe-Liang Chiou2011-03-051-0/+1
* The objectsize intrinsic doesn't access any memory.Benjamin Kramer2011-02-181-1/+1
* Make @llvm.invariant.start not be readonly, so that it has side-effects. ThisNick Lewycky2010-11-301-1/+1
* Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach2010-10-191-0/+1
* Add "pointer to x86mmx" type to the intrinsics.Bill Wendling2010-09-171-0/+1
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-071-0/+2
* Comment typo.Dale Johannesen2010-08-311-1/+1
* Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman2010-08-051-36/+31
* back out 104862/104869. Can reuse stacksave after all. Very cool.Jim Grosbach2010-05-271-3/+2