summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-13Linker/module-max-warn.ll: Fix test to be compatible with Windows file separa...llvmorg-10.0.0-rc2David Blaikie
2020-02-13[Clang] Limit -fintegrated-cc1 to only one TUAlexandre Ganea
2020-02-13Fix a reentrance bug with deserializing ObjC type parameters.John McCall
2020-02-13Fix type-dependency of bitfields in templatesElizabeth Andrews
2020-02-12[CodeGen] Fix the computation of the alignment of split stores.Hans Wennborg
2020-02-12[Concepts] Add missing TPA commit to requires expression parsingSaar Raz
2020-02-12[Concepts] Do not check constraints if not all template arguments have been d...Saar Raz
2020-02-12Fix an unused variable warningHans Wennborg
2020-02-12[X86] Cast to __v4hi instead of __m64 in the implementation of _mm_extract_pi...Craig Topper
2020-02-12Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"Jeremy Morse
2020-02-12Revert "[DebugInfo][DAG] Distinguish different kinds of location indirection"Jeremy Morse
2020-02-12[DebugInfo] Re-instate LiveDebugVariables scope trimmingJeremy Morse
2020-02-12[clang-tidy] Added check to disable bugprone-infinite-loop on known false con...Nathan James
2020-02-12[OpenCL] Restrict addr space conversions in nested pointersAnastasia Stulova
2020-02-12Fix MSVC build with C++ EH enabledReid Kleckner
2020-02-12[SystemZ] Bugfix in emitSelect()Jonas Paulsson
2020-02-12[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea
2020-02-11Add SystemZ release notesUlrich Weigand
2020-02-11[Support] Don't modify the current EH context during stack unwindingReid Kleckner
2020-02-11IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie
2020-02-11Prefer __vector over vector keyword for altivecserge-sans-paille
2020-02-10ReleaseNotes / external projects: ZigHans Wennborg
2020-02-10Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...Alexandre Ganea
2020-02-10[Support] When using SEH, create a impl instance for CrashRecoveryContext. NFCI.Alexandre Ganea
2020-02-10[analyzer] Add 10.0.0 release notes.Hans Wennborg
2020-02-10[Clang] Remove unused #pragma clang __debug handle_crashAlexandre Ganea
2020-02-10[AArch64] Add option to enable/disable load-store renaming.Florian Hahn
2020-02-10AMDGPU/EG,CM: Implement fsqrt using recip(rsqrt(x)) instead of x * rsqrt(x)Jan Vesely
2020-02-10[clang-tidy] Fix false positive for cppcoreguidelines-init-variablesNathan James
2020-02-10[X86] Use MVT::i8 instead of MVT::i64 for shift amount in BuildSDIVPow2Craig Topper
2020-02-10[BPF] disable ReduceLoadWidth during SelectionDag phaseYonghong Song
2020-02-10[analyzer] Fix a couple of bugs in HTML report generation.Artem Dergachev
2020-02-10[cmake] Fix clang builds with BUILD_SHARED=ON and CLANG_LINK_CLANG_DYLIB=ONTom Stellard
2020-02-10[ARM] Fix non-determenistic behaviourDiogo Sampaio
2020-02-10PowerPC release notesHans Wennborg
2020-02-10[InstCombine] Fix infinite min/max canonicalization loop (PR44541)Nikita Popov
2020-02-10[InstCombine] Support disabling expensive combines in optNikita Popov
2020-02-10[InstCombine] Add test for -expensive-combines option; NFCNikita Popov
2020-02-10[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)Nikita Popov
2020-02-08Revert "[ARM] Improve codegen of volatile load/store of i64"Victor Campos
2020-02-07StringRef.h: __builtin_strlen seems to exist in VS 2017 MSVC 19.16 or laterHans Wennborg
2020-02-06[Concepts] Fix incorrect check when instantiating abbreviated template type-c...Saar Raz
2020-02-06[LV] Fix predication for branches with matching true and false succs.Florian Hahn
2020-02-06Fix x86 32bits MLIR build (NFC)Dimitry Andric
2020-02-06[LLDB] Fix compilation with GCC 5Martin Storsjö
2020-02-06[clangd] Add workaround for GCC5 host compilers. NFC.Michael Liao
2020-02-06Make llvm::crc32() work also for input sizes larger than 32 bits.Hans Wennborg
2020-02-05[TSan] Ensure we can compile the runtime with older SDKsJulian Lettner
2020-02-05[libcxx] Add release notes for the 10.x branch for things I've doneMartin Storsjö
2020-02-05[clang] Add release notes for the 10.x branch for things I've doneMartin Storsjö