platform/upstream/llvm.git
2019-09-26 Haojian Wu[clang-tidy] Make llvm-header-guard work on llvm git...
2019-09-26 Pavel LabathSystemInitializer: Use Targets.def to selectively initi...
2019-09-26 Simon Atanasyan[mips] Relax jalr/jr instructions using R_MIPS_JALR...
2019-09-26 Jonas Paulsson[SystemZ] Recognize mnop-mcount in backend
2019-09-26 David Zarzycki[Testing] Workaround libcxx bug when OS is "none"
2019-09-26 Kadir Cetinkaya[clangd] Add a helper for extracting nonlocal decls...
2019-09-26 Craig Topper[X86] Remove isCodeGenOnly from (V)ROUND.*_Int and...
2019-09-26 Raphael Isemann[lldb][NFC] Use AppendEmptyArgument in CompletionReques...
2019-09-26 Artem Dergachev[analyzer] A speculative attempt to avoid gcc-7 crashes...
2019-09-26 Mikael Holmen[SortIncludesTest] Add SortPriority fields to fix ...
2019-09-26 Mikael Holmen [IfConversion] Disallow TBB == FBB for valid triangles
2019-09-26 Artem Dergachev[analyzer] Avoid small vectors of non-default-construct...
2019-09-26 Craig Topper[X86] Mark the EVEX encoded PSADBW instructions as...
2019-09-26 Keno Fischer[ConstantFolding] Use FoldBitCast correctly
2019-09-26 Fangrui Song[clang-format] Add SortPriority fields to fix -Wmissing...
2019-09-26 Nick LewyckyImprove C API support for atomicrmw and cmpxchg.
2019-09-26 Mitch Phillips[libFuzzer] [NFC] Fix grammar error with "it's"
2019-09-26 Yitzhak Mandelbaum[libTooling] Add `run` combinator to Stencils.
2019-09-26 Thomas Raoux[TargetLowering] Make allowsMemoryAccess methode virtual.
2019-09-25 Sam Clegg[MC][WebAssembly] Error on data symbols in the text...
2019-09-25 Craig Topper[X86] Use VR512_0_15RegClass intead of VR512RegClass...
2019-09-25 Alina Sbirlea[MemorySSA] Avoid adding Phis in the presence of unreac...
2019-09-25 Roman Lebedev[InstCombine] foldUnsignedUnderflowCheck(): one last...
2019-09-25 Roman Lebedev[NFC][InstCombine] Tests for 'base u<= offset && (base...
2019-09-25 Roman Lebedev[InstSimplify] Handle more 'A </>/>=/<= B &&/|| (A...
2019-09-25 Roman Lebedev[NFC][InstSimplify] More exaustive test coverage for...
2019-09-25 Reid KlecknerSimplify -fms-compatibility include lookup logic, NFC
2019-09-25 Evgeniy StepanovFix memory leak in DeclTest.
2019-09-25 Eli Friedman[LICM] Don't verify domtree/loopinfo unless EXPENSIVE_C...
2019-09-25 Nick Desaulniers[Verifier] add invariant check for callbr
2019-09-25 Adhemerval... [libcxxabi] Fix arm build failer with libgcc
2019-09-25 Jonas Devlieghere[Dwarf] Fix switch cases that take an dw_tag_t.
2019-09-25 Paul Hoad[clang-format] Modified SortIncludes and IncludeCategor...
2019-09-25 Yitzhak Mandelbaum[libTooling][NFC] Switch StencilTest.cpp to use EXPECT_...
2019-09-25 Alexey Bataev[OPENMP50]Parsing/sema support for 'implementation...
2019-09-25 Louis Dionne[libc++] Purge mentions of GCC 4 from the test suite
2019-09-25 Florian Hahn[InstSimplify] Match 1.0 and 0.0 for both operands...
2019-09-25 Jonas Devlieghere[lit] Do a better job at parsing unsupported tests.
2019-09-25 Roman Lebedev[InstCombine] Fold (A - B) u>=/u< A --> B u>/u<...
2019-09-25 Roman Lebedev[NFC][InstCombine] Add tests for (X - Y) < X --> ...
2019-09-25 Vadzim Dambrouski[MSP430] Allow msp430_intrcc functions to not have...
2019-09-25 Eric FiselierAdd forward declaration of operator<< in <string_view...
2019-09-25 Stanislav Mekhanoshin[AMDGPU] Improve fma.f64 test. NFC.
2019-09-25 Eric Fiselieradd tests that debug mode catches nullptr->string_view...
2019-09-25 Stanislav Mekhanoshin[AMDGPU] gfx10 v_fmac_f16 operand folding
2019-09-25 Haibo Huang[lldb] Excludes private headers from SWIG dependency.
2019-09-25 Bob Haarman[emacs] simplify and improve keyword highlighting in...
2019-09-25 Vedant Kumar[Mangle] Add flag to asm labels to disable '\01' prefixing
2019-09-25 Huihui Zhang[NFC] Add { } to silence compiler warning [-Wmissing...
2019-09-25 Jonas Devlieghere[CMake] Add the system debugserver to lldb-test-deps.
2019-09-25 Jonas Devlieghere[CMake] Run the lldb-server tests with system debugserver.
2019-09-25 Florian Hahn[InstCombine] Limit FMul constant folding for fma simpl...
2019-09-25 Michael Liao[CUDA][HIP] Enable kernel function return type deduction.
2019-09-25 Jessica Paquette[AArch64][GlobalISel] Choose CCAssignFns per-argument...
2019-09-25 Marshall ClowAdd a missing default parameter to regex::assign. This...
2019-09-25 Haibo Huang[lldb] Move swig call from python code to cmake
2019-09-25 Jonas Devlieghere[Docs] Document forwarding arguments with lit
2019-09-25 Evandro Menezes[CodeGen] Replace -max-jump-table-size with -max-jump...
2019-09-25 Florian Hahn[LangRef] Clarify absence of rounding guarantees for...
2019-09-25 Jonas Devlieghere[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag...
2019-09-25 Adrian PrantlModernize Makefile.
2019-09-25 Ilya BiryukovRe-land r372863: [AST] Extract Decl::printNestedNameSpe...
2019-09-25 Kadir Cetinkaya[clangd] Change constness of parameters to findExplicitRefs
2019-09-25 Andrey Churbanovfixed test: eliminated race condition which might cause...
2019-09-25 Sanjay Patel[DAGCombiner] add one-use restriction to vector transfo...
2019-09-25 Florian Hahn[PatternMatch] Make m_Br more flexible, add matchers...
2019-09-25 Yitzhak Mandelbaum[NFC] Fix typo in `getPreviousDecl` comment.
2019-09-25 Sanjay Patel[x86] add test for multi-use scalarization of vector...
2019-09-25 Simon Pilgrim[TargetInstrInfo] Let findCommutedOpIndices take const...
2019-09-25 Florian Hahn[PatternMatch] Generalize brc_match (NFC).
2019-09-25 Ilya BiryukovRevert r372863: [AST] Extract Decl::printNestedNameSpec...
2019-09-25 Andrey ChurbanovEnable tasks dependencies hashmaps resizing.
2019-09-25 Sanjay Patel[IR] allow fast-math-flags on phi of FP values (2nd...
2019-09-25 Simon PilgrimFix analyzer TypeAttributeImpl::anchor() override.
2019-09-25 Marco Antognini[gn build] Fix Python DeprecationWarning
2019-09-25 Kadir Cetinkaya[clangd] Fix parseNamespaceEvents to parse the last...
2019-09-25 Jakub Kuderski[Dominators][AMDGPU] Don't use virtual exit node in...
2019-09-25 Jonas Paulsson[SystemZ] Improve emitSelect()
2019-09-25 Simon PilgrimFix cppcheck variable shadow warning. NFCI.
2019-09-25 Simon PilgrimAdd missing ExplicitTy default initialization to Consta...
2019-09-25 Yitzhak Mandelbaum[libTooling] Introduce the MatchConsumer abstraction
2019-09-25 Raphael Isemann[lldb][modern-type-lookup] Add two basic tests for...
2019-09-25 Sanjay PatelRevert [IR] allow fast-math-flags on phi of FP values
2019-09-25 George Rimar[llvm-readobj/llvm-readelf] - .stack_sizes: demangle...
2019-09-25 Sanjay Patel[IR] allow fast-math-flags on phi of FP values
2019-09-25 James Henderson[docs][llvm-strings] Clarify "printable character"...
2019-09-25 James Henderson[docs][llvm-strip] Update llvm-strip doc to better...
2019-09-25 Ilya Biryukov[AST] Extract Decl::printNestedNameSpecifier helper...
2019-09-25 Pavel LabathHave ABI plugins vend llvm MCRegisterInfo data
2019-09-25 Raphael Isemann[lldb][NFC] Remove CompletionRequest::GetCursorArgument...
2019-09-25 Haojian Wu[clangd] Add missing header guard, NFC.
2019-09-25 Ilya Biryukov[clangd] A helper to find explicit references and their...
2019-09-25 Raphael Isemann[lldb][NFC] Add CompletionRequest::AppendEmptyArgument
2019-09-25 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler description.
2019-09-25 Simon Pilgrim[DAG] Pull out minimum shift value calc into a helper...
2019-09-25 George Rimar[llvm-readobj] - Simplify stack-sizes.test test case.
2019-09-25 George Rimar[yaml2elf] - Support describing .stack_sizes sections...
2019-09-25 Martin Storsjo[LLD] Fix testcase from SVN r372843 if executed on...
2019-09-25 Raphael Isemann[lldb][NFC] Remove useless cursor shifting in Options...
2019-09-25 Nico Webergn build: (manually) merge r372843
next