summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ARC] Ignore qualifiers in copy-restore expressionsVedant Kumar2016-10-031-1/+1
* Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.Richard Smith2016-09-291-25/+26
* Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom toRichard Smith2016-09-281-3/+5
* Revert r282556. This change made several bots unhappy.Richard Smith2016-09-281-4/+2
* P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side ofRichard Smith2016-09-271-2/+4
* Replace 'isProvablyNonNull' with existing utility llvm::IsKnownNonNull which ...Nick Lewycky2016-09-201-6/+3
* [MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner2016-09-071-7/+0
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+7
* CodeGen: Rename a variable to better fit LLVM style. NFCJustin Bogner2016-08-181-6/+6
* CodeGen: use range based for loop, NFCSaleem Abdulrasool2016-08-181-3/+2
* [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrtYaxun Liu2016-08-091-0/+3
* [OpenCL] Add missing -cl-no-signed-zeros option into driverYaxun Liu2016-07-081-0/+2
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-2/+3
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-3/+21
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* [CodeGen] Fix a segfault caused by pass_object_size.George Burgess IV2016-06-161-7/+9
* Remove nonsense and simplify. To forward a reference, we always just load theRichard Smith2016-06-141-14/+6
* [SystemZ] Add -mbackchain option.Marcin Koscielnicki2016-05-041-0/+2
* Fix argument expansion of reference fields of structsReid Kleckner2016-05-021-1/+1
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-2/+2
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-2/+2
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+4
* IRGen-level lowering for the Swift calling convention.John McCall2016-04-041-23/+155
* [PGO] More comments how function pointers for indirect calls are mappedAdam Nemet2016-03-281-1/+3
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+8
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-1/+1
* Temporarily revert these patches:Eric Christopher2016-03-121-1/+1
* Remove compile time PreserveName switch based on NDEBUGMehdi Amini2016-03-111-1/+1
* Add a coerce-and-expand ABIArgInfo as a generalization of someJohn McCall2016-03-111-5/+122
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-46/+182
* Resolved Bug 26414.Amjad Aboud2016-03-071-3/+6
* [CUDA] Mark all CUDA device-side function defs, decls, and calls as convergent.Justin Lebar2016-02-241-0/+8
* [WinEH] Make sure terminate handlers have funclet operandsDavid Majnemer2016-02-241-10/+13
* [CodeGen] Fix an assert in CodeGenFunction::EmitFunctionEpilogAkira Hatanaka2016-02-171-1/+19
* RValue refs do not work that way.Benjamin Kramer2016-02-131-1/+2
* Fix undefined behavior when compiling in C++14 due to sized operator deleteRichard Smith2016-02-091-2/+1
* [WinEH] Annotate calls to __RTtypeid with a funclet bundleDavid Majnemer2016-01-261-2/+5
* Clang changes for value profilingBetul Buyukkurt2016-01-231-0/+5
* fix formatting; NFCSanjay Patel2016-01-181-7/+5
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-8/+8
* [WinEH] Update clang to use operand bundles on call sitesDavid Majnemer2015-12-151-4/+30
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-13/+18
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-10/+55
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-9/+29
* Add support for function attribute 'disable_tail_calls'.Akira Hatanaka2015-11-131-1/+5
* Extract out a function onto CodeGenModule for getting the map ofEric Christopher2015-11-111-18/+8
* Replace tab with 8 spaces, NFC.Yaron Keren2015-11-081-1/+1
* Add support for function attribute 'not_tail_called'.Akira Hatanaka2015-11-061-0/+4
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-3/+3
* [WinEH] Mark calls inside cleanups as noinlineReid Kleckner2015-10-281-2/+8
OpenPOWER on IntegriCloud