summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-1/+2
* [ObjC] Override TailCallKind when lowering objc intrinsicsFrancis Visoiu Mistrih2019-11-111-1/+25
* lowerObjCCall - silence static analyzer dyn_cast<CallInst> null dereference w...Simon Pilgrim2019-09-241-1/+1
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-1/+1
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-2/+2
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-2/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Preserve the linkage for objc* intrinsics as clang will set them to weak_exte...Pete Cooper2018-12-181-5/+8
* Add nonlazybind to objc_retain/objc_release when converting from intrinsics.Pete Cooper2018-12-181-3/+10
* Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instea...Pete Cooper2018-12-181-2/+112
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-09-131-11/+13
* [PM] Port PreISelIntrinsicLowering to the new PMMichael Kuperstein2016-06-241-11/+20
* Introduce llvm.load.relative intrinsic.Peter Collingbourne2016-04-221-0/+85
OpenPOWER on IntegriCloud