platform/upstream/llvm.git
2023-01-31 Johannes Doerfert[OpenMP][FIX] Properly check assume only uses
2023-01-31 Guillaume ChateletRevert D142708 "[NFC] Transition GlobalObject alignment...
2023-01-31 Guillaume Chatelet[NFC] Transition GlobalObject alignment from MaybeAlign...
2023-01-31 Lorenzo Chelini[MLIR] Split `generalize-tensor-pack.mlir` (NFC)
2023-01-31 Max Kazantsev[GuardWidening] Choose right point for generating wide...
2023-01-31 Alex Bradbury[RISCV] Implement isMultiStoresCheaperThanBitsMerge...
2023-01-31 Valentin Clement[flang] derived-type finalization
2023-01-31 Alex Bradbury[RISCV][test] Add tests ahead of isMultiStoresCheaperTh...
2023-01-31 Matt ArsenaultDAG: Remove redundant check for return alignment
2023-01-31 Yashwant Singh[AMDGPU] Use tablegen to list uniform intrinsics
2023-01-31 Kerry McLaughlin[AArch64][SME2] Add multi-vector min/max intrinsics
2023-01-31 gonglingqin[LoongArch] Add baseline test for (X & Y) == Y and...
2023-01-31 Kerry McLaughlin[AArch64][SME2] Add SME2 outer product intrinsics
2023-01-31 eopXD[3/3][Clang][RISCV] Add `__riscv_` for overloaded intri...
2023-01-31 Max Kazantsev[Test] Add motivating test for revert of fix of PR60234
2023-01-31 Maya Amrami[mlir][bufferization] Fix failing lit test
2023-01-31 Nikita Popov[Polly] Fix tests (NFC)
2023-01-31 esmeyi[PowerPC] Improve materialization for immediates which...
2023-01-31 Goran Flegar[bazel] Add missing includes for 5212058
2023-01-31 Nikita Popov[LICM] Regenerate test checks (NFC)
2023-01-31 Nikita Popov[ConstantFold] Fix inbounds inference on mismatching...
2023-01-31 Zain Jaffal[AArch64] turn extended vecreduce bigger than v16i8...
2023-01-31 Corentin Jabot[Clang] Fix typo in ReleaseNotes.rst
2023-01-31 eopXD[2/3][Clang][RISCV] Add `__riscv_` for non-overloaded...
2023-01-31 Nikita Popov[InstCombine] Add additional constexpr gep inbounds...
2023-01-31 Zain Jaffal[AArch64] Add additional tests for dotreduce to check...
2023-01-31 Sergei Barannikov[Thumb2] Upgrade intrinsic upgrading code
2023-01-31 Corentin Jabot[Clang] Implement Change scope of lambda trailing-retur...
2023-01-31 David Spickett[clang][compiler-rt] Support LLVM_ENABLE_PER_TARGET_RUN...
2023-01-31 eopXDRevert "[2/3][Clang][RISCV] Add `__riscv_` for non...
2023-01-31 eopXD[2/3][Clang][RISCV] Add `__riscv_` for non-overloaded...
2023-01-31 Maya Amrami [mlir][OneShotModuleBufferize] Add a new flag: no...
2023-01-31 eopXD[1/3][Clang][RISCV] Add `__riscv_` prefix for vread...
2023-01-31 Valentin Clement[flang] Lower storage_size intrinsic for polymorphic...
2023-01-31 Max KazantsevRevert "[GuardWidening] Choose right point for generati...
2023-01-31 Matthias Springer[mlir][vector][bufferize] Fix Windows build failure...
2023-01-31 Guillaume Chatelet[IR][doc] Alignment is always set in memory for load...
2023-01-31 Christian UlmannReland "[mlir][LLVM] Add all LLVM parameter attributes"
2023-01-31 Matthias Springer[mlir][vector][bufferize] Bufferize vector.mask and...
2023-01-31 Adrian Kuegel[mlir] Adjust AttributeTest to show skip behavior.
2023-01-31 Siva Chandra... [libc] Unify full build and default build static archiv...
2023-01-31 Petr Hosek[Fuchsia] Re-enable HWASan for globals in runtimes
2023-01-31 Siva Chandra... [runtimes][libc] Keep the libc target as "libc".
2023-01-31 Adrian Kuegel[mlir] Remove redundant virtual keyword. NFC
2023-01-31 Kadir Cetinkaya[clangd] Stop filtering lit tests based on target-triple
2023-01-31 River Riddle[mlir][SubElements] Remove the ability to override...
2023-01-31 Max Kazantsev[GuardWidening] Choose right point for generating wide...
2023-01-31 Quinn Dawkins[mlir][vector] Add folder for bitcast of integer splat...
2023-01-31 Jonas Devlieghere[lldb] Remove unimplemented SBTraceCursor::GetExecution...
2023-01-31 Ben Shi[AVR][NFC] Refactor 'AVRAsmPrinter::PrintAsmOperand'
2023-01-31 Vasileios Porpodas[Doc] Removes extra argument of ReplaceInstWithValue()
2023-01-31 Nemanja Ivanovic[PowerPC] Pre-commit test for fix to peephole opt
2023-01-31 Fangrui Song[lldb,FreeBSD] getValue => operator* for Optional migration
2023-01-31 Craig Topper[InstCombine][LV] Fold (add (zext (add X, -1)), 1)...
2023-01-31 Craig Topper[InstCombine] Add test cases for D142783. NFC"
2023-01-31 Uday Bondhugula[MLIR] Remove unnecessary Block argument on MemRefDepen...
2023-01-31 Lei Zhang[mlir][vector] Clarify vector.contract promotion behavior
2023-01-31 Gregory Alfonso[NFC] Correct argument comment typo
2023-01-30 Joseph Huber[Libomptarget] Fix building AMDGPU tests
2023-01-30 Luke Lau[RISCV] Peak through BITCAST in isUsedByReturnOnly
2023-01-30 Slava Zakharin[flang] Use proper attributes for runtime calls with...
2023-01-30 Bill Wendling[X86] Move RDFLAGS/WRFLAGS expansion until after RA
2023-01-30 Fangrui Songlld/COFF: simplify startswith+substr
2023-01-30 Fangrui Song[hwasan] Support __lsan_default_options
2023-01-30 Med Ismail... [lldb/test] Skip TestStackCoreScriptedProcess if Asan...
2023-01-30 Nemanja Ivanovic[PowerPC] Fix incorrect shift amount for build_vector
2023-01-30 Slava Zakharin[flang] Fixed Flang LIT testing after D142548.
2023-01-30 Kirill Stoimenov[LSAN][HWASAN] Run LSAN tests with HWASAN enabled
2023-01-30 Med Ismail... [lldb/swig] Remove deprecated flags for generating...
2023-01-30 Benjamin Kramer[bazel] Port 155e0cf5dc2f
2023-01-30 David Tenty[AIX][CMake] Use top-level tools in llvm_ExternalProjec...
2023-01-30 Jonas Devlieghere[lldb] Use lldbassert in BuildObjCObjectPointerType
2023-01-30 Daniel Thornburgh[NFC] [llvm-cov] Remove unnecessary logic from llvm...
2023-01-30 Daniel Thornburgh[llvm-cov] Add split-file to compiler-rt test requirements.
2023-01-30 Chuanqi Xu[libc++] Remove <experimental/coroutine>
2023-01-30 Shafik Yaghmour[Clang] Fix unconditional access to Attr pointer when...
2023-01-30 Hongtao Yu[Pseudo Probe] Do not instrument EH blocks.
2023-01-30 Louis Dionne[libc++] Add missing include promote.h in <cmath>
2023-01-30 Sanjay Patel[InstCombine] reduce icmp_eq0-of-and-of-select-of-constants
2023-01-30 Sanjay Patel[InstCombine] add tests for icmp-of-and-of-select-of...
2023-01-30 Bruno Schmitt[mlir][Pass] Handle spaces in pipeline strings
2023-01-30 Bruno Schmitt[mlir][AsmPrinter] Gracefully handle empty symbol
2023-01-30 Craig Topper[RISCV] Use custom operand parsing for FenceArg.
2023-01-30 Matt ArsenaultAMDGPU: Update machine divergence analysis test
2023-01-30 Matt ArsenaultAMDGPU/GlobalISel: Add stub custom regbankselect pass
2023-01-30 Florian HahnRecommit "[SCCP] Support NUW/NSW inference for all...
2023-01-30 Arthur Eubanks[test] Require asserts in count-visits.ll
2023-01-30 Hans WennborgRevert "[LSAN][HWASAN] Run LSAN tests with HWASAN enabled"
2023-01-30 Aaron BallmanImprove example documentation for __builtin_offsetof...
2023-01-30 BigPeetFix handling of braced-init temporaries for modernize...
2023-01-30 Matt ArsenaultAMDGPU/GlobalISel: Partially fix getGenericInstructionU...
2023-01-30 Matt ArsenaultAMDGPU: Partially fix machine uniformity for inline asm
2023-01-30 Matt ArsenaultAMDGPU: Fix null dereference in getInstructionUniformity
2023-01-30 Florian Hahn[SCCP] Add sub tests for NUW/NSW flag inference.
2023-01-30 Alex Brachet[MC] Allow .pushsection between .cfi_startproc/.cfi_endproc
2023-01-30 Kyuwon ChoReland [LTO] Demangle the function name in DiagnosticIn...
2023-01-30 Arthur EubanksRevert "[LTO] Demangle the function name in DiagnosticI...
2023-01-30 Matt Arsenaultclang/OpenCL: Apply default attributes to enqueued...
2023-01-30 Matt Arsenaultclang/OpenCL: Extend tests for enqueued block attributes
2023-01-30 Matt Arsenaultclang/OpenCL: Fix not setting convergent on block invok...
next