platform/upstream/llvm.git
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...
2021-04-02 Tony[NFC][AMDGPU] Add product names for gfx908 and gfx10...
2021-04-02 Philip Reames[indvars[ Fix pr49802 by checking for SCEVCouldNotCompute
2021-04-02 Alexander Shaposhnikov[lld][MachO] Make emitEndFunStab independent from ...
2021-04-02 Vitaly Buka[NFC][scudo] Use TYPED_TEST to split large test
2021-04-02 Daniel Rodríguez... [TextAPI] Add support for arm64_32
2021-04-02 Daniel Rodríguez... [builtins] Build for arm64_32 for watchOS (Darwin)
2021-04-02 Craig Topper[RISCV] Add nxvXi64 test cases to the RV32 Zvamo intrin...
2021-04-02 peter klausler[flang] Disable some new unit tests (non-portable results)
2021-04-01 Thomas Preud... [MIPS, test] Fix use of undef FileCheck var
2021-04-01 Daniel SandersRevert "[globalisel][unittests] Rename setUp() to avoid...
2021-04-01 Daniel Sanders[globalisel][unittests] Rename setUp() to avoid potenti...
2021-04-01 Thomas Preud... [OpenMP, test] Fix use of undef VAR_PRIV FileCheck var
2021-04-01 Thomas Preud... [OpenMP, test] Fix use of undef DECL FileCheck var
2021-04-01 Thomas Preud... [OpenMP, test] Fix uses of undef S*VAR FileCheck var
2021-04-01 Mehdi AminiSetup OpBuilder to support detached block in loopUnroll...
2021-04-01 peter klausler[flang] Fix unit test failure on POWER
2021-04-01 cchen[OpenMP51] Accept `primary` as proc bind affinity polic...
2021-04-01 peter klausler[flang] Implement numeric intrinsic functions in runtime
2021-04-01 Tom Stellardllvm-shlib: Create object libraries for each component...
2021-04-01 Philip Reames[funcattrs] Respect nofree attribute on callsites ...
2021-04-01 Fangrui Song[Driver] -nostdinc -nostdinc++: don't warn for -Wunused...
2021-04-01 Craig Topper[RISCV] Add isel patterns to handle vrsub intrinsic...
2021-04-01 Philip Reames[tests] Add tests for forthcoming funcattrs nosync...
2021-04-01 Jian CaiReland "Add support to -Wa,--version in clang""
next