platform/upstream/llvm.git
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
2019-09-25 Nico Weberbuiltins test: Move clear_cache_test.c from a mprotect...
2019-09-25 Hans WennborgRevert r372788 "Host: use the platform identifiers...
2019-09-25 Hans WennborgAdd a release note for r372844
2019-09-25 George Rimar[yaml2obj] - Add a Size field for StackSizesSection.
2019-09-25 Hans WennborgRevert r370850 "Re-commit r363191 "[MS] Pretend constex...
2019-09-25 Martin Storsjo[LLD] [COFF] Resolve source locations for undefined...
2019-09-25 GN Sync Botgn build: Merge r372841
2019-09-25 Haojian Wu[clangd] Move the existing heder-source-switch implemen...
2019-09-25 Michal Gorny[lldb] [test] Add NetBSD to XFAIL list for thread_local...
2019-09-25 David Green[ARM] Ensure we do not attempt to create lsll #0
2019-09-25 George Rimar[llvm-readobj] - Don't crash when dumping .stack_sizes...
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...
next