platform/upstream/llvm.git
2023-02-15 wren romano[mlir][sparse] misc code cleanup
2023-02-15 Peter Klausler[flang][runtime] MayAlias() must be false for unallocat...
2023-02-15 Craig Topper[RISCV] Add CLB/CLH/SLB/SLH formats for Zcb instructions.
2023-02-15 Craig Topper[RISCV] Remove some vestiges of Zbp and Zbt extensions...
2023-02-15 Manuel Klimek[clang-format] Fix windows build.
2023-02-15 Vasileios Porpodas[NFC] Make Module::getIFuncList() private
2023-02-15 wren romano[mlir][sparse] Adding `SparseTensorType::{operator...
2023-02-15 Peter Klausler[flang] Don't add a source range to a type instantiatio...
2023-02-15 Fangrui SongRevert D129735 "[RISCV] Add new pass to transform undef...
2023-02-15 Aaron Ballman[C2x] Implement the `unreachable` macro for WG14 N2826
2023-02-15 Leonard Chan[hwasan] Add definitions for missing operator delete...
2023-02-15 Paul Walker[NFC][SVE] Refactor isel for floating multiply-add...
2023-02-15 Chia-hung Duan[scudo] Fix inconsistent signed/unsigned comparison
2023-02-15 Zain Jaffal[ConstriantElimination] Add NODEBUG condition around...
2023-02-15 David Green[AArch64] Guard extra uses in mls combine.
2023-02-15 Aart Bik[mlir] bazel fix
2023-02-15 Hanhan Wang[mlir][tensor] Fix a bug in tiling unpack op.
2023-02-15 Mark de Wever[libc++][CI] Starts using Clang 17.
2023-02-15 Hongtao Yu[Pseudo probe] Duplicate probes in vectorized loop...
2023-02-15 Akira Hatanaka[CodeGen] Add a flag to `Address` and `Lvalue` that...
2023-02-15 Markus BöckReland "[mlir] Make the vast majority of intgration...
2023-02-15 Peter Klausler[flang][runtime] Fix typo in assign.cpp
2023-02-15 Lei Zhang[mlir][spirv] Support i32 memref.atomic_rmw conversion
2023-02-15 Valentin Clement[flang][NFC] Remove unwanted tab
2023-02-15 Scott Linder[Clang][AMDGPU] Set LTO CG opt level based on Clang...
2023-02-15 Scott Linder[LLD] Add --lto-CGO[0-3] option
2023-02-15 Thomas Raoux[mlir][vectorToGPU] Fix type used when folding transpos...
2023-02-15 J. Ryan Stinnett[DebugInfo][Docs] Fix broken link in instruction refere...
2023-02-15 Rahul Kayaith[mlir] Silence a few -Wunused-but-set-parameter warnings
2023-02-15 Krzysztof Drewniak[mlir][AMDGPU] 8-bit float usage in the AMDGPU dialect
2023-02-15 Sanjay Patel[InstCombine] remove stale test comment; NFC
2023-02-15 Zain JaffalRecommit "[ConstraintElimination] Change debug output...
2023-02-15 Xing Xue[libc++abi][AIX] Skip non-C++ EH aware frames when...
2023-02-15 David Green[AArch64] Always lower fp16 zero to FMOVH0
2023-02-15 Peter Klausler[flang][runtime] Return the right mutable modes from...
2023-02-15 Matthias Springer[mlir][linalg] Fix insertion point bug in D144022
2023-02-15 Nikolas Klauser[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_...
2023-02-15 Yitzhak Mandelbaum[clang][dataflow] Change `transfer` API to take a refer...
2023-02-15 Nikita PopovRevert "Recommit "[ConstraintElimination] Change debug...
2023-02-15 Nikita Popov[InstSimplify] Add additional insertvalue into undef...
2023-02-15 David Spickett[llvm][AArch64] Fix BTI after returns_twice when call...
2023-02-15 Zain JaffalRecommit "[ConstraintElimination] Change debug output...
2023-02-15 Zain JaffalRevert "[ConstraintElimination] Change debug output...
2023-02-15 Zain Jaffal[ConstraintElimination] Change debug output to display...
2023-02-15 Guillaume Chatelet[reland][libc] Separate memcpy implementations per...
2023-02-15 Matthias Springer[mlir][memref] Bufferize memref.tensor_store op
2023-02-15 Matthias Springer[mlir][linalg] Add bufferize_to_allocation transform op
2023-02-15 Nikita Popov[ConstantFold] Check for constant global earlier (NFC)
2023-02-15 Alex Bradbury[lld][RISCV][test] Expand testing in riscv-attributes.s
2023-02-15 Sanjay Patel[LangRef] improve documentation of SNaN in the default...
2023-02-15 Guillaume Chatelet[bazel] Fix missing dependency in clang-tools-extra...
2023-02-15 Joseph Huber[NVPTX] Fix NVPTX output name in the driver with `...
2023-02-15 Guillaume ChateletRevert "[libc] Separate memcpy implementations per...
2023-02-15 Guillaume Chatelet[libc] Separate memcpy implementations per arch
2023-02-15 Matthias Springer[mlir][transform] Add transform.get_result op
2023-02-15 Benjamin Kramer[clang-format] assert(false) -> llvm_unreachable
2023-02-15 Jathu Satkunarajah[bazel] create a clang-tidy binary target
2023-02-15 Anton Sidorenko[MachineTraceMetrics] Add local strategy
2023-02-15 Simon Pilgrim[X86] Remove abs(sub_nsw()) -> abds fold from adbu...
2023-02-15 Martin Storsjö[lldb] Fix a log format warning on Windows, don't assum...
2023-02-15 Manuel Klimek[clang-format] Enable FormatTokenSource to insert tokens.
2023-02-15 Matt ArsenaultAMDGPU: Fix not adding to depth in getNegatedExpression
2023-02-15 Matt Arsenaultclang: Rename misleading test name
2023-02-15 Simi Pallipurath[lld][ARM][NFCI][1/3]Big Endian support - Removing...
2023-02-15 Caroline Concatto[AArch64][NFC] Rename AEK_SMEF64 and AEK_SMEI64 featur...
2023-02-15 Max Kazantsev[SimpleLoopUnswitch] Canonicalize conditions for inject...
2023-02-15 Max Kazantsev[Test][NFC] Rename one of test parameters to avoid...
2023-02-15 Alvin Wong[Symbolize][MinGW] Support demangling i386 call-conv...
2023-02-15 Nikita Popov[CVP] Add additional ctlz tests (NFC)
2023-02-15 Nigel Perks[XCore] Adapt threads.ll to opaque pointers.
2023-02-15 Max Kazantsev[SimpleLoopUnswitch] Fix overflowing frequencies case
2023-02-15 Carlos Galvez[clang-tidy][NFC] Remove ModernizeTidyModule::getModule...
2023-02-15 Samuel Parker[DAGCombine] Fold redundant select
2023-02-15 Guillaume Chatelet[libc][NFC] Make tuning macros start with LIBC_COPT_
2023-02-15 Matt DevereauAdd InstSimplify tests for comparisons between known...
2023-02-15 Stefan Gränitz[JITLink] Drop const qualifier from argument to ELFLink...
2023-02-15 Stefan Gränitz[JITLink] Fix whitespace in debug dumps (NFC)
2023-02-15 Benjamin Kramer[bazel][mlir][examples] Add missing dependency for...
2023-02-15 Matt ArsenaultRevert "InstCombine: Fold is.fpclass(x, fcZero) to...
2023-02-15 Valentin Clement[flang] Update intrinsic types to unlimited polymorphic...
2023-02-15 Matt ArsenaultAMDGPU: Override getNegatedExpression constant handling
2023-02-15 Matt ArsenaultAMDGPU: Refactor isConstantCostlierToNegate
2023-02-15 Matt ArsenaultInstCombine: Fold is.fpclass(x, fcZero) to fcmp oeq 0
2023-02-15 Matthias Springer[mlir][bufferization] Add restrict and writable attrs...
2023-02-15 Sander de Smalen[SROA] NFC: Look at TypeStoreSize scalable property...
2023-02-15 Meghan Denny[llvm-c] Add C API methods to match 64bit ArrayType...
2023-02-15 Andrzej Warzynski[mlir] Add vectorize_nd_extract attribute to the masked...
2023-02-15 Max Kazantsev[Metarenamer] Use 'inst' as default name for instructions
2023-02-15 Balázs Kéri[clang][analyzer] Make messages of StdCLibraryFunctions...
2023-02-15 Fangrui Song[LoopFuse] Remove legacy pass
2023-02-15 Lorenzo Chelini[MLIR][Tensor] Introduce a pattern to propagate through...
2023-02-15 Craig Topper[InstCombine] Fix InstCombinerImpl::foldICmpMulConstant...
2023-02-15 Adrian Kuegel[mlir][Bazel] Add missing dependencies for 72429a42ac33...
2023-02-15 Ingo Müller[mlir] Add RewriterBase::replaceAllUsesWith for Blocks.
2023-02-15 Mehdi AminiAdd a pass that builds a debug info scope for LLVMFuncO...
2023-02-15 Adrian Kuegel[mlir][Bazel] Add dependency needed for e9b82a5c
2023-02-15 Diego Caballero[mlir][Vector] Enable masking for static shapes
2023-02-15 Diego Caballero[mlir][Vector] Add support for masked vector gather ops
2023-02-15 Diego Caballero[mlir][Vector] Add support for masked vector.contract
2023-02-15 Diego Caballero[mlir][Vector] Add LLVM lowering for masked reductions
next