aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-23[Alignement][NFC] Deprecate untyped CreateAlignedLoadGuillaume Chatelet1-1/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-1/+2
2019-11-11[ObjC] Override TailCallKind when lowering objc intrinsicsFrancis Visoiu Mistrih1-1/+25
2019-09-24lowerObjCCall - silence static analyzer dyn_cast<CallInst> null dereference w...Simon Pilgrim1-1/+1
2019-02-01[opaque pointer types] Pass value type to LoadInst creation.James Y Knight1-1/+1
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+2
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-2/+2
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18Preserve the linkage for objc* intrinsics as clang will set them to weak_exte...Pete Cooper1-5/+8
2018-12-18Add nonlazybind to objc_retain/objc_release when converting from intrinsics.Pete Cooper1-3/+10
2018-12-18Rewrite objc intrinsics to runtime methods in PreISelIntrinsicLowering instea...Pete Cooper1-2/+112
2017-09-13[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-11/+13
2016-06-24[PM] Port PreISelIntrinsicLowering to the new PMMichael Kuperstein1-11/+20
2016-04-22Introduce llvm.load.relative intrinsic.Peter Collingbourne1-0/+85