platform/upstream/llvm.git
2019-11-14 Tim NorthoverARM: allow rewriting frame indexes for all prefetch...
2019-11-14 Simon PilgrimGCOVProfiling - fix uninitialized variable warnings...
2019-11-14 Simon PilgrimWholeProgramDevirt - fix uninitialized variable warning...
2019-11-14 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-14 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-14 Simon PilgrimSROA - fix uninitialized variable warnings. NFCI.
2019-11-14 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-11-14 Simon PilgrimHexagon - fix uninitialized variable warnings. NFCI.
2019-11-14 Simon PilgrimMSP430 - fix uninitialized variable warnings. NFCI.
2019-11-14 Louis Dionne[libc++][P1872] span should have size_type, not index_type.
2019-11-14 Louis Dionne[libc++] [P1612] Add missing feature-test macro __cpp_l...
2019-11-14 Kerry McLaughlin[AArch64][SVE] Implement floating-point comparison...
2019-11-14 Ilya Biryukov[clangd] Simplify the code in Index::refs
2019-11-14 Sjoerd Meijer[LV] PreferPredicateOverEpilog respecting predicate...
2019-11-14 Paweł Bylica[DAGCombiner] Drop redundant DAG method param. NFC
2019-11-14 Paweł Bylica[DAGCombiner] Use TLI field already available. NFC
2019-11-14 Raphael IsemannModernize llvm::Error handling in ExternalASTMerger
2019-11-14 JonChesterfield[libomptarget][nfc] Use cuda variable wrappers from...
2019-11-14 Miloš Stojanović[mips][NFC] Remove old FIXME comment
2019-11-14 Kerry McLaughlin[AArch64][SVE] Implement remaining floating-point arith...
2019-11-14 Kerry McLaughlin[AArch64][SVE] Implement additional floating-point...
2019-11-14 Diana PicusFix typos in docs. NFC
2019-11-14 QingShan Zhang[NFC] Add one test for PowerPC to verify the sext_inreg...
2019-11-14 Kevin PetitFix use of add_llvm_tool in projects that build no...
2019-11-14 Daniil SuchkovRevert "[InstCombine] Fold PHIs with equal incoming...
2019-11-14 Raphael Isemann[lldb] Fix that trailing backslashes in source lines...
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...
next