summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/IntrinsicLowering.cpp
AgeCommit message (Expand)Author
2024-11-26[SelectionDAG] Add generic implementation for @llvm.expect.with.probability w...antangelo
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-08-06Convert a couple of undef placeholders to poison [NFC]Nuno Lopes
2024-06-24Revert "[IR][NFC] Update IRBuilder to use InsertPosition (#96497)"Stephen Tozer
2024-06-24[IR][NFC] Update IRBuilder to use InsertPosition (#96497)Stephen Tozer
2024-03-31[CodeGen] Add default lowering for llvm.allow.{runtime,ubsan}.check() (#86049)Vitaly Buka
2024-03-19[NFC][RemoveDIs] Use iterators for insertion at various call-sites (#84736)Jeremy Morse
2024-02-13[LLVM] Add `__builtin_readsteadycounter` intrinsic and builtin for realtime c...Joseph Huber
2022-12-19[Intrinsic] Rename flt.rounds intrinsic to get.roundingQiu Chaofan
2021-10-03[Analysis, CodeGen] Migrate from arg_operands to args (NFC)Kazu Hirata
2021-01-16Introduce llvm.noalias.decl intrinsicJeroen Dobbelaere
2020-05-26[FPEnv] Intrinsic llvm.roundevenSerge Pavlov
2020-04-13[CallSite removal][CodeGen] Use CallBase instead of ImmutableCallSite in Intr...Craig Topper
2019-12-27Delete setjmp_undefined_for_msvc workaround after llvm.setjmp was removedFangrui Song
2019-12-27Delete llvm.{sig,}{setjmp,longjmp} remnant after r136821Fangrui Song
2019-02-01[opaque pointer types] Pass function types to CallInst creation.James Y Knight
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-30Remove trailing spaceFangrui Song
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-12-15[CodeGen] fix documentation comments; NFCSanjay Patel
2017-11-30Support generic lowering of vector bswapSerge Guelton
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton
2017-04-11Revert "Turn some C-style vararg into variadic templates"Diana Picus
2017-04-11Turn some C-style vararg into variadic templatesSerge Guelton
2017-04-06Revert "Turn some C-style vararg into variadic templates"Mehdi Amini
2017-04-06Turn some C-style vararg into variadic templatesMehdi Amini
2016-10-12Create llvm.addressofreturnaddress intrinsicAlbert Gutowski
2015-12-14getParent() ^ 3 == getModule() ; NFCISanjay Patel
2015-12-01Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.Yury Gribov
2015-10-09CodeGen: Remove more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith
2015-10-09CodeGen: Use range-based for in IntrinsicLowering::AddPrototypes, NFCDuncan P. N. Exon Smith
2014-08-30[PATCH][Interpreter] Add missing FP intrinsic lowering.Josh Klontz
2014-08-08Add missing Interpreter intrinsic lowering for sin, cos and ceilJosh Klontz
2014-07-25Add @llvm.assume, lowering, and some basic propertiesHal Finkel
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth
2014-02-18Rename some member variables from TD to DL.Rafael Espindola
2013-11-10Use type form of getIntPtrType.Matt Arsenault
2013-05-21Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski
2013-02-08Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...Bob Wilson
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-24Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-08Move TargetData to DataLayout.Micah Villmow