summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PR44890: Inherit explicitly-specified template arguments into base classRichard Smith2020-02-193-1/+25
* [libcxx] Support Python 3.8 in the test suiteSergej Jaskiewicz2020-02-191-2/+12
* [FPEnv][ARM] Don't call mutateStrictFPToFP when loweringJohn Brawn2020-02-182-2/+55
* [AArch64][FPenv] Update chain of int to fp conversionDiogo Sampaio2020-02-182-2/+75
* [ARM] Fix infinite loop when lowering STRICT_FP_EXTENDJohn Brawn2020-02-182-19/+48
* [FPEnv][AArch64] Add lowering of f128 STRICT_FSETCCJohn Brawn2020-02-182-3/+195
* [FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCSJohn Brawn2020-02-184-18/+526
* [FPEnv][AArch64] Add lowering and instruction selection for strict conversionsJohn Brawn2020-02-184-63/+464
* [FPEnv][AArch64] Add lowering and instruction selection for STRICT_FP_ROUNDJohn Brawn2020-02-183-11/+34
* Add lowering of STRICT_FSETCC and STRICT_FSETCCSJohn Brawn2020-02-184-11/+1031
* Drop git version suffixAaron Puchert2020-02-174-4/+4
* Fix crash in InfinteLoopCheckNathan James2020-02-171-0/+2
* [clangd] Expose Code Completion score to the clientKirill Bobyrev2020-02-138-0/+21
* Linker/module-max-warn.ll: Fix test to be compatible with Windows file separa...David 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
OpenPOWER on IntegriCloud