summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-10/+10
* [COFF, ARM64] Decide when to mark struct returns as SRetMandeep Singh Grang2018-07-261-1/+2
* [HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu2018-07-211-1/+1
* [clang]: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-191-6/+14
* [NFC] Add CreateMemTempWithoutCast and CreateTempAllocaWithoutCastYaxun Liu2018-06-151-6/+4
* [CUDA][HIP] Set kernel calling convention before arrange functionYaxun Liu2018-06-121-1/+14
* Update for an LLVM header file moveDavid Blaikie2018-06-041-1/+1
* Revert r332982 Call CreateTempMemWithoutCast for ActiveFlagYaxun Liu2018-05-221-4/+6
* Call CreateTempMemWithoutCast for ActiveFlagYaxun Liu2018-05-221-6/+4
* CodeGen: Fix invalid bitcast for lifetime.start/endYaxun Liu2018-05-171-9/+15
* Address post-commit review comments after r328731. NFC.Akira Hatanaka2018-05-151-2/+4
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-1/+1
* [CodeGen] Fix typo in comment form->from. NFCCraig Topper2018-04-301-1/+1
* [Driver, CodeGen] rename options to disable an FP cast optimizationSanjay Patel2018-04-301-2/+4
* [Driver, CodeGen] add options to enable/disable an FP cast optimizationSanjay Patel2018-04-271-0/+3
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-271-0/+12
* Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"Akira Hatanaka2018-04-271-16/+0
* [CodeGen] Avoid destructing a callee-destructued struct type in aAkira Hatanaka2018-04-271-0/+16
* [OpenCL] Add 'denorms-are-zero' function attributeAlexey Sotkin2018-04-201-0/+4
* [CodeGen] Do not push a destructor cleanup for a struct that doesn'tAkira Hatanaka2018-04-181-2/+9
* PR36992: do not store beyond the dsize of a class object unless we knowRichard Smith2018-04-051-3/+6
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-1/+0
* [MS] Emit vftable thunks for functions with incomplete prototypesReid Kleckner2018-04-021-2/+2
* Add helper to determine if a field is a zero-length bitfield.Richard Smith2018-04-021-4/+2
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+1
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-13/+2
* Fix for LLVM change (Transforms/Utils/Local.h -> Analysis/Utils/Local.h)David Blaikie2018-03-211-3/+3
* Adding nocf_check attribute for cf-protection fine tuningOren Ben Simhon2018-03-171-0/+3
* Recommit r326946 after reducing CallArgList memory footprintYaxun Liu2018-03-151-77/+120
* Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny2018-03-131-5/+4
* Revert r326946. It caused stack overflows by significantly increasing the siz...Richard Smith2018-03-101-119/+77
* [CodeGen] Emit lifetime.ends in both EH and non-EH blocksGeorge Burgess IV2018-03-081-9/+15
* CodeGen: Fix address space of indirect function argumentYaxun Liu2018-03-071-77/+119
* Revert r326602, it caused PR36620.Nico Weber2018-03-071-4/+5
* [CodeGen] Don't emit lifetime.end without lifetime.startGeorge Burgess IV2018-03-061-3/+1
* [Attr] Fix parameter indexing for several attributesJoel E. Denny2018-03-021-5/+4
* Add an option to disable tail-call optimization for escaping blocks.Akira Hatanaka2018-03-021-4/+15
* CodeGenObjCXX: handle inalloca appropriately for msgSend variantSaleem Abdulrasool2018-02-281-1/+2
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-10/+20
* [OpenCL] Add '-cl-uniform-work-group-size' compile optionAlexey Sotkin2018-02-221-0/+15
* Make attribute-target on a Definition-after-use update the LLVM attributesErich Keane2018-02-121-40/+1
* [WinEH] Put funclet bundles on inline asm callsReid Kleckner2018-02-091-15/+14
* Pass around function pointers as CGCallees, not bare llvm::Value*s.John McCall2018-02-061-8/+13
* IRGen: Move vtable load after argument evaluation.Peter Collingbourne2018-02-051-2/+9
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-4/+3
* [CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev2018-01-251-4/+6
* Reland "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2018-01-221-1/+6
* Refactor handling of signext/zeroext in ABIArgInfoAlex Bradbury2018-01-121-9/+5
* Revert "[CodeGen] Fix crash when a function taking transparent union is redec...Volodymyr Sapsai2017-12-211-5/+5
* [CodeGen] Fix crash when a function taking transparent union is redeclared.Volodymyr Sapsai2017-12-211-5/+5