platform/upstream/llvm.git
2022-02-13 Simon Pilgrim[X86] Add test for PR38788 missing PTEST fold
2022-02-13 Sanjay Patel[x86] try harder to scalarize a vector load with extrac...
2022-02-13 Simon Pilgrim[X86] Add some add reduction tests when we're extending...
2022-02-13 Simon Pilgrim[clang][sema] Use castAs<> instead of getAs<> to avoid...
2022-02-13 Aaron BallmanA significant number of our tests in C accidentally...
2022-02-13 Florian Hahn[LV] Drop noalias from check lines from test (NFC).
2022-02-13 Harshil JainThe device expression must evaluate to a non-negative...
2022-02-13 Florian Hahn[LV] Add real uses in some tests, to make them more...
2022-02-13 Sheng[NFC][RFC][TableGen] Improve the comment about variable...
2022-02-13 Sheng[NFC][M68k] Fix typo
2022-02-13 Fangrui Song[ELF] demoteSharedSymbols: make binding more appropriat...
2022-02-13 Sheng[NFC][M68k] Fix indentation
2022-02-13 Shilei Tian[OpenMP][Offloading] Fix infinite loop in applyToShadow...
2022-02-13 Phoebe Wang[X86][MS] Fix the wrong alignment of vector variable...
2022-02-13 Arthur Eubanks[test][MemCpyOpt] Rename test function
2022-02-13 Arthur Eubanks[test][MemCpyOpt] Precommit test
2022-02-13 Joe Loser[libc++] Remove <experimental/filesystem> header
2022-02-12 Simon Pilgrim[SLP][X86] Add common check prefix for horizontal reduc...
2022-02-12 Craig Topper[RISCV] Fix incorrect extend type in vwmulsu combine.
2022-02-12 Marek Kurdej[clang-format] Remove unnecessary parentheses in return...
2022-02-12 Simon Pilgrim[clang] MicrosoftCXXNameMangler::mangleObjCKindOfType...
2022-02-12 Simon Pilgrim[clang-tidy] SimplifyBooleanExprCheck - use cast<>...
2022-02-12 Joseph Huber[OpenMP][NFC] Simplify identifying the device bitcode...
2022-02-12 Mark de Wever[libc++][nfc] Add TEST_HAS_NO_INT128.
2022-02-12 Nico WeberRevert "[asan] Always skip first object from dl_iterate...
2022-02-12 Florian Hahn[LV] Pass start value directly to emitTransformedIndex...
2022-02-12 Nico WeberRevert "[HWASan] Use hwasan_memalign for aligned new."
2022-02-12 phyBracketsRefactor nested if else with ternary operator in CGExpr...
2022-02-12 Mark de Wever[libc++][nfc] Add TEST_HAS_NO_THREADS.
2022-02-12 Dimitry AndricRevert "[RISCV] Enable shrink wrap by default"
2022-02-12 Simon Pilgrim[X86] LowerFunnelShift - enable v16i16 support
2022-02-12 Simon Pilgrim[X86] combineAndnp - if an input has a zero (after...
2022-02-12 Benjamin Kramer[MachineSink] Inline getRegUnits
2022-02-12 Benjamin Kramer[MachineRegisterInfo] Simplify code so it matches the...
2022-02-12 Sanjay Patel[SDAG] clean up scalarizing load transform
2022-02-12 Simon Pilgrim[X86] getTargetVShiftNode - Fix Wparentheses gcc warning.
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
next