summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.td
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-24
* Add R600 backendTom Stellard2012-12-11
* Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.Craig Topper2012-11-15
* Remove the CellSPU port.Eric Christopher2012-11-14
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-19
* Add 'IntrNoReturn' for longjmp intrinsicsMichael Liao2012-10-19
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* Add in new data types that are used by AMDIL/ANL among others.Micah Villmow2012-09-19
* Add support for v16i32/v16i64 into the code generator. This is required for b...Micah Villmow2012-07-26
* Add a floor intrinsic.Dan Gohman2012-07-26
* Remove tabs.Bill Wendling2012-07-19
* Revert "include/llvm: Add R600 Intrinsics v6"Tom Stellard2012-07-16
* include/llvm: Add R600 Intrinsics v6Tom Stellard2012-07-16
* Allow intrinsics to be used in place of node matchables.Jim Grosbach2012-07-10
* add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG...Nuno Lopes2012-06-28
* Define MIPS DSP Rev1 intrinsics. That allows frontend to emit a correct IR.Simon Atanasyan2012-06-28
* Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-addLang Hames2012-06-05
* Add llvm.fabs intrinsic.Peter Collingbourne2012-05-28
* rdar://11542750 - llvm.trap should be marked no return.Chris Lattner2012-05-27
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* Added address space qualifier to intrinsic PointerType arguments.Pete Cooper2012-05-21
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman2012-05-11
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04
* Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling2012-01-31
* Hexagon backend supportTony Linthicum2011-12-12
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-12
* Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling2011-11-28
* 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