platform/upstream/llvm.git
2022-02-12 Simon Pilgrim[X86] combineAndnp - pull out repeated operands. NFC.
2022-02-12 Simon Pilgrim[X86] combineAnd - add SimplifyMultipleUseDemandedBits...
2022-02-12 Sanjay Patel[SDAG] reduce code duplication and fix formatting; NFC
2022-02-12 Simon Pilgrim[X86] Improve uniform funnelshift/rotation amount handling
2022-02-12 Benjamin Kramer[AffineMap] Move result exprs into trailing storage...
2022-02-12 Simon Pilgrim[X86] Regenerate AVG combines with separate AVX1/AVX2...
2022-02-12 Simon Pilgrim[X86] Enable vector splitting of ISD::AVGCEILU nodes...
2022-02-12 Benjamin KramerUse AffineMap::getSliceMap where applicable. NFCI.
2022-02-12 Michał Górny[llvm] [cmake] Fix finding modern ounit2
2022-02-12 Aaron BallmanUse functions with prototypes when appropriate; NFC
2022-02-12 Simon Pilgrim[clang-tidy] ContainerSizeEmptyCheck::check - simplify...
2022-02-12 Simon Pilgrim[clang-doc] populateParentNamespaces - use cast<> inste...
2022-02-12 Simon Pilgrim[clang][sema] checkNoThrow - use cast<> instead of...
2022-02-12 Simon Pilgrim[clang][sema] Sema::CheckFreeArguments - use cast<...
2022-02-12 Simon Pilgrim[clang][sema] TryStaticCast - use castAs<> instead...
2022-02-12 Simon Pilgrim[clang-tidy] RedundantControlFlowCheck::issueDiagnostic...
2022-02-12 Simon Pilgrim[clang-tidy] FunctionASTVisitor::TraverseStmt - use...
2022-02-12 Simon Pilgrim[clang-tidy] NoexceptMoveConstructorCheck::check -...
2022-02-12 Simon Pilgrim[clang-tidy] UseNoexceptCheck::check - use cast<> inste...
2022-02-12 Simon Pilgrim[clang-tidy] getOutermostNamespace - remove redundant...
2022-02-12 Simon Pilgrim[clang-tidy] ProBoundsConstantArrayIndexCheck::check...
2022-02-12 Simon Pilgrim[clang-tidy] checkOverridingFunctionReturnType - use...
2022-02-12 Douglas YungRevert "try to fix windows build after 73e585e44d" and
2022-02-12 Haocong.Lu[RISCV] LUI used for address computation should not...
2022-02-12 Haocong.Lu[RISCV][test] Precommit a test of CSE within an unroll...
2022-02-12 Siva Chandra... [libc][Obvious][NFC] Move CPP tests to the correct...
2022-02-12 Jez Ng[lld-macho] Unset ExportDynamic where possible for LTO
2022-02-12 Micah Weston[AArch64] Adds SUBS and ADDS instructions to the MIPeep...
2022-02-12 Chenbing.Zheng[RISCV][NFC] Move some combine patterns to DAG combine.
2022-02-12 Florian Mayer[HWASAN] regression test we do not instrument dynamic...
2022-02-12 Peter Klausler[flang] Fix edge case in USE-associated generics
2022-02-12 Roger Kim[Mach-O][NFC] Reorder map file tests
2022-02-12 Roger KimPrint C-string literals in mapfile
2022-02-12 Florian Mayer[NFC] [MTE] Use helpers for stack tagging.
2022-02-12 Florian Mayer[hwasan] keep debug intrinsicts in AllocaInfo.
2022-02-12 AndreyChurbanov[OpenMP] libomp: fix UB when LIBOMP_NUM_HIDDEN_HELPER_T...
2022-02-11 Peter Klausler[flang] Avoid bogus error for specification expression
2022-02-11 Alex LorenzRevert "[Preprocessor] Reduce the memory overhead of...
2022-02-11 Peter Steinfeld[flang] Change internal errors in RESHAPE runtime routi...
2022-02-11 Joe Loser[libc++] Use _LIBCPP_NO_UNIQUE_ADDRESS for base in...
2022-02-11 Jonas Devlieghere[lldb] Pin the shared cache when iterating over its...
2022-02-11 Fangrui Song[tsan] Make __fxstat code path glibc only
2022-02-11 Konstantin... [libc++][ranges][NFC] Refactor tests for `ranges::...
2022-02-11 Michael Gottesman[debug-info] If one sees a spill with a dbg.addr use...
2022-02-11 Nico Webertry to fix windows build after 73e585e44d
2022-02-11 Paul Kirth[sanitizers] Fix missing header for mac builds
2022-02-11 Alex Lorenz[Preprocessor] Reduce the memory overhead of `#define...
2022-02-11 Evgenii Stepanov[NFC] clang-format one function.
2022-02-11 Michael Jones[libc] Fix allocator inclusion
2022-02-11 Michael Forney[asan] Always skip first object from dl_iterate_phdr
2022-02-11 Martin Storsjö[libcxx] Fix a missed instance of _LIBCPP_NO_UNIQUE_ADDRESS
2022-02-11 Florian MayerRevert "[hwasan] keep debug intrinsicts in AllocaInfo."
2022-02-11 Florian MayerRevert "[NFC] [MTE] Use helpers for stack tagging."
2022-02-11 Fangrui Song[Bazel] Add WindowsDriver after 73e585e44d68cf77e2e3274...
2022-02-11 Conrad Poelmanfix check-clang-tools tests that fail due to Windows...
2022-02-11 Annikam68k: Support bit shifts on 64-bit integers
2022-02-11 Nico WeberReland "[lld/coff] Make lld-link work in a non-MSVC...
2022-02-11 Shubham Sandeep... Add support for the swift5 reflection section acfuncs
2022-02-11 Paul Kirth[sanitizers] Add missing header to fix Fuchsia builds
2022-02-11 Philip ReamesAutogen a couple of predicated SCEV tests
2022-02-11 Arthur Eubanks[NFC] Remove check for callee parameter elementtype
2022-02-11 Björn Schäpers[clang-format] Improve require and concept handling
2022-02-11 Nikolas Klauser[libc++] Prepare string.ops for constexpr
2022-02-11 Nico Weber[clang] Expose -fprofile-use in clang-cl
2022-02-11 Dimitry Andric[compiler-rt] Force ABI to libcxxabi when building...
2022-02-11 Adrian PrantlRevert "[lld/coff] Make lld-link work in a non-MSVC...
2022-02-11 Weverything[Clang][OpaquePtr] Remove deprecated Address constructo...
2022-02-11 Florian Mayer[memprof] Fix UB.
2022-02-11 Louis Dionne[libc++] Revert the addition of _LIBCPP_HIDE_FROM_ABI...
2022-02-11 Louis Dionne[libc++] Disable local submodule visibility in the...
2022-02-11 Florian Hahn[ConstraintElimination] Support add with precondition.
2022-02-11 YASHASVI KHATAVKARFix build broken by missing empty line in SourceLevelDe...
2022-02-11 Martin Storsjö[libcxx] Wrap [[no_unique_address]] in a macro, for...
2022-02-11 Sanjay Patel[x86] add test for load ordering; NFC
2022-02-11 Sanjay Patel[x86] scrub less memory ops in test; NFC
2022-02-11 Konstantin... [libc++][NFC] Work around false positive ODR violations...
2022-02-11 Arthur Eubanks[MSan][OpaquePtr] Use inline asm elementtype instead...
2022-02-11 Florian Mayer[Sanitizers] Fix build broken by missing import.
2022-02-11 Dmitry Vyukovhwasan: fix up includes
2022-02-11 YASHASVI KHATAVKARAdding DiBuilder interface for assumed length strings
2022-02-11 Philip Reames[SCEVPredicate] Remove getExpr mechanism [NFC]
2022-02-11 Arthur Eubanks[OpaquePtr][SPARC] Remove getPointerElementType() call...
2022-02-11 Eric Schweitz[flang] Upstream fix to allocmem codegen to deal with...
2022-02-11 Florian Mayer[NFC] [MTE] Use helpers for stack tagging.
2022-02-11 Roman Lebedev[NFCI][SCEV] `SCEVTraversal`: if search terminated...
2022-02-11 Roman Lebedev[SCEV] Generalize umin_seq matching
2022-02-11 Roman Lebedev[SCEV] Recognize `x == 0 ? 0 : umin_seq(..., x, .....
2022-02-11 Roman Lebedev[SCEV] Recognize `x == 0 ? 0 : umin(..., x, ...) ...
2022-02-11 Roman Lebedev[SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond...
2022-02-11 Roman Lebedev[NFC][SCEV] `createNodeForSelectOrPHIInstWithICmpInstCo...
2022-02-11 Roman Lebedev[NFC][SCEV] Add test more tests for umin_seq recognition
2022-02-11 Roman Lebedev[NFC][SCEV] Add some tests for select->umax recognition
2022-02-11 David Green[X86] Replace X86ISD::AVG with generic ISD::AVGCEILU
2022-02-11 Florian Mayer[hwasan] keep debug intrinsicts in AllocaInfo.
2022-02-11 Peter Steinfeld[flang] Allow mixed association of procedure pointers...
2022-02-11 Peter Kasting[lld/coff] Make lld-link work in a non-MSVC shell,...
2022-02-11 Arthur Eubanks[gn build] Manually port c7eb84634519e6497
2022-02-11 Florian Mayer[nfc] [hwasan] factor out logic to collect info about...
2022-02-11 Paul Robinson[RGT] Refactor environment-specific checks to use GTEST...
2022-02-11 Paul Robinson[RGT] Refactor Windows-specific checks into their own...
next