summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/IntrinsicLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-1/+1
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-104/+2
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-2/+104
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-104/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-14/+14
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-0/+1
* [CodeGen] fix documentation comments; NFCSanjay Patel2017-12-151-10/+7
* Support generic lowering of vector bswapSerge Guelton2017-11-301-10/+10
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-111-3/+3
* Revert "Turn some C-style vararg into variadic templates"Diana Picus2017-04-111-3/+3
* Turn some C-style vararg into variadic templatesSerge Guelton2017-04-111-3/+3
* Revert "Turn some C-style vararg into variadic templates"Mehdi Amini2017-04-061-9/+15
* Turn some C-style vararg into variadic templatesMehdi Amini2017-04-061-15/+9
* Create llvm.addressofreturnaddress intrinsicAlbert Gutowski2016-10-121-2/+8
* getParent() ^ 3 == getModule() ; NFCISanjay Patel2015-12-141-2/+2
* Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.Yury Gribov2015-12-011-0/+7
* CodeGen: Remove more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-091-6/+6
* CodeGen: Use range-based for in IntrinsicLowering::AddPrototypes, NFCDuncan P. N. Exon Smith2015-10-091-21/+21
* [PATCH][Interpreter] Add missing FP intrinsic lowering.Josh Klontz2014-08-301-0/+16
* Add missing Interpreter intrinsic lowering for sin, cos and ceilJosh Klontz2014-08-081-0/+12
* Add @llvm.assume, lowering, and some basic propertiesHal Finkel2014-07-251-2/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-141-3/+3
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Rename some member variables from TD to DL.Rafael Espindola2014-02-181-6/+6
* Use type form of getIntPtrType.Matt Arsenault2013-11-101-2/+3
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-211-0/+6
* Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson2013-02-081-22/+14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-241-14/+22
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-6/+6
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-291-3/+3
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-6/+6
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-3/+3
* Remove the now-dead llvm.eh.exception and llvm.eh.selector intrinsics.Bill Wendling2012-01-311-5/+0
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-5/+5
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-1/+1
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-2/+1
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-4/+4
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-4/+4
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-4/+4
* Introduce "expect" intrinsic instructions.Jakub Staszak2011-07-061-0/+7
* Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.Evan Cheng2011-01-081-0/+24
* Get rid of pop_macro warnings on MSVC.Michael J. Spencer2010-09-241-3/+5
* undo 80 column trespassing I causedGabor Greif2010-07-221-1/+2
* use CallSite::arg_end instead of CallInst::op_endGabor Greif2010-06-301-1/+1
* use ArgOperand API and CallSite to access arguments of CallInstGabor Greif2010-06-251-23/+26
* Fixes for Microsoft Visual Studio 2010, from Steven Watanabe!Douglas Gregor2010-05-111-0/+6
OpenPOWER on IntegriCloud