summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merging r369705 and r369713 for PR43243:Hans Wennborg2019-09-091-4/+9
* Merging r368104 and r368202:Hans Wennborg2019-08-091-5/+3
* Merging r367323:Hans Wennborg2019-08-011-145/+145
* Merging r367055:Hans Wennborg2019-07-291-8/+11
* Merging r366670 and r366694:Hans Wennborg2019-07-238-65/+118
* Merging r366480:Hans Wennborg2019-07-191-13/+276
* Merging r366429:Hans Wennborg2019-07-198-116/+65
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-188-65/+116
* hwasan: Initialize the pass only once.Peter Collingbourne2019-07-171-28/+10
* AMDGPU: Add some missing builtinsMatt Arsenault2019-07-171-0/+6
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-0/+5
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-162-2/+22
* [AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov2019-07-161-0/+8
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-162-2/+2
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-1620-73/+73
* Temporarily Revert "fix unnamed fiefield issue and add tests for __builtin_pr...Eric Christopher2019-07-152-22/+2
* Revert "[NewPM] Port Sancov"Leonard Chan2019-07-151-40/+7
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-154-14/+19
* fix unnamed fiefield issue and add tests for __builtin_preserve_access_index ...Yonghong Song2019-07-152-2/+22
* [OpenCL][PR41727] Prevent ICE on global dtorsAnastasia Stulova2019-07-154-13/+41
* [SystemZ] Add support for new cpu architecture - arch13Ulrich Weigand2019-07-121-0/+17
* CodeGet: Init 32bit pointers with 0xFFFFFFFFVitaly Buka2019-07-121-18/+10
* Delete dead storesFangrui Song2019-07-121-1/+0
* Re-Revert Devirtualize destructor of final class.Jordan Rupprecht2019-07-121-27/+3
* [NewPM] Port SancovLeonard Chan2019-07-111-7/+40
* Revert "[CGDebugInfo] Simplify EmitFunctionDecl parameters, NFC"Vedant Kumar2019-07-112-18/+14
* [CGDebugInfo] Simplify EmitFunctionDecl parameters, NFCVedant Kumar2019-07-112-14/+18
* [HIP] Add GPU arch gfx1010, gfx1011, and gfx1012Yaxun Liu2019-07-111-0/+6
* [CodeGen] NVPTX: Switch from atomic.load.add.f32 to atomicrmw faddBenjamin Kramer2019-07-111-15/+3
* Added mapping for pointers captured in Lambdas in OpenMP target regions,Alexey Bataev2019-07-111-9/+19
* [CGDebugInfo] Fix -femit-debug-entry-values crash on os_log_helpersVedant Kumar2019-07-111-3/+6
* NFC: Pass DataLayout into isBytewiseValueVitaly Buka2019-07-101-3/+5
* NFC: Convert large lambda into methodVitaly Buka2019-07-102-79/+87
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-102-0/+2
* [X86] Change the IR sequence for _mm_storeh_pi and _mm_storel_pi to perform t...Craig Topper2019-07-101-16/+0
* [clang] Preserve names of addrspacecast'ed values.Vyacheslav Zakharin2019-07-101-1/+3
* [AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ...Christudasan Devadasan2019-07-101-1/+1
* [AMDGPU] gfx908 clang targetStanislav Mekhanoshin2019-07-091-0/+2
* Revert Revert Devirtualize destructor of final class.Hiroshi Yamauchi2019-07-091-3/+27
* Ignore trailing NullStmts in StmtExprs for GCC compatibility.Aaron Ballman2019-07-091-32/+36
* [NFC] [X86] Fix scan-build complainingPengfei Wang2019-07-091-3/+2
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-094-4/+85
* Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song2019-07-094-85/+4
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-094-4/+85
* Treat the range of representable values of floating-point types as [-inf, +in...Richard Smith2019-07-061-120/+58
* NFC: Add an explicit return for safety and consistencyHamza Sood2019-07-051-0/+2
* Silence gcc warning "control reaches end of non-void function" [NFCI]Mikael Holmen2019-07-051-0/+2
* [NFC] Make some ObjectFormatType switches coveringHubert Tong2019-07-041-1/+5
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-032-3/+2