platform/upstream/llvm.git
2022-02-22 Sam McCall[Format] Remove unused LineContainsContinuedForLoopSect...
2022-02-22 Matthias Springer[mlir][bufferize] Do not assert destination passing...
2022-02-22 Matthias Springer[mlir][bufferize][NFC] Rename `comprehensive-function...
2022-02-22 jacquesguan[RISCV] Add patterns for vector widening integer reduct...
2022-02-22 Brad Smith[Driver][OpenBSD] Add comments for C++ tests
2022-02-22 Brad Smith[Driver][OpenBSD] Test tweaking and clean up
2022-02-22 owenca[clang-format] Add option to insert braces after contro...
2022-02-22 Brad Smith[Driver][OpenBSD] Pass sysroot to the linker
2022-02-22 Tanya LattnerUpdate references to the mailing lists that have moved...
2022-02-22 Shafik Yaghmour[LLDB] Remove recursive include of GDBRemoteCommunicati...
2022-02-22 Joseph Huber[OpenMP] Ensure offloading sections do not have SHF_ALL...
2022-02-22 Lian Wang[RISCV] Add more tests for SHLFI and UNSHFLI aliaes...
2022-02-21 Jessica Paquette[MachineOutliner][AArch64] NFC: Split MBBs into "outlin...
2022-02-21 Stanislav Mekhanoshin[AMDGPU] Remove redundand check in the SILoadStoreOptimizer
2022-02-21 Zakk Chen[RISCV] Optimize tail agnostic vmv.s.x which don't...
2022-02-21 Michael Gottesman[move-function] Make test more generally by removing...
2022-02-21 Vang Thao[AMDGPU] Regenerate tests to include -NEXT. NFC.
2022-02-21 LLVM GN Syncbot[gn build] Port 68f4131c94d4
2022-02-21 Nikolas Klauser[libc++][ranges] Add ranges::in_found_result
2022-02-21 Nikolas Klauser[libc++] Replace [[no_unique_addredd]] with _LIBCPP_NO_...
2022-02-21 LLVM GN Syncbot[gn build] Port 807766be3a89
2022-02-21 Nikolas Klauser[libc++][ranges] Add ranges::min_max_result
2022-02-21 Sanjay Patel[x86] add tests for rmw add with cmov; NFC
2022-02-21 Petr Hosek[CMake][Fuchsia] Disable assertions and analyzer for...
2022-02-21 Groverkss[MLIR][Presburger] Add support for IntegerRelation
2022-02-21 Martin Storsjö[libcxx] [test] Fix the thousands_sep expectation for...
2022-02-21 Martin Storsjö[libcxx] [test] Fix moneypunct grouping tests on Windows
2022-02-21 Arjun P[MLIR][Presburger] Support finding integer lexmin in...
2022-02-21 Paweł Bylica[NFC][DAGCombine] Use isOperandOf() in combineCarryDiamond
2022-02-21 George Koehler[libunwind] Further fix for 32-bit PowerPC processors...
2022-02-21 Alexey Bataev[OPENMP]Fix PR49366: crash on VLAs in task untied regions.
2022-02-21 Craig Topper[RISCV] Teach shouldSinkOperands to sink splat operands...
2022-02-21 Kristof BeylsCreate office hours documentation.
2022-02-21 Shilei Tian[Clang][OpenMP] Add Sema support for atomic compare...
2022-02-21 Casey Carter[libcxx][test] array and basic_string_view iterators...
2022-02-21 Nico WeberRevert "[ArgPromotion] Regenerate test checks for crash...
2022-02-21 Benjamin Kramer[MLIR][PDL] Fix C++20 build. concept is a new keyword...
2022-02-21 Florian Hahn[MemCpyOpt] Check all access for MemoryUses in writtenB...
2022-02-21 Shilei Tian[Clang][OpenMP] Fix wrong form of 'cond-update-stmt...
2022-02-21 David Green[ARM] Addition SSAT/USAT tests for min/max patterns...
2022-02-21 Valery Pykhtin[ArgPromotion] Regenerate test checks for crash.ll...
2022-02-21 fuzzypixelz[MLIR] replace C++ function type defintion in the C...
2022-02-21 David Green[AArch64] Alter mull shuffle(ext(..)) combine to work...
2022-02-21 Matt ArsenaultMIR: Start diagnosing too many operands on an instruction
2022-02-21 Sanjay Patel[InstSimplify] add tests for funnel shift with redundan...
2022-02-21 Sanjay Patel[AArch64][RISCV][x86] add tests for funnel shift with...
2022-02-21 Sven van HaastregtFix llvm-objcopy shared lib build
2022-02-21 Simon Pilgrim[X86] use-cr-result-of-dom-icmp-st.ll - add checks...
2022-02-21 Shilei Tian[Clang][Sema] Check unexpected else statement in cond...
2022-02-21 Max Kazantsev[SCEV][NFC] Replace contains+insert check with insert...
2022-02-21 Simon Pilgrim[DAG] visitBSWAP - pull out repeated SDLoc. NFC
2022-02-21 Kito Cheng[NFC][RISCV] Fix path checking issue if default sysroot...
2022-02-21 Sam McCall[clangd] Treat 'auto' params as deduced if there's...
2022-02-21 Tom Stellardissue-subscriber: Fix handling of labels with spaces
2022-02-21 Alex Zinenko[mlir] Annotate methods on a correct class in PybindAda...
2022-02-21 LLVM GN Syncbot[gn build] Port 85f4023e731c
2022-02-21 Nicolas Miller[llvm-objcopy][COFF] Fix section name encoding
2022-02-21 Nicolas Miller[COFF] Move section name encoding into BinaryFormat
2022-02-21 Max Kazantsev[Test] Move test for PR53969 to LoopDeletion folder...
2022-02-21 Sven van Haastregt[OpenCL] opencl-c.h: remove arg names from atomics...
2022-02-21 Florian HahnRevert "[AArch64][GlobalISel] Optimize conjunctions...
2022-02-21 Jay Foad[AMDGPU] SILoadStoreOptimizer: avoid unbounded register...
2022-02-21 Max Kazantsev[Test] Add failing test for PR53969
2022-02-21 Benjamin KramerIncrease the limit on parser diagnostics
2022-02-21 Jay Foad[StableHashing] Hash vregs with multiple defs
2022-02-21 Rainer Orth[DebugInfo][test] XFAIL DebugInfo/Generic/no-empty...
2022-02-21 Lian Wang[RISCV] Add tests for SHFLI and UNSHFLI aliases in...
2022-02-21 Simon Moll[VE] v512i1 mask arithmetic isel
2022-02-21 Iain Sandoe[C++20][Modules][1/8] Track valid import state.
2022-02-21 Fangrui Song[ELF] Replace uncompressed InputSectionBase::data(...
2022-02-21 Matthias Springer[mlir][linalg][bufferize][NFC] Move interface impl...
2022-02-21 Prateek Gupta[MLIR][LINALG] Add canonicalization pattern in `linalg...
2022-02-21 Shraiysh Vaishay[mlir][OpenMP] Added assemblyFormat for SectionsOp
2022-02-21 Kito Cheng[RISCV] Fix the include search path order between sysro...
2022-02-21 Kito ChengRevert "[RISCV] Fix the include search path order betwe...
2022-02-21 Craig Topper[ARM] Remove unused lowerABS function. NFC
2022-02-21 Kito Cheng[RISCV] Fix the include search path order between sysro...
2022-02-21 Kito ChengRevert "[RISCV] Fix the include search path order betwe...
2022-02-21 Kito Cheng[RISCV] Fix the include search path order between sysro...
2022-02-21 Craig Topper[SelectionDAG][RISCV][ARM][PowerPC][X86][WebAssembly...
2022-02-21 Serguei Katkov[STATEPOINT] Mark LR is early-clobber implicit def.
2022-02-21 esmeyiReland [XCOFF][llvm-objdump] change the priority of...
2022-02-21 Chen Zheng[ISEL] remove unnecessary getNode(); NFC
2022-02-21 Lian Wang[RISCV][NFC] Add sched for some instructions in Zb...
2022-02-21 Luo, Yuanke[SDAG] enable binop identity constant folds for sub
2022-02-21 Amir Ayupov[BOLT] Added fuzzer target (llvm-bolt-fuzzer)
2022-02-21 Amir Ayupov[BOLT][NFC] Fix data race in ShrinkWrapping stats
2022-02-21 Krystian Kuzniarek[clang-format][NFC] Fix typos and inconsistencies
2022-02-20 David BlaikieDebugInfo: Add an assert about cross-unit references...
2022-02-20 Kesavan Yogeswaran[clang-tidy] Provide fine control of color in run-clang...
2022-02-20 Krystian Kuzniarek[clang-format][docs] Fix incorrect 'clang-format 13...
2022-02-20 Björn Schäpers[clang-format][NFC] Return early in ContinuationIndente...
2022-02-20 Björn Schäpers[clang-format] Fixed handling of requires clauses follo...
2022-02-20 Marek KurdejRevert "[clang-format] Avoid inserting space after...
2022-02-20 Marek Kurdej[clang-format] Avoid inserting space after C++ casts.
2022-02-20 Luis PenagosFix extraneous whitespace addition in line comments...
2022-02-20 Simon Pilgrim[X86] Regenerate switch-default-only.ll
2022-02-20 Yannic Bonenberger[llvm] Add missind dep on Symbolize to Debuginfod
2022-02-20 Sanjay Patel[AArch64][RISCV][x86] add tests for mul-add demanded...
2022-02-20 Alex Bradbury[docs] Update ReleaseNotes template
next