platform/upstream/llvm.git
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...
2021-04-02 LLVM GN Syncbot[gn build] Port 0f7bbbc481e2
2021-04-02 Sander de SmalenAlways emit error for wrong interfaces to scalable...
2021-04-02 Florian Hahn[SLP] Better estimate cost of no-op extracts on target...
2021-04-02 Fraser Cormack[RISCV] Optimize more redundant VSETVLIs
2021-04-02 Fraser Cormack[RISCV] Add some tests showing vsetvli cleanup opportun...
2021-04-02 Marek Kurdej[libc++] Fix build on macOS older than 10.15.
2021-04-02 Evgeniy Brevnov[NARY-REASSOCIATE] Support reassociation of min/max
2021-04-02 Roman Lebedev[PassManager] Run additional LICM before LoopRotate
2021-04-02 Vitaly Buka[NFC][scudo] Inline some functions into ScudoPrimaryTest
2021-04-02 Vitaly Buka[NFC][scudo] Convert ScudoPrimaryTest into TYPED_TEST
2021-04-02 Martin Storsjö[libcxx] [test] Fix invocable tests on Windows
2021-04-02 Martin Storsjö[libcxx] [test] Make the condvar wait_for tests a bit...
2021-04-02 oToToT[clang][ItaniumMangle] Check SizeExpr for DependentSize...
2021-04-02 Alex Zinenko[mlir] add memref dialect as dependent of lower-affine...
2021-04-02 Marek Kurdej[clang-cl] [Sema] Do not prefer integral conversion...
2021-04-02 Aaron GreenTweak SimpleFastHash
2021-04-02 Christopher... [libcxx] adds concepts `std::totally_ordered` and ...
2021-04-02 Wenlei He[CSSPGO] Skip dangling probe value when computing profi...
2021-04-02 Craig Topper[RISCV] Add missing nxvXf64 intrinsics tests cases...
2021-04-02 Samuel[llvm-reduce] Add header guards and fix clang-tidy...
2021-04-02 Craig Topper[RISCV] Add more nxvi64 vector intrinsic tests for...
2021-04-02 Yang Fan[lld][MachO] Fix -Wsign-compare warning (NFC)
2021-04-02 Juneyoung Lee[AssumeBundles] offset should be added to correctly...
2021-04-02 Petr Hosek[CMake] Use append instead of set with the list
2021-04-02 Vitaly Buka[NFC][scudo] Move some shared stuff into ScudoCombinedTest
2021-04-02 Yang Fan[lld] Add missing header guard (NFC)
2021-04-02 Jonas Devlieghere[lldb] Account for objc_debug_class_getNameRaw returnin...
2021-04-02 Jason MolendaHandle all standalone combinations of LC_NOTEs w/ ...
2021-04-02 Yang Fan[X86] Fix -Wunused-function warning (NFC)
2021-04-02 Vitaly Buka[NFC][scudo] Move globals into related test
2021-04-02 Chen Zheng[debug-info][XCOFF] set `-gno-column-info` by default...
2021-04-02 Aart Bik[mlir][sparse] support for very narrow index and pointe...
next