summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linker/module-max-warn.ll: Fix test to be compatible with Windows file separa...llvmorg-10.0.0-rc2David Blaikie2020-02-131-2/+2
* [Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea2020-02-135-18/+55
* Fix a reentrance bug with deserializing ObjC type parameters.John McCall2020-02-134-1/+26
* Fix type-dependency of bitfields in templatesElizabeth Andrews2020-02-133-1/+20
* [CodeGen] Fix the computation of the alignment of split stores.Hans Wennborg2020-02-123-2/+195
* [Concepts] Add missing TPA commit to requires expression parsingSaar Raz2020-02-121-0/+1
* [Concepts] Do not check constraints if not all template arguments have been d...Saar Raz2020-02-122-6/+15
* Fix an unused variable warningHans Wennborg2020-02-121-1/+1
* [X86] Cast to __v4hi instead of __m64 in the implementation of _mm_extract_pi...Craig Topper2020-02-121-2/+2
* Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"Jeremy Morse2020-02-1223-120/+97
* Revert "[DebugInfo][DAG] Distinguish different kinds of location indirection"Jeremy Morse2020-02-123-106/+7
* [DebugInfo] Re-instate LiveDebugVariables scope trimmingJeremy Morse2020-02-123-4/+27
* [clang-tidy] Added check to disable bugprone-infinite-loop on known false con...Nathan James2020-02-122-0/+19
* [OpenCL] Restrict addr space conversions in nested pointersAnastasia Stulova2020-02-128-17/+86
* Fix MSVC build with C++ EH enabledReid Kleckner2020-02-121-1/+1
* [SystemZ] Bugfix in emitSelect()Jonas Paulsson2020-02-122-2/+46
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-128-9/+59
* Add SystemZ release notesUlrich Weigand2020-02-111-0/+13
* [Support] Don't modify the current EH context during stack unwindingReid Kleckner2020-02-111-1/+7
* IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie2020-02-114-24/+65
* Prefer __vector over vector keyword for altivecserge-sans-paille2020-02-111-2/+2
* ReleaseNotes / external projects: ZigHans Wennborg2020-02-101-1/+11
* Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea2020-02-108-17/+118
* [Support] When using SEH, create a impl instance for CrashRecoveryContext. NFCI.Alexandre Ganea2020-02-101-25/+35
* [analyzer] Add 10.0.0 release notes.Hans Wennborg2020-02-101-4/+18
* [Clang] Remove unused #pragma clang __debug handle_crashAlexandre Ganea2020-02-103-17/+0
* [AArch64] Add option to enable/disable load-store renaming.Florian Hahn2020-02-109-15/+28
* AMDGPU/EG,CM: Implement fsqrt using recip(rsqrt(x)) instead of x * rsqrt(x)Jan Vesely2020-02-104-18/+34
* [clang-tidy] Fix false positive for cppcoreguidelines-init-variablesNathan James2020-02-102-5/+15
* [X86] Use MVT::i8 instead of MVT::i64 for shift amount in BuildSDIVPow2Craig Topper2020-02-102-1/+25
* [BPF] disable ReduceLoadWidth during SelectionDag phaseYonghong Song2020-02-102-0/+169
* [analyzer] Fix a couple of bugs in HTML report generation.Artem Dergachev2020-02-105-1/+121
* [cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ONTom Stellard2020-02-101-1/+16
* [ARM] Fix non-determenistic behaviourDiogo Sampaio2020-02-101-3/+9
* PowerPC release notesHans Wennborg2020-02-101-1/+23
* [InstCombine] Fix infinite min/max canonicalization loop (PR44541)Nikita Popov2020-02-102-0/+31
* [InstCombine] Support disabling expensive combines in optNikita Popov2020-02-102-2/+3
* [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