platform/upstream/llvm.git
2019-09-25 Raphael Isemann[lldb] Test data formatters for empty strings
2019-09-25 Raphael Isemann[lldb][NFC] Refactor and document *DumpToStreamOptions
2019-09-25 Michal Gorny[lldb] [cmake] Fix installing Python modules on systems...
2019-09-25 Raphael Isemann[lldb][NFC] Remove unused method chaining from Read...
2019-09-25 Sven van Haastregt[OpenCL] Add image query builtin functions
2019-09-25 Ilya BiryukovRevert r372777: [libc++] Implement LWG 2510 and its...
2019-09-25 Raphael Isemann[lldb][NFC] Use default member initializers in ReadBuff...
2019-09-25 Jay FoadAdd tracing in pickNodeFromQueue.
2019-09-25 Jay FoadFix signature of overloaded operator delete.
2019-09-25 Raphael Isemann[lldb] Remove -nostdlib++ flag from import-std-module...
2019-09-25 Haojian Wu[clangd] Fix the stale documentation about background...
2019-09-25 Florian Hahn[AArch64] Convert neon_ushl and neon_sshl with positive...
2019-09-25 Raphael Isemann[lldb] Fix undefined behavior when having fixits in...
2019-09-25 Raphael Isemann[lldb][NFC] Refactor TestCallBuiltinFunction
2019-09-25 Fangrui Song[Driver] Always use -z separate-loadable-segments with...
2019-09-25 Fangrui Song[ADT] Add StringMap::insert_or_assign
2019-09-25 Amara Emerson[AArch64][GlobalISel] Tweak legalization rule for G_BSW...
2019-09-25 Huihui Zhang[NFC] Add { } to silence compiler warning [-Wmissing...
2019-09-25 Fangrui Song[llvm-objcopy][test] Clean up -B tests
2019-09-25 Fangrui Song[ELF] Add -z separate-loadable-segments to complement...
2019-09-25 Chen Zheng[Powerpc][LoopPreIncPrep] NFC - refactor this pass...
2019-09-25 Pengfei Wang [x86] Adding support for some missing intrinsics:...
2019-09-25 Jonas Devlieghere[Make] Revert some changes from r372795.
2019-09-25 Jonas Devlieghereremove unused method ResetOutputFileHandle()
2019-09-25 Jonas Devlieghere[CMake] Don't modify LLVM_DISTRIBUTION_COMPONENTS if...
2019-09-25 Bob Haarman[ELF] accept thinlto options without --plugin-opt=...
2019-09-25 Jonas Devlieghere[Documentation] Expand on testing variants.
2019-09-25 DeForest Richards[Docs] Moves Reference docs to new page
2019-09-25 Adrian PrantlCanonicalize variable usage in testsuite Makefiles
2019-09-25 Jonas Devlieghere[CMake] Don't try to install the system debugserver.
2019-09-25 Thomas Lively[WebAssembly][NFC] Remove duplicate SIMD instructions...
2019-09-24 Justin BognerUse double quotes for LDFLAGS in -DLLVM_BUILD_INSTRUMEN...
2019-09-24 Puyan Lotfi[NFC] Invoke lipo from CMAKE_LIPO.
2019-09-24 Artur Pilipenko[SCEV] Disable canonical expansion for non-affine addrecs.
2019-09-24 Saleem AbdulrasoolHost: use the platform identifiers from LLVM (NFC)
2019-09-24 Louis Dionne[libc++] Purge mentions of GCC 4 from the test suite
2019-09-24 Jonas Devlieghere[CMake] Copy over the system debugserver when using...
2019-09-24 Yonghong Song[BPF] Generate array dimension size properly for zero...
2019-09-24 Puyan LotfiAdding support for overriding LLVM_ENABLE_RUNTIMES...
2019-09-24 Hiroshi Yamauchi[PGO][PGSO] ProfileSummary changes.
2019-09-24 Louis Dionne[libc++] Try fixing tests that fail on GCC 5 and older
2019-09-24 Peter Smith[ELF][ARM] Fix crash when discarding InputSections...
2019-09-24 Zoe Carver [libc++] Remove C++03 variadics in shared_ptr
2019-09-24 Sam Clegg[lld][WebAssembly] Fix static linking of -fPIC code...
2019-09-24 Louis Dionne[libc++] Implement LWG 3158
2019-09-24 Louis Dionne[libc++] Implement LWG 2510
2019-09-24 Bob Haarman[NFC][COFF] fix typo in comment ("algortihm" -> "algori...
2019-09-24 David Bolvansky[NFC] Strenghten preconditions for warning
2019-09-24 Jonas Devlieghere[unittest] Skip the socket tests if we $TMPDIR is too...
2019-09-24 Yaxun Liu[HIP] Support new kernel launching API
2019-09-24 Sean FertileExtends the expansion of the LWZtoc pseduo op for AIX.
2019-09-24 Philip Reames[GCRelocate] Add a peephole to canonicalize base pointe...
2019-09-24 Simon Pilgrim[X86] Add MMX MOVD/MOVQ stores to folding tables to...
2019-09-24 Roman Lebedev[InstCombine] (a+b) < a && (a+b) != 0 -> (0-b) < a...
2019-09-24 Roman Lebedev[InstCombine] (a+b) <= a && (a+b) != 0 -> (0-b) < a...
2019-09-24 Simon Pilgrim[X86] Add tests showing failure to stack fold MMX MOVD...
2019-09-24 Michael Liao[TextAPI] Remove redundant checking causing warnings...
2019-09-24 Thomas Preud... Regex: Make "match" and "sub" const member functions
2019-09-24 Tatyana Krasnukha[NFC] Fix typo in the "kind" description for the softwa...
2019-09-24 George Rimar[yaml2obj/obj2yaml] - Add support for .stack_sizes...
2019-09-24 David Bolvansky[Compiler] Fix LLVM_NODISCARD for GCC
2019-09-24 Paul Hoad[clang-format] [PR36858] Add missing .hh and .cs extens...
2019-09-24 Simon PilgrimAggressiveAntiDepBreaker - silence static analyzer...
2019-09-24 Simon PilgrimSafepointIRVerifier - silence static analyzer dyn_cast...
2019-09-24 Simon Pilgrim[COFF] Silence static analyzer null dereference warning...
2019-09-24 Ilya BiryukovRevert r372333: [DAG][X86] Convert isNegatibleForFree...
2019-09-24 Michal Gorny[lldb] [Process/NetBSD] Fix handling LLDB_INVALID_SIGNA...
2019-09-24 James Henderson[docs][llvm-strip][llvm-objcopy] Improve wording and...
2019-09-24 Utkarsh Saxena[clangd] Add semantic selection to ClangdLSPServer.
2019-09-24 Haojian Wu[clangd] Save an unnecessary copy, NFC.
2019-09-24 James Henderson[docs][llvm-size] Fix typo
2019-09-24 David Bolvansky[Diagnostics] Handle tautological left shifts in boolea...
2019-09-24 George Rimar[LLD][ELF][MIPS] - Inline the short helper function...
2019-09-24 Simon Pilgrim[Orc] Silence static analyzer dyn_cast<ConstantInt...
2019-09-24 Michael Liao[llvm-objcopy] Fix a warningon unused variable. NFC.
2019-09-24 Pavel LabathEnhance SymbolFileDWARF::ParseDeclsForContext performance
2019-09-24 Simon PilgrimConstantFold - silence static analyzer dyn_cast<> null...
2019-09-24 Simon PilgrimFix cppcheck "reduce variable scope" warning. NFCI.
2019-09-24 Martin Storsjo[LLDB] Add tests for PECOFF arm architecture identification
2019-09-24 Martin Storsjo[LLDB] [test] Allow differing order of some matches
2019-09-24 Martin Storsjo[LLDB] [test] Add a few missing cases of REQUIRES:...
2019-09-24 Martin Storsjo[LLDB] Fix typo in RegisterContextDarwin_arm64
2019-09-24 Raphael Isemann[lldb] Also force posix paths in CppModuleConfigurationTest
2019-09-24 Raphael Isemann[lldb][NFC] Use default member initializers in ReadStri...
2019-09-24 Fangrui Song[ELF] Delete SectionBase::assigned
2019-09-24 Fangrui Song[ELF] Make MergeInputSection merging aware of output...
2019-09-24 Simon Pilgrim[IR] IntrinsicInst - silence static analyzer dyn_cast...
2019-09-24 Simon PilgrimLoopVectorize - silence static analyzer dyn_cast<CmpIns...
2019-09-24 Kamil Rytarowski[tblgen] Disable Leak detection for ASan/GCC and LSan...
2019-09-24 Joachim Protze[TSAN] Add read/write range interface functions with PC
2019-09-24 Raphael Isemann[lldb] Use convert_to_slash in CppModuleConfiguration
2019-09-24 Simon Pilgrim[SimplifyCFG] FoldTwoEntryPHINode - silence static...
2019-09-24 Simon PilgrimSimplifyCFG - silence static analyzer dyn_cast<LandingP...
2019-09-24 Simon PilgrimSimplifyCFG - silence static analyzer dyn_cast<Instruct...
2019-09-24 Haojian Wu[clangd] Collect macros in the preamble region of the...
2019-09-24 Raphael Isemann[lldb][NFC] Use llvm::StringRef in formatters::NSString...
2019-09-24 Simon Pilgrim[ModuloSchedule] KernelRewriter::rewrite - silence...
2019-09-24 David Green[ARM] Split large widening MVE loads
2019-09-24 Simon PilgrimlowerObjCCall - silence static analyzer dyn_cast<CallIn...
2019-09-24 David Green[ARM] MVE sext and widen/narrow tests from larger types...
next