summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-4/+4
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-221-1/+1
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-201-9/+12
* Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCLIlya Biryukov2019-07-181-1/+1
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-181-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-3/+3
* Ensure Target Features always_inline error happens in C++ cases.Erich Keane2019-06-211-0/+10
* LLVM IR: Generate new-style byval-with-Type from ClangTim Northover2019-06-051-1/+1
* [COFF, ARM64] Fix ABI implementation of struct returnsMandeep Singh Grang2019-05-031-2/+1
* Change the metadata for heapallocsite calls when the type is cast.Amy Huang2019-05-021-1/+0
* Relanding r357928 with fixed debuginfo check.Amy Huang2019-04-121-7/+9
* Don't emit an unreachable return block.John McCall2019-04-101-9/+0
* Revert "[MS] Add metadata for __declspec(allocator)"Amy Huang2019-04-081-9/+7
* [MS] Add metadata for __declspec(allocator)Amy Huang2019-04-081-7/+9
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-031-2/+1
* IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.Peter Collingbourne2019-03-221-23/+9
* Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington2019-03-191-1/+1
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-38/+16
* [opaque pointer types] Make EmitCall pass Function Types toJames Y Knight2019-02-071-20/+30
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-22/+24
* [opaque pointer types] Fix the CallInfo passed to EmitCall in someJames Y Knight2019-02-051-15/+38
* [Sanitizers] UBSan unreachable incompatible with Kernel ASanJulian Lettner2019-02-041-1/+2
* [opaque pointer types] Trivial changes towards CallInst requiringJames Y Knight2019-02-031-1/+1
* [ASan] Do not instrument other runtime functions with `__asan_handle_no_return`Julian Lettner2019-02-021-2/+2
* Remove redundant FunctionDecl argument from a couple functions.James Y Knight2019-02-021-16/+12
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-02-011-0/+13
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Eric Liu2019-01-311-13/+0
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-301-0/+13
* Add a new builtin: __builtin_dynamic_object_sizeErik Pilkington2019-01-301-1/+2
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-29/+23
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-5/+1
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-181-4/+10
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-151-7/+11
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-151-11/+7
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-141-7/+11
* [OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova2019-01-141-1/+1
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-041-0/+6
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-7/+9
* Emit a proper diagnostic when attempting to forward inalloca argumentsReid Kleckner2018-12-121-2/+3
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-9/+7
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-7/+9
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* [OpenCL][CodeGen] Fix replacing memcpy with addrspacecastAndrew Savonichev2018-12-101-4/+17
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+4
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-271-4/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-271-0/+4