platform/upstream/llvm.git
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...
2019-09-24 David Green[ARM] Split large truncating MVE stores
2019-09-24 Raphael Isemann[lldb] Decouple importing the std C++ module from the...
2019-09-24 Fangrui Song[clang-tidy][test] Add -fexceptions to bugprone-infinit...
2019-09-24 Mikael Holmen[modularize] Fix compilation warning after r372681
2019-09-24 GN Sync Botgn build: Merge r372712
2019-09-24 Seiya Nuta [llvm-objcopy] Refactor ELF-specific config out to...
2019-09-24 Fangrui Song[clang-tidy] Add bugprone-infinite-loop.rst from D64736...
2019-09-24 Pavel LabathMCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEH
2019-09-24 David Bolvansky[NFC] Update test after r372708
2019-09-24 David Bolvansky[Diagnostics] Do not diagnose unsigned shifts in boolea...
2019-09-24 GN Sync Botgn build: Merge r372706
2019-09-24 Fangrui Song[clang-tidy] Add missing InfiniteLoopCheck.h, InfiniteL...
2019-09-24 Gabor Marton[ASTImporter] 4th attempt to fix Windows buildbot test...
2019-09-24 Simon PilgrimRevert rL372693 : [clang-tidy] New bugprone-infinite...
2019-09-24 Alexey Lapshin[Debuginfo] dbg.value points to undef value after Induc...
2019-09-24 Raphael Isemann[lldb][NFC] Relax completion tests for log command...
2019-09-24 Martin Storsjo[LLDB] Avoid warnings about redefining posix mode defin...
2019-09-24 Martin Storsjo[LLDB] [Windows] Add missing ifdefs to fix building...
2019-09-24 Dmitry Vyukovsanitizer_common: fix freebsd build error
2019-09-24 Raphael Isemann[lldb] Fix log output and UtilityTests/LogChannelTest...
2019-09-24 Sjoerd Meijer[LV] Forced vectorization with runtime checks and OptFo...
2019-09-24 Adam Balogh[clang-tidy] New bugprone-infinite-loop check for detec...
2019-09-24 Raphael Isemann[lldb] Remove redundant argument lists in CompletionRequest
2019-09-24 Raphael Isemann[lldb] Add completion support for log enable/disable...
2019-09-24 Raphael IsemannIgnore generated @import statements in the expression...
2019-09-24 Paul Hoad[clang-format] NFC clang-format the clang-format unit...
2019-09-24 Gabor Marton[ASTImporter] 3rd attempt to fix Windows buildbot test...
2019-09-24 Jan KorousRevert "[static analyzer] Define __clang_analyzer__...
2019-09-24 Jan KorousRevert "[lit] Add -D__clang_analyzer__ to clang_analyze...
2019-09-24 Jan KorousRevert "[static analyzer][test] Test directly that...
2019-09-24 Rumeet DhindsaFix int to bool errors exposed due to r372612.
2019-09-24 Jan Korous[static analyzer][test] Test directly that driver sets...
2019-09-24 Jan Korous[lit] Add -D__clang_analyzer__ to clang_analyze_cc1
2019-09-24 Adrian PrantlSupport for DWARF-5 C++ language tags.
2019-09-24 Jan Korous[static analyzer] Remove --analyze-auto
2019-09-24 Jan Korous[static analyzer] Define __clang_analyzer__ macro in...
2019-09-24 Huihui Zhang[InstCombine] Fold a shifty implementation of clamp...
2019-09-24 Adrian PrantlAdapt test to upstream clang compiler changes.
2019-09-24 Huihui Zhang[InstCombine] Fold a shifty implementation of clamp...
2019-09-24 Amara Emerson[GlobalISel][IRTranslator] Fix switch table lowering...
2019-09-24 Artem Dergachev[llvm-cov] NFC: Specify a specific C++ standard in...
2019-09-23 Alina Sbirlea[MemorySSA] Update Phi insertion.
2019-09-23 Jonas DevlieghereRevert "Support for DWARF-5 C++ language tags."
2019-09-23 Huihui Zhang[NFC][InstCombine] Add tests for shifty implementation...
2019-09-23 Jonas Devlieghere[Make] Add support for building NeXT-style frameworks
2019-09-23 Alex Langford[NFCI] Return PathSensitiveBugReport where appropriate
2019-09-23 Saleem AbdulrasoolHotColdSplitting: invalidate the AssumptionCache on...
2019-09-23 Alexander Shaposhnikov[llvm-lipo] Add support for archives
2019-09-23 Wei Mi[SampleFDO] Treat names in profile as not cold only...
2019-09-23 David Bolvansky[Diagnostics] Warn for enum constants in bool context...
next