summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Revert "[clang][slh] add attribute for speculative load hardening"Zola Bridges2018-11-261-4/+0
* [clang][slh] add attribute for speculative load hardeningZola Bridges2018-11-261-0/+4
* [AArch64] Add aarch64_vector_pcs function attribute to ClangSander de Smalen2018-11-261-0/+4
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-6/+9
* Fix bitcast to address space cast for coerced load/stores Yaxun Liu2018-11-081-4/+4
* [CodeGen] Update min-legal-vector width based on function argument and return...Craig Topper2018-10-241-0/+12
* Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFCFangrui Song2018-10-201-2/+2
* Add support for -mno-tls-direct-seg-refs to ClangKristina Brooks2018-10-181-0/+2
* Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile2018-10-151-16/+0
* [CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev2018-10-101-0/+16
* [x86/SLH] Add a real Clang flag and LLVM IR attribute for SpeculativeChandler Carruth2018-09-041-0/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-4/+4
* 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
OpenPOWER on IntegriCloud