platform/upstream/llvm.git
2021-04-04 Jason MolendaRevert "Add support for fetching signed values from...
2021-04-04 Vitaly Buka[NFC][scudo] Restore !UseQuarantine check in tests
2021-04-04 Craig Topper[RISCV] Don't convert fshr/fshl to target specific...
2021-04-04 Timm Bäder[clang][parser] Set source ranges for GNU-style attributes
2021-04-04 Juneyoung Lee[InstCombine] Conditionally fold select i1 into and/or
2021-04-04 Juneyoung Lee[InstSimplify] Add a test for folding comparison with...
2021-04-04 Juneyoung Lee[InstCombine] precommit pr49688.ll (NFC)
2021-04-04 Juneyoung Lee[InstCombine] Reapply update_test_checks.py to unsigned...
2021-04-03 Thomas Preud... [C++20, test] Fix use of undef FileCheck variable
2021-04-03 David BlaikiePreprocessor conditionalize some assert-only functions...
2021-04-03 David BlaikieAdd void cast to suppress -Wunused-member-variable...
2021-04-03 David BlaikieAdd workaround for false positive in -Wfree-nonheap...
2021-04-03 David BlaikieOpaque pointers: Migrate examples to use load with...
2021-04-03 Mircea Trofin[mlgo] fix build rules
2021-04-03 Roman Lebedev[NFC][X86] Split VPMOV* AVX2 instructions into their...
2021-04-03 Craig Topper[TableGen] Use StringRef instead of std::string to...
2021-04-03 Philip ReamesSpeculative attempt to stablize a test
2021-04-03 Jez Ng[lld-macho] Another attempt at fixing 32-bit builds
2021-04-03 Jez Ng[lld-macho] Fix build on 32-bit systems
2021-04-03 Nico WeberRevert "[lld-link] Enable addrsig table in COFF lto"
2021-04-03 Nikita Popov[FastISel] Remove kill tracking
2021-04-03 Christian SiggSilence `-Wunused-private-field` warning on isIsolatedF...
2021-04-03 Nikita Popov[InstCombine] Add load/store forwarding test with odd...
2021-04-03 Simon Pilgrim[X86] Fold xor(truncate(xor(x,c1)),c2) -> xor(truncate...
2021-04-03 Simon Pilgrim[X86] Add PR47603 test case
2021-04-03 Simon Pilgrim[X86][SSE] isHorizontalBinOp - use getTargetShuffleInpu...
2021-04-03 Bjorn PetterssonFix build rules for LLVM_WITH_Z3 after D95727
2021-04-03 Nikita Popov[Loads] Forward constant vector store to load of first...
2021-04-03 Nikita Popov[BasicAA] Don't store AATags in cache key (NFC)
2021-04-03 Nikita Popov[BasicAA] Don't pass through AA metadata (NFCI)
2021-04-03 Thomas Preud... [PGO, test] Fix typo in FileCheck var
2021-04-03 Craig Topper[RISCV] Refactor conversion of B extensions to IR intri...
2021-04-03 David BlaikieAdd missing override to clang tblgen AttrEmitter
2021-04-03 Matheus Izvekov[clang] NFC: remove trailing white spaces from some...
2021-04-03 Fangrui Song[lld-macho] Fix -Wsuggest-override after D99633. NFC
2021-04-02 Craig Topper[RISCV] Add signext attribute to i32 orc.b test for...
2021-04-02 Nico Weber[gn build] hook up tsan on macOS too
2021-04-02 Jez Ng[lld-macho][nfc] Refactor in preparation for 32-bit...
2021-04-02 Nico Weber[gn build] (manually) port 4c58f333f141
2021-04-02 Nico WeberRevert "[sanitizer] Simplify GetTls with dl_iterate_phdr"
2021-04-02 Jinsong Ji[CSSPGO][Test] XFAIL profile-context-tracker-debug...
2021-04-02 Muhammad Omair... [LLDB] Sleep for 5 second TestVSCode_launch test_progre...
2021-04-02 peter klausler[flang] Address more MSVC build issues with reductions
2021-04-02 Vitaly Buka[NFC][scudo] Move macro into a shared header
2021-04-02 Vitaly Buka[NFC][scudo] Add test header int CMake file
2021-04-02 Rob Suderman[mlir][tosa] Add tosa.reduce_any and tosa.reduce_all...
2021-04-02 Jennifer YuFix build bot problem with missing OMPC_novariants...
2021-04-02 Simon Pilgrim[KnownBits] Add KnownBits::haveNoCommonBitsSet helper...
2021-04-02 Sean Silva[mlir] Add optional TypeConverter for materializations.
2021-04-02 Aaron BallmanUse tablegen to diagnose mutually exclusive attributes
2021-04-02 Vitaly Buka[NFC][scudo] Split ScudoCombinedTest.BasicCombined
2021-04-02 Jennifer Yu[OPENMP5.1]Initial support for novariants clause.
2021-04-02 River Riddle[mlir] Emit errors when creating unregistered attribute...
2021-04-02 Jan Kratochvil[nfc] [llvm] Make DWARFListTableBase::findList const
2021-04-02 Mike Rice[OPENMP][DOCS]Update status of the supported constructs...
2021-04-02 Craig TopperRevert "[RISCV] Try using toupper instead of std::toupp...
2021-04-02 Craig Topper[RISCV] Try using toupper instead of std::toupper to...
2021-04-02 Jessica Clarke[Sema] Fix Windows build after b001d574d7d9
2021-04-02 Eric Astor[ms] [llvm-ml] Accept /WX to signal that warnings shoul...
2021-04-02 Levy Hsu[RISCV] Add IR intrinsics for Zbc extension
2021-04-02 Rob Suderman[mlir] Rename linalg.pooling operations to have a FOp...
2021-04-02 Levy HsuRecommit "[RISCV] Add IR intrinsic for Zbb extension"
2021-04-02 Craig TopperRevert "[RISCV] Add IR intrinsic for Zbb extension"
2021-04-02 Cyndy Ishida[TextAPI] run clang-format on violating sections, NFC
2021-04-02 Craig Topper[RISCV] Add IR intrinsic for Zbb extension
2021-04-02 Fangrui Song[SLPVectorizer] Fix divide-by-zero after D99719
2021-04-02 Eric Astor[ms] [llvm-ml] Fix case-sensitivity for variables and...
2021-04-02 Levy Hsu[RISCV] Add IR intrinsic for Zbr extension
2021-04-02 Thomas Preud... [Hexagon, test] Fix use of undef FileCheck var
2021-04-02 peter klausler[flang] TRANSFER() intrinsic function
2021-04-02 Craig Topper[RISCV] Improve 64-bit integer constant materialization...
2021-04-02 Craig Topper[RISCV] Add missing CHECK-EXPAND line to one case in...
2021-04-02 Sanjay Patel[InstCombine] fold not+or+neg
2021-04-02 Sanjay Patel[InstCombine] add tests for not+or+neg; NFC
2021-04-02 Sanjay Patel[GVNSink] auto-generate test checks; NFC
2021-04-02 Dimitry Andric[SCCP] Avoid modifying AdditionalUsers while iterating...
2021-04-02 Nico Weber[gn build] add build file for tsan runtime
2021-04-02 Florian Hahn[LV] Hoist mapping of IR operands to VPValues (NFC).
2021-04-02 Philip Reames[rs4gc] Use loops instead of straightline code for...
2021-04-02 Greg McGary[lld-macho][NFC] Remove redundant member from class...
2021-04-02 Philip Reames[rs4gc] Strip nofree and nosync attributes when lowerin...
2021-04-02 Philip Reames[rs4gc] add tests for existing code stripping attribute...
2021-04-02 Aaron BallmanRemove attribute handling code for simple attributes...
2021-04-02 peter klausler[flang] Fix MSVC build breakage
2021-04-02 Brendon Cahoon[GlobalISel] Allow different types for G_SBFX and G_UBF...
2021-04-02 Nikita Popov[LVI] Use range metadata on intrinsics
2021-04-02 Nikita Popov[CVP] Add test for !range on intrinsic (NFC)
2021-04-02 Alexey Bataev[SLP]Added a test for min/max reductions with the key...
2021-04-02 Alexey Bataev[SLP]Fix a bug in min/max reduction, number of conditio...
2021-04-02 Nico WeberRevert "[X86][SSE] isHorizontalBinOp - use getTargetShu...
2021-04-02 Paul C. Anagnostopoulos[TableGen] [Docs] Add lldb-tblgen to command guide...
2021-04-02 Nico WeberRestore 8954fd436c7 after c06a8f9caa51c
2021-04-02 Jun Ma[NFC][SVE] update sve-intrinsics-int-arith.ll under...
2021-04-02 Jun Ma[AArch64][SVE] Lowering sve.dot to DOT node
2021-04-02 Jun Ma[NFC][SVE] Use SVE_4_Op_Imm_Pat for sve_intx_dot_by_ind...
2021-04-02 Lei Zhang[mlir][spirv] Add utilities for push constant value
2021-04-02 Jeroen Dobbelaere[InstCombine] Fix out-of-bounds ashr(shl) optimization
2021-04-02 Fraser Cormack[RISCV] Test llvm.experimental.vector.insert intrinsics...
2021-04-02 Muhammad Omair... [LLDB] Skip TestLoadUsingLazyBind.py on arm/linux
2021-04-02 Simon Pilgrim[X86][SSE] isHorizontalBinOp - use getTargetShuffleInpu...
next