platform/upstream/llvm.git
2020-01-23 Thomas Preud... [FileCheck] Strengthen error checks in unit tests
2020-01-23 Simon Pilgrim[SelectionDAG] ComputeKnownBits - merge EXTRACT_VECTOR_...
2020-01-23 Simon Pilgrim[SelectionDAG] Compute Known + Sign Bits - merge INSERT...
2020-01-23 Martin Storsjö[LLD] [COFF] Silence a GCC warning about an unused...
2020-01-23 Djordje Todorovic[NFC][DwarfDebug] Use proper analog GNU attribute for...
2020-01-23 Benjamin Kramer[mlir] Shrink-wrap anonymous namespaces around the...
2020-01-23 Clement Courbet[llvm-exegesis] Allow the randomizer to fail nicely...
2020-01-23 Sam McCallRevert "[Concepts] Placeholder constraints and abbrevia...
2020-01-23 Raphael Isemann[lldb][NFC] Delete empty file source/Host/linux/Process...
2020-01-23 Russell Gallop[test] Avoid loop-unroll.c test getting confused by...
2020-01-23 Georgii Rymar[llvm-readobj][test] - Add a check for --dyn-syms.
2020-01-23 Georgii Rymar[Object][test] - Remove readobj-elf-versioning.test...
2020-01-23 Raphael Isemann[lldb][NFC] Rename ClangASTContext to TypeSystemClang
2020-01-23 Clement Courbet[llvm-exegesis] Restrict to allowed back-to-back instru...
2020-01-23 Markus Böck[LLD][COFF] Enable linking of __declspec(selectany...
2020-01-23 Daniil Suchkov[SSAUpdater] Don't call ValueIsRAUWd upon single use...
2020-01-23 Igor Kudrin[DWARF] Eliminate the DWARFDebugNames::Header::Padding...
2020-01-23 Igor Kudrin[DWARF] Get rid of DWARFDebugNames::HeaderPOD. NFC.
2020-01-23 Saar Raz[Concepts] Profile TypeConstraints in ProfileTemplatePa...
2020-01-23 Saar RazRevert "[Concepts] Profile TypeConstraints in ProfileTe...
2020-01-23 Igor Kudrin[DWARF] Support 64-bit DWARF in .debug_pubnames and...
2020-01-23 Saar Raz[Concepts] Profile TypeConstraints in ProfileTemplatePa...
2020-01-23 Martin Storsjö[lldb/Test] Don't add a check-* target as dependency...
2020-01-23 Daniil SuchkovNFC. Add PR44320 IR test case.
2020-01-23 Daniil SuchkovNFC. Remove obsolete SimpleAnalysis infrastructure
2020-01-23 Igor KudrinFix build bot failures.
2020-01-23 LLVM GN Syncbot[gn build] Port dcff3961c2d
2020-01-23 Igor Kudrin[DWARF] Better detect errors in Address Range Tables.
2020-01-23 Igor Kudrin[DWARF] Support DWARF64 in DWARFDebugArangeSet.
2020-01-23 Igor Kudrin[DWARF] Make dwarf::getDwarfOffsetByteSize() a free...
2020-01-23 Igor Kudrin[DWARF] Make dwarf::getUnitLengthFieldByteSize() conste...
2020-01-23 Igor Kudrin[DWARF] Return Error from DWARFDebugArangeSet::extract().
2020-01-23 Igor Kudrin[DWARF] Allow empty address range tables.
2020-01-23 Daniil Suchkov[LICM] NFC. Remove AST caching infrastructure
2020-01-23 Billy Robert... [libcxx] [test] Don't assert that moved-from containers...
2020-01-23 Matt ArsenaultAMDGPU/GlobalISel: Fix generated wave64 checks
2020-01-23 Matt ArsenaultAMDGPU/GlobalISel: Remove redundant or patterns
2020-01-23 Florian Hahn[LV] Fix predication for branches with matching true...
2020-01-23 James Clarke[test] Fix lld/test/ELF/riscv-pcrel-hilo-error.s after...
2020-01-23 Jonas Devlieghere[llvm/Transforms] Fix warning: private field 'MSSA...
2020-01-23 James Clarke[RISCV] Fix evaluating %pcrel_lo against global and...
2020-01-23 Jonas Devlieghere[lldb/Docs] Document testing strategies for the reproducers
2020-01-23 Jonas Devlieghere[lldb/Test] Fix type in add_lit_testsuite
2020-01-23 Jonas Devlieghere[lldb/Test] Add check-lldb-repro target
2020-01-23 Joerg SonnenbergerReplace old-style cast of null pointer with nullptr
2020-01-23 Jonas Devlieghere[lldb/Reproducer] Mark some driver tests as unsupporte...
2020-01-23 Florian Hahn[AArch64TTI] AArch64 supports NT vector stores through...
2020-01-23 Alina Sbirlea[IndVarSimplify] Teach IndVarSimplify to preserve Memor...
2020-01-23 Jonas Devlieghere[lldb/Reproducer] Disable buffering of stdout during...
2020-01-23 Tom StellardRevert "[cmake] Fix clang builds with BUILD_SHARED...
2020-01-23 Tom Stellard[cmake] Fix clang builds with BUILD_SHARED=ON and CLANG...
2020-01-23 Jon Chesterfield[nfc][libomptarget] Remove SHARED annotation from local...
2020-01-22 Jason MolendaEmbed a zero-length /dev/null in darwin-debug for the...
2020-01-22 Alina Sbirlea[IndVarSimplify] Cleanup spaces and reduce variable...
2020-01-22 Alina Sbirlea[LoopIdiomRecognize] Reduce variable scope. [NFCI]
2020-01-22 Jonas Devlieghere[lldb/Test] Skip script interpreter tests reading from...
2020-01-22 Jonas Devlieghere[lldb/Utility] Don't forward directories to the file...
2020-01-22 Richard Smith[www] Update cxx_status page to list changes on the...
2020-01-22 Nikita Popov[InstCombine] Combine neg of shl of sub (PR44529)
2020-01-22 Nikita Popov[InstCombine] Add test for PR44529; NFC
2020-01-22 Craig Topper[X86] Cast to __v4hi instead of __m64 in the implementa...
2020-01-22 Nicolas Vasilache[mlir][Linalg] Add tensor support to Linalg EDSC Builders
2020-01-22 Davide Italiano[TestStdModuleSysroot] Only run locally.
2020-01-22 Nikita Popov[PatternMatch] Make m_c_ICmp swap the predicate (PR42801)
2020-01-22 Sean Fertile[PowerPC] Collect some CallLowering arguments into...
2020-01-22 Alexandre GaneaClang] Fix expansion of response files in -Wp after...
2020-01-22 Nikita Popov[PatternMatch] Add m_APInt/m_APFloat matchers accepting...
2020-01-22 Bruno Cardoso... [ODRHash] Factor out functionality for CXXRecord ODR...
2020-01-22 Jonas Devlieghere[lldb/Reproducer] Correctly instrument enum values
2020-01-22 Jonas Devlieghere[lldb/Test] Use lit's capabilities to skip lldb-repro...
2020-01-22 Jonas Devlieghere[lldb/Util] Fix lldb-repro now it doesn't take a path...
2020-01-22 Jim InghamConvert AssertTrue( A == B) to AssertEqual(A, B) in...
2020-01-22 Matt ArsenaultR600: Fix failing testcase
2020-01-22 Max Moroz[libFuzzer] Add INFO output when LLVMFuzzerCustomMutato...
2020-01-22 Keith Smiley[llvm-cov] Add support for -skip-functions to lcov
2020-01-22 Sanjay Patel[x86] fold vperm2x128 to concat of 128-bit high half...
2020-01-22 Chris Tetreault[SVE] Pass Scalable argument to VectorType::get in...
2020-01-22 Alexander LaninExtend misc-misplaced-const to detect using declaration...
2020-01-22 Aaron BallmanAdd a bit of documentation on attribute spellings that...
2020-01-22 Alina Sbirlea[LoopDeletion] Teach LoopDeletion to preserve MemorySSA...
2020-01-22 Abdurrahman... [mlir] Add baseAttr to TypedArrayAttrBase.
2020-01-22 Jan VeselyAMDGPU/R600: Emit rodata in text segment
2020-01-22 Aaron BallmanAdd LLVM_VALUE_FUNCTION to Optional::map(); NFC
2020-01-22 Nico Weber[gn build] reformat all build files again
2020-01-22 Saar Raz[Concepts] Fix bug when referencing function parameters...
2020-01-22 Aaron BallmanAdd a comment about when we can remove this construct...
2020-01-22 Petr Hosek[CMake][Fuchsia] Disable in-process cc1
2020-01-22 Simon Pilgrim[X86][SSE] combineExtractWithShuffle - extract(bitcast...
2020-01-22 David Green[ARM] Mark MVE loads/store as not having side effects
2020-01-22 Nico WeberRevert "[DA][TTI][AMDGPU] Add option to select GPUDA...
2020-01-22 Nico WeberRevert "[gn build] [win] produce symbolized stack frame...
2020-01-22 Mehdi Amini[Flang] add some cmake code to allow for out-of-tree...
2020-01-22 Kostya Kortchinsky[scudo][standalone] Reduce Android region sizes to...
2020-01-22 Aaron BallmanRevert "Unconditionally enable lvalue function designat...
2020-01-22 Nico Weber[gn build] [win] produce symbolized stack frames in...
2020-01-22 Florian Hahn[AArch64] Don't rename registers with pseudo defs in...
2020-01-22 Matt ArsenaultAMDGPU/GlobalISel: Handle 16-bank LDS llvm.amdgcn.inter...
2020-01-22 David Tenty[NFC][XCOFF] Refactor Csect creation into TargetLowerin...
2020-01-22 Stanislav MekhanoshinPrecommit NFC part of DAGCombiner change. NFC.
2020-01-22 Stanislav MekhanoshinRegenerate test/CodeGen/ARM/vext.ll. NFC.
next