summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [InstCombine] Add test for -expensive-combines option; NFCNikita Popov2020-02-101-0/+28
* [InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)Nikita Popov2020-02-102-0/+34
* Revert "[ARM] Improve codegen of volatile load/store of i64"Victor Campos2020-02-087-342/+6
* StringRef.h: __builtin_strlen seems to exist in VS 2017 MSVC 19.16 or laterHans Wennborg2020-02-071-1/+1
* [Concepts] Fix incorrect check when instantiating abbreviated template type-c...Saar Raz2020-02-063-9/+47
* [LV] Fix predication for branches with matching true and false succs.Florian Hahn2020-02-062-1/+80
* Fix x86 32bits MLIR build (NFC)Dimitry Andric2020-02-061-1/+1
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-064-3/+12
* [clangd] Add workaround for GCC5 host compilers. NFC.Michael Liao2020-02-061-1/+7
* Make llvm::crc32() work also for input sizes larger than 32 bits.Hans Wennborg2020-02-062-1/+29
* [TSan] Ensure we can compile the runtime with older SDKsJulian Lettner2020-02-051-1/+8
* [libcxx] Add release notes for the 10.x branch for things I've doneMartin Storsjö2020-02-051-0/+5
* [clang] Add release notes for the 10.x branch for things I've doneMartin Storsjö2020-02-051-0/+6
* [docs] Add LLVM/LLDB release notes for the 10.x branch for things I've doneMartin Storsjö2020-02-051-0/+9
* [LLD] Add release notes for MinGW for the 10.x branchMartin Storsjö2020-02-051-1/+27
* [OpenMP][OMPT] fix reduction test for 32-bit x86protze@itc.rwth-aachen.de2020-02-051-3/+7
* Don't warn about missing declarations for partial template specializationsAaron Puchert2020-02-052-0/+3
* [X86] -fpatchable-function-entry=N,0: place patch label after ENDBR{32,64}Fangrui Song2020-02-053-16/+77
* Update for Clang 10 release notes in order to have reference to D66404.Andi-Bogdan Postelnicu2020-02-051-1/+18
* [ARM][VecReduce] Force expand vector_reduce_fminDavid Green2020-02-054-6/+2273
* [ARM] Expand vector reduction intrinsics on soft floatNikita Popov2020-02-052-1/+71
* [AArch64][ARM] Always expand ordered vector reductions (PR44600)Nikita Popov2020-02-057-2/+687
* [mlir] Mark the MLIR tools for installation in CMakeKern Handa2020-02-053-3/+3
* PR44786: Don't assert when profiling <=> expressions.Richard Smith2020-02-042-2/+11
* [Concepts] Add missing CXXThisScope to function template constraint substitutionSaar Raz2020-02-053-2/+24
* PR44721: Don't consider overloaded operators for built-in comparisonsRichard Smith2020-02-042-7/+34
* PR44761: Fix fallback to later tiebreakers if two non-template functionsRichard Smith2020-02-042-8/+22
* Add -Wrange-loop-analysis changes to ReleaseNotesMark de Wever2020-02-041-1/+3
* [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_tMartin Storsjö2020-02-042-7/+74
* AMDGPU: Fix handling of infinite loops in fragment shadersConnor Abbott2020-02-042-6/+141
* [LLD][ELF][ARM][AArch64] Only round up ThunkSection Size when large OS.Peter Smith2020-02-047-23/+165
* [ELF] Decrease alignment of ThunkSection on 64-bit targets from 8 to 4Fangrui Song2020-02-0411-58/+58
* [libcxxabi] Fix layout of __cxa_exception for win64Martin Storsjö2020-02-041-5/+5
* Actually, don't try to use __builtin_strlen in StringRef.h before VS 2019Hans Wennborg2020-02-031-2/+3
* Declare __builtin_strlen in StringRef.h as constexprHans Wennborg2020-02-031-1/+1
* [clang-tidy] Fixed crash 44745 in readability-else-after-returnNathan James2020-02-032-0/+17
* R600: Fix failing testcaseMatt Arsenault2020-02-031-3/+3
* AMDGPU/R600: Emit rodata in text segmentJan Vesely2020-02-032-1/+7
* [BPF] fix a bug in BPFMISimplifyPatchable pass with -O0Yonghong Song2020-02-032-3/+56
* Revert "[AMDGPU] Invert the handling of skip insertion."Nicolai Hähnle2020-02-0340-390/+380
* [RISCV] Scheduler description for the Rocket coreKai Wang2020-02-0311-186/+900
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-033-20/+184
* Revert "[Concepts] Instantiate invented template type parameter type-constrai...Saar Raz2020-02-033-179/+20
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-033-20/+179
* [libcxxabi] Insert padding in __cxa_exception struct for compatibilitySteven Wu2020-02-031-0/+45
* [AArch64] -fpatchable-function-entry=N,0: place patch label after BTIFangrui Song2020-02-034-4/+72
* MSVC Buggy version detection: turn pre-processor error into CMake configurati...Mehdi Amini2020-02-031-0/+14
* [Sema] Remove a -Wrange warning from -WallMark de Wever2020-02-034-9/+12
* Make quick-append.test resilient to running in paths with '1.o' in the nameHans Wennborg2020-02-031-9/+9
* Fix wrong devirtualization when the final overrider in one base classRichard Smith2020-01-313-4/+73
OpenPOWER on IntegriCloud