platform/upstream/llvm.git
2019-11-14 Daniil Suchkov[InstCombine] Fold PHIs with equal incoming pointers
2019-11-14 Djordje Todorovic[AArch64][DebugInfo] Fix incorrect call site param...
2019-11-14 Anna Welker[NFC] Fix typo in ARMBaseRegisterInfo
2019-11-14 evgeny[ThinLTO] Add correctness check for RO/WO variable...
2019-11-14 Pavel LabathDWARFDebugLoclists: stricter base address handling
2019-11-14 Raphael Isemann[lldb][NFC] Simplify IOHandler constructor/destructor...
2019-11-14 Muhammad Omair... [LLDB] Fix whitespace/tabs mismatch in lldbsuite Makefi...
2019-11-14 Puyan Lotfi[clang][IFS][test] Reverting driver-test.c to what...
2019-11-14 Puyan Lotfi[clang][IFS][test] Removing -shared, fixing triple...
2019-11-14 Puyan Lotfi[clang][IFS][test][NFC] Tightening up clang-ifs tests...
2019-11-14 Dimitry AndricCheck result of emitStrLen before passing it to CreateGEP
2019-11-14 Simon Atanasyan[mips] Use local variable to escape repetitive calls...
2019-11-14 Simon Atanasyan[mips] Use isInt<> call instead of explicit range check...
2019-11-14 Tom Stellard[cmake] Prevent building with BUILD_SHARED_LIBS and...
2019-11-14 Francesco Petrogalli[ModuleUtils] Clean up header file. [NFC]
2019-11-14 Rui UeyamaWarn on /align if used without /driver
2019-11-14 Rui UeyamaImplement /driver, /driver:wdm and /driver:uponly
2019-11-14 Heejin Ahn[WebAssembly] -fwasm-exceptions enables reference-types
2019-11-14 Heejin Ahn[unittests] Add InitializePasses.h includes
2019-11-14 Jonas Devlieghere[LLDB] Don't install the pretty stack trace handler...
2019-11-14 Reid KlecknerMove CodeGenFileType enum to Support/CodeGen.h
2019-11-14 Stanislav Mekhanoshin[AMDGPU] Fixed dpp test. NFC.
2019-11-14 Tom Stellard[cmake] Remove confusing condition argument from else...
2019-11-14 Reid KlecknerRevert "Forward declare Optional<T> in STLExtras.h"
2019-11-14 Reid KlecknerSink all InitializePasses.h includes
2019-11-14 Reid KlecknerForward declare Optional<T> in STLExtras.h
2019-11-14 Stanislav Mekhanoshin[AMDGPU] Fixed mfma-loop test. NFC.
2019-11-13 Jonas Devlieghere[LLDB] Cleanup the DataEncoder utility. (NFC)
2019-11-13 Reid KlecknerRevert a hunk from 9634064cfa1b9bf7b7
2019-11-13 Jonas Devlieghere[LLDB] Implement pure virtual method in MockConnection
2019-11-13 Reid KlecknerSink MachineFunction private method out of line
2019-11-13 Craig Topper[X86] Don't treat mxcsr as a register name when parsing...
2019-11-13 Jonas Devlieghere[LLDB] Fix another set of -Wdocumentation warnings
2019-11-13 Jonas Devlieghere[LLDB] Remove dead code from StreamFile
2019-11-13 Davide Italiano[RegisterContext] Remove now unneded vestiges.
2019-11-13 Jonas Devlieghere[LLDB] Fix a bunch of -Wdocumentation warnings in Expre...
2019-11-13 Adrian PrantlRemove redundant check. (NFC)
2019-11-13 Adrian PrantlUse cheaper, equivalent predicate. (NFC)
2019-11-13 Craig Topper[X86] Don't set the operation action for i16 SINT_TO_FP...
2019-11-13 Craig Topper[X86] Fix typo in comment. NFC
2019-11-13 Craig Topper[X86] Move all the FP_TO_XINT/XINT_TO_FP setOperationAc...
2019-11-13 Adrian PrantlRename clang-module-related *DWO* functions to *ClangMo...
2019-11-13 Hiroshi Yamauchi[PGO][PGSO] Temporarily disable the large working set...
2019-11-13 Marek Kurdejlibc++ status page: Fix HTML.
2019-11-13 Sanjay Patel[SimplifyCFG] add test for select with FMF; NFC
2019-11-13 Adrian PrantlRename ParseTypeFromDWO to ParseTypeFromClangModule...
2019-11-13 Richard SmithRevert "[RISCV] Use compiler-rt if no GCC installation...
2019-11-13 Sanjay Patel[SLP] fix miscompile on min/max reductions with extra...
2019-11-13 mydeveloperday[clang-format] refactor the use of the SMDiagnostics...
2019-11-13 Martin Storsjö[LLD] [COFF] Fix automatically importing data symbols...
2019-11-13 Dimitry AndricAdd -disable-builtin option to opt
2019-11-13 Jonas Devlieghere[LLDB] Fix a bunch of -Wdocumentation warnings
2019-11-13 Francis Visoiu... [dsymutil] Add -dump to llvm-bcanalyzer invocations
2019-11-13 Craig Topper[TargetLowering] Increase the storage size of NumRegist...
2019-11-13 Simon Atanasyan[mips] Reduce number of nested `if` statements. NFC
2019-11-13 Simon Atanasyan[mips] Add test to check ELF output for JAL XGOT expans...
2019-11-13 Simon Atanasyan[mips] Add tests to check `jal sym+offset`. NFC
2019-11-13 Quentin Colombet[LiveInterval] Allow updating subranges with slightly...
2019-11-13 Michael Liao[TTI] Fix cast cost on vector types.
2019-11-13 Francis Visoiu... [llvm-bcanalyzer] Don't dump the contents if -dump...
2019-11-13 Ahmed Bougacha[AArch64][v8.3a] Add missing imp-defs on RETA*.
2019-11-13 Ahmed Bougacha[AArch64][v8.3a] Add LDRA '[xN]!' alias.
2019-11-13 Sanjay Patel[SLP] improve test readability; NFC
2019-11-13 Yonghong Song[BPF] fix clang test failure for bpf-attr-preserve...
2019-11-13 Edward Jones[RISCV] Use compiler-rt if no GCC installation detected
2019-11-13 David StenbergFix typo in DwarfDebug [NFC]
2019-11-13 David TentyDon't set LLVM_NO_DEAD_STRIP on AIX
2019-11-13 Yonghong Song[BPF] add missing attribute in pragma-attribute-support...
2019-11-13 Sanjay Patel[SLP] reduce code duplication for min/max vs. other...
2019-11-13 Yonghong Song[BPF] Add preserve_access_index attribute for record...
2019-11-13 Matthew MalcomsonFix comment spelling {addresing -> addressing} (NFC)
2019-11-13 Vedant Kumar[profile] Factor out logic for mmap'ing merged profile...
2019-11-13 Sanjay Patel[InstCombine] propagate fast-math-flags (FMF) to select...
2019-11-13 Pavel LabathDWARFDebugLoclists: Add an api to get the location...
2019-11-13 Simon PilgrimRemove commented out CHECK-NEXT to try and appease...
2019-11-13 Simon PilgrimPowerPC - fix uninitialized variable warnings. NFCI.
2019-11-13 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-13 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-13 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-13 Simon PilgrimSparc - fix uninitialized variable warnings. NFCI.
2019-11-13 Simon PilgrimPPCReduceCRLogicals - fix static analyzer warnings...
2019-11-13 Simon PilgrimSLPVectorizer - make comparison operators + isInSchedul...
2019-11-13 Kadir Cetinkaya[clang][Tooling] Filter flags that generate output...
2019-11-13 Haojian Wu[clangd] Add bool return type to Index::refs API.
2019-11-13 Florian Hahn[InstCombine] Avoid moving ops that do restrict undef...
2019-11-13 Luís MarquesRevert "[RISCV] Fix wrong CFI directives"
2019-11-13 Florian Hahn[InstCombine] Precommit shuffle tests for D70093.
2019-11-13 Sjoerd Meijer[ARM][MVE] canTailPredicateLoop
2019-11-13 Luís Marques[RISCV] Fix wrong CFI directives
2019-11-13 Simon Tatham[ARM,MVE] Add intrinsics for contiguous load/stores.
2019-11-13 Simon Pilgrim[X86][AVX] Add plausible schedule classes to MASKPAIR...
2019-11-13 JonChesterfield[libomptarget] Move supporti.h to support.cu
2019-11-13 Hans WennborgRevert 57dd4b0 "[ValueTracking] Allow context-sensitive...
2019-11-13 Mirko Brkusanin[Mips] Add rematerialization support for ldi.fmt
2019-11-13 Simon Atanasyan[mips] Show an error if 64-bit target triple provided...
2019-11-13 Simon Atanasyan[mips][test] Add Mips CPU tests. NFC
2019-11-13 Sven van Haastregt[OpenCL] Add remaining vector data builtin functions
2019-11-13 Daniil SuchkovTemporarily revert "[InstCombine] Fold PHIs with equal...
2019-11-13 David Stenberg[DebugInfo] Avoid creating entry values for clobbered...
2019-11-13 David Stenberg[DebugInfo] Add helper for finding entry value candidat...
next