summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move global classes into anonymous namespaces. NFC.Benjamin Kramer2015-10-281-2/+2
* Unify the ObjC entrypoint caches.John McCall2015-10-211-5/+5
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Add an error when calling a builtin that requires features that don'tEric Christopher2015-10-151-0/+1
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-6/+0
* Don't emit exceptional stackrestore cleanups around inalloca functionsReid Kleckner2015-10-081-14/+1
* Support __builtin_ms_va_list.Charles Davis2015-09-171-1/+7
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-151-1/+2
* Record function attribute "stackrealign" instead of using backend optionAkira Hatanaka2015-09-111-2/+2
* [MS ABI] Make member pointers return true for isIncompleteTypeDavid Majnemer2015-09-101-2/+2
* Revert "Generating assumption loads of vptr after ctor call (fixed)"Piotr Padlewski2015-09-101-2/+1
* Don't crash when emitting a block under returns_nonnull.John McCall2015-09-101-2/+2
* Generating assumption loads of vptr after ctor call (fixed)Piotr Padlewski2015-09-091-1/+2
* [MS ABI] Don't crash on references to pointers to members in argsDavid Majnemer2015-09-091-2/+2
* findDominatingStoreToReturn in CGCall.cpp didn't check if a candidate storeJakub Kuderski2015-09-081-11/+14
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-323/+289
* Migrate the target attribute parsing code to returning an instanceEric Christopher2015-09-021-11/+11
* Migrate the target attribute parsing code into an extension off ofEric Christopher2015-09-021-29/+8
OpenPOWER on IntegriCloud