platform/upstream/llvm.git
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...
2022-02-11 Paul Robinson[RGT] Exercise both paths through a test
2022-02-11 Johannes Doerfert[OpenMP][FIX] The `llvm.amdgcn.s.barrier` is actually...
2022-02-11 Arthur Eubanks[clang][OpaquePtr] Remove call to getPointerElementType...
2022-02-11 Dmitry Vyukovsanitizer_common: make internal/external headers compatible
2022-02-11 Philip Reames[PSE] Allow duplicate predicates in debug output
2022-02-11 Simon Pilgrim[X86] combineVSelectToBLENDV - handle vselect(vXi1...
2022-02-11 Stanislav Mekhanoshin[AMDGPU] Merge AMDGPULDSUtils into AMDGPUMemoryUtils
2022-02-11 David Green[ISel] Port AArch64 HADD and RHADD to ISel
2022-02-11 Dávid Bolvanský[AlwaysInliner] Respect noinline call site attribute
2022-02-11 Reid Kleckner[CodeView] Match any backend version in the new test
2022-02-11 Nikolas Klauser[libc++] Remove __functional_base
2022-02-11 Tim NorthoverRevert "StackProtector: ignore debug insts when splitti...
2022-02-11 Austin Kerbow[InferAddressSpaces] Fix assert on invalid cast ordering
2022-02-11 Arthur Eubanks[CoroFrame][OpaquePtr] Remove getPointerElementType...
2022-02-11 Krzysztof Parzyszek[Hexagon] Add patterns for select(i1, Q, Q)
2022-02-11 LLVM GN Syncbot[gn build] Port 31f9519d48c2
2022-02-11 Matthias Springer[mlir][bufferize] Use rewriter instead of replacing...
2022-02-11 Craig Topper[RISCV] Insert VSETVLI at the end of a basic block...
2022-02-11 Craig TopperRevert "[RISCV] Fix a vsetvli insertion bug involving...
2022-02-11 Craig Topper[RISCV] Add test case for a vsetvli insertion bug found...
2022-02-11 Min-Yih Hsu[M68k] Adopt the new VarLenCodeEmitterGen for arithmeti...
2022-02-11 Min-Yih Hsu[TableGen][CodeEmitter] Introducing the VarLenCodeEmitt...
2022-02-11 Jay Foad[TableGen][AMDGPU] Allow empty register classes
2022-02-11 Joe Loser[libc++] Remove unused include from ranges_swap_ranges.h
2022-02-11 Sebastian Neubauer[AMDGPU] Make enable-flat-scratch a subtarget feature
2022-02-11 Sameer Sahasrabuddhe[AMDGPU] replace hostcall module flag with function...
2022-02-11 Julien Pages[AMDGPU] Add a new intrinsic to control fp_trunc roundi...
2022-02-11 Florian Hahn[ConstraintElimination] Add test for #48253.
2022-02-11 Hongtao Yu[CSSPGO] Do not recount callee samples when computing...
2022-02-11 Geoffrey Martin... [Bazel] Document continuous and pre-merge testing
2022-02-11 Kai Nacke[SystemZ/z/OS] Add alias for XPLINK return
2022-02-11 Simon Pilgrim[X86] Move combineToExtendBoolVectorInReg before the...
2022-02-11 Mark de Wever[libc++][format] LWG-3648 format should not print bool...
2022-02-11 Mark de Wever[libc++][format] LWG-3654 basic_format_context::arg...
2022-02-11 Simon Pilgrim[X86] combineToExtendBoolVectorInReg - use explicit...
2022-02-11 Mark de Wever[libc++][nfc] Add TEST_HAS_NO_CHAR8_T.
2022-02-11 LLVM GN Syncbot[gn build] Port 3b470d1ce992
2022-02-11 Nikolas Klauser[libc++][ranges] Implement ranges::min_element
2022-02-11 LLVM GN Syncbot[gn build] Port 1e77b396ffe4
next