summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ubsan] Diagnose noreturn functions which returnVedant Kumar2017-12-211-2/+17
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-2/+2
* [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper2017-12-111-0/+5
* CodeGen: Fix invalid bitcasts for memcpyYaxun Liu2017-12-071-4/+4
* [Target] Make a copy of TargetOptions feature list before sorting during CodeGenCraig Topper2017-11-281-18/+11
* [CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptionsCraig Topper2017-11-201-1/+1
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-071-0/+10
* Replace a few usages of llvm::join with range-version[NFC]Erich Keane2017-10-271-3/+3
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-2/+3
* OpenCL: Assume functions are convergentMatt Arsenault2017-10-061-5/+8
* Add support for attribute 'noescape'.Akira Hatanaka2017-09-221-1/+8
OpenPOWER on IntegriCloud