| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for v16i32/v16i64 into the code generator. This is required for b... | Micah Villmow | 2012-07-26 | 1 | -0/+3 |
* | Add a floor intrinsic. | Dan Gohman | 2012-07-26 | 1 | -0/+1 |
* | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -1/+1 |
* | Revert "include/llvm: Add R600 Intrinsics v6" | Tom Stellard | 2012-07-16 | 1 | -1/+0 |
* | include/llvm: Add R600 Intrinsics v6 | Tom Stellard | 2012-07-16 | 1 | -0/+1 |
* | Allow intrinsics to be used in place of node matchables. | Jim Grosbach | 2012-07-10 | 1 | -1/+2 |
* | add a new @llvm.donothing intrinsic that, well, does nothing, and teach CodeG... | Nuno Lopes | 2012-06-28 | 1 | -0/+3 |
* | Define MIPS DSP Rev1 intrinsics. That allows frontend to emit a correct IR. | Simon Atanasyan | 2012-06-28 | 1 | -0/+1 |
* | Add a new intrinsic: llvm.fmuladd. This intrinsic represents a multiply-add | Lang Hames | 2012-06-05 | 1 | -0/+4 |
* | Add llvm.fabs intrinsic. | Peter Collingbourne | 2012-05-28 | 1 | -0/+1 |
* | rdar://11542750 - llvm.trap should be marked no return. | Chris Lattner | 2012-05-27 | 1 | -1/+3 |
* | Remove the PTX back-end and all of its artifacts (triple, etc.) | Justin Holewinski | 2012-05-24 | 1 | -1/+0 |
* | revert my previous patches that introduced an additional parameter to the obj... | Nuno Lopes | 2012-05-22 | 1 | -2/+1 |
* | Added address space qualifier to intrinsic PointerType arguments. | Pete Cooper | 2012-05-21 | 1 | -1/+5 |
* | Rename @llvm.debugger to @llvm.debugtrap. | Dan Gohman | 2012-05-14 | 1 | -2/+2 |
* | Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(), | Dan Gohman | 2012-05-11 | 1 | -0/+2 |
* | change the objectsize intrinsic signature: add a 3rd parameter to denote the ... | Nuno Lopes | 2012-05-09 | 1 | -1/+2 |
* | This patch adds a new NVPTX back-end to LLVM which supports code generation f... | Justin Holewinski | 2012-05-04 | 1 | -0/+1 |
* | Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics. | Bill Wendling | 2012-01-31 | 1 | -4/+0 |
* | Hexagon backend support | Tony Linthicum | 2011-12-12 | 1 | -0/+1 |
* | Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which | Chandler Carruth | 2011-12-12 | 1 | -2/+2 |
* | Remove dead llvm.eh.sjlj.dispatchsetup intrinsic. | Bill Wendling | 2011-11-28 | 1 | -1/+0 |
* | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -1/+0 |
* | Mark the llvm.eh.sjlj.functioncontext intrinsic as reading memory so that fast | Bill Wendling | 2011-10-10 | 1 | -4/+4 |
* | Remove the old atomic instrinsics. autoupgrade functionality is included wit... | Eli Friedman | 2011-10-06 | 1 | -68/+0 |
* | Create and use an llvm.eh.sjlj.functioncontext intrinsic. | Bill Wendling | 2011-09-28 | 1 | -4/+5 |
* | Mark the eh.typeid.for intrinsic as being 'const', which it is inside | Duncan Sands | 2011-09-09 | 1 | -1/+3 |
* | When inlining exception handling code into another function, ensure that | Duncan Sands | 2011-09-07 | 1 | -1/+1 |
* | Split the init.trampoline intrinsic, which currently combines GCC's | Duncan Sands | 2011-09-06 | 1 | -3/+7 |
* | Add an intrinsic and codegen support for fused multiply-accumulate. The intent | Cameron Zwarich | 2011-07-08 | 1 | -0/+6 |
* | Introduce "expect" intrinsic instructions. | Jakub Staszak | 2011-07-06 | 1 | -0/+5 |
* | Don't mark the eh.dispatch.setup with a memory access marker. We want this to | Bill Wendling | 2011-06-21 | 1 | -1/+1 |
* | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes | 2011-06-14 | 1 | -1/+2 |
* | Change how tblgen generates attributes for intrinsics to use a single | John McCall | 2011-05-28 | 1 | -0/+4 |
* | Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmp | Bill Wendling | 2011-05-11 | 1 | -1/+1 |
* | When analyzing functions known to only access argument pointees, | Dan Gohman | 2011-04-27 | 1 | -1/+1 |
* | Revamp the SjLj "dispatch setup" intrinsic. | Bill Wendling | 2011-04-05 | 1 | -1/+1 |
* | ptx: add basic intrinsic support | Che-Liang Chiou | 2011-03-05 | 1 | -0/+1 |
* | The objectsize intrinsic doesn't access any memory. | Benjamin Kramer | 2011-02-18 | 1 | -1/+1 |
* | Make @llvm.invariant.start not be readonly, so that it has side-effects. This | Nick Lewycky | 2010-11-30 | 1 | -1/+1 |
* | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 1 | -0/+1 |
* | Add "pointer to x86mmx" type to the intrinsics. | Bill Wendling | 2010-09-17 | 1 | -0/+1 |
* | Add an MVT::x86mmx type. It will take the place of all current MMX vector types. | Bill Wendling | 2010-09-07 | 1 | -0/+2 |
* | Comment typo. | Dale Johannesen | 2010-08-31 | 1 | -1/+1 |
* | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman | 2010-08-05 | 1 | -36/+31 |
* | back out 104862/104869. Can reuse stacksave after all. Very cool. | Jim Grosbach | 2010-05-27 | 1 | -3/+2 |
* | hook ISD::STACKADDR to an intrinsic | Jim Grosbach | 2010-05-27 | 1 | -2/+3 |
* | remove incorrect GCCBuiltin<> usage | Jim Grosbach | 2010-05-27 | 1 | -4/+2 |
* | Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in | Jim Grosbach | 2010-05-26 | 1 | -3/+3 |
* | Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit. | Jim Grosbach | 2010-05-22 | 1 | -2/+4 |