platform/upstream/llvm.git
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
2023-02-15 Fangrui Song[LoopVersioningLICM] Remove legacy pass
2023-02-15 Kazu Hirata[mlir] Use std::optional instead of llvm::Optional...
2023-02-15 Kazu Hirata[mlir] Use std::optional instead of llvm::Optional...
2023-02-15 Kazu Hirata[llvm] Use std::optional instead of llvm::Optional...
2023-02-15 Jie Fu[mlir] Fix -Wsign-compare in SparseTensorRewriting...
2023-02-15 LLVM GN Syncbot[gn build] Port f1c4241fb6e5
2023-02-15 Piyou Chen[RISCV] Add new pass to transform undef to pseudo for...
2023-02-15 Piyou Chen[RISCV] precommit test for D129735
2023-02-15 Chuanqi Xu[NFC] Refactor ModuleDeclStateTest to make it not depen...
2023-02-15 Lang Hames[ORC] Add ELFNixPlatform::Create overload -- Pass ORC...
2023-02-15 wren romano[mlir][sparse] Factoring out SparseTensorType class
2023-02-15 Chuanqi Xu[C++20] [Modules] [ClangScanDeps] Ensure that we can...
2023-02-15 Owen Pan[clang-format][NFC] Reformat clang/tools/clang-format...
2023-02-15 Peiming Liu[mlir][sparse] fix a bug in UnpackOp converter.
2023-02-15 chenglin.bi[InstCombine] fold icmp of the sum of ext bool based...
2023-02-15 Liren Peng[SeparateConstOffsetFromGEP] Fix: `b - a` matched ...
2023-02-15 chenglin.bi[Instcombine] Precommit tests for icmp range; NFC
2023-02-15 Liren Peng[NFC][SeparateConstOffsetFromGEP] Added flag `lower...
2023-02-15 Fangrui Song[bazel] Port 26662ac010ef50e65e2774eab84f325aa09360fe
2023-02-15 eopXD[Clang][RISCV] Guard vector int64, float32, float64...
2023-02-15 Jie Fu[mlir] Fix two build warnings in VectorToGPU (NFC)
2023-02-15 Arthur Eubanks[gn build] Add missing count dependency for check-asan
2023-02-15 Chia-hung Duan[scudo] Update ring buffer test to make it accept zero...
2023-02-15 Fangrui Song[LoopUnrollAndJam] Remove legacy pass
2023-02-15 Chia-hung Duan[scudo] Add the thread-safety annotations
2023-02-15 WANG Xuerui[LoongArch] Make use of addu16i.d for adds with suitabl...
2023-02-15 WANG Xuerui[LoongArch] Add baseline tests for `addu16i.d` codegen...
2023-02-15 Weining Lu[Clang][Test] Add llvm-lto, llvm-lto2 and llvm-profdata...
2023-02-15 Noah GoldsteinRemove trailing whitespace in `X86InstrAVX512.td`; NFC
2023-02-15 Noah GoldsteinRemove incorrect comment around `truncateAVX512SetCCNoB...
2023-02-15 Noah GoldsteinAdd transform (and/or (icmp eq/ne (A, C)), (icmp eq...
2023-02-15 Noah GoldsteinTests for (and/or (icmp eq/ne A, C), (icmp eq/ne A...
2023-02-15 Noah GoldsteinTransform `(icmp eq/ne Abs(A), Pow2)` -> `(and/or ...
2023-02-15 Noah GoldsteinAdd Transform for `(and/or (eq/ne A,Pow2),(eq/ne A...
2023-02-15 Noah GoldsteinAdd tests for folding `(and/or (icmp eq/ne A, Pow2...
2023-02-15 Noah GoldsteinTransform vector SET{LE/ULT/ULE} -> SETLT and SET{GE...
2023-02-15 Nicolas Vasilache[mlir][Vector] NFC - Fail gracefully on size mismatch...
2023-02-15 Nicolas Vasilache[mlir][Vector] Significantly improve VectorToGPU.cpp
2023-02-15 Jeremy Maitin... [Support/BLAKE3] Rename blake3_* -> llvm_blake3_* to...
2023-02-15 Fangrui Song[LoopVersioning] Remove legacy pass
2023-02-15 Sanjay Patel[InstSimplify] fix/improve folding with an SNaN vector...
2023-02-15 Sanjay Patel[InstSimplify] add tests for vectors with SNaN constant...
2023-02-15 Fangrui Song[LoopLoadElimination] Remove legacy pass
2023-02-14 Alex Brachet[Driver] Allow test to use lld-link.exe not just lld...
2023-02-14 Fangrui Song[LoopDistribute] Remove legacy pass
2023-02-14 Vasileios PorpodasRecommit: [NFC][IR] Make Module::getGlobalList() private
2023-02-14 Igor Zhukov[libc++] `<algorithm>`: `ranges::minmax` should derefer...
2023-02-14 Sanjay Patel[InstSimplify] fix/improve folding with an SNaN operand
2023-02-14 Sanjay Patel[InstCombine] add test for loop-invariant fdiv; NFC
2023-02-14 Jakub Kuderski[mlir][spirv] Validate float type bitwidths
2023-02-14 Martin Storsjö[openmp] Fix building for mingw targets after import...
2023-02-14 Vasileios PorpodasRevert "[NFC][IR] Make Module::getGlobalList() private"
2023-02-14 Louis Dionne[runtimes] Remove duplicate imports of libcxx.test...
2023-02-14 Owen Pan[clang-format] Don't rewrite the input file if already...
2023-02-14 Vasileios Porpodas[NFC][IR] Make Module::getGlobalList() private
2023-02-14 Louis Dionne[runtimes] Rename newconfig.py to config.py -- it's...
2023-02-14 Raphael Isemann[lldb] Disable macro redefinition warnings in expressio...
2023-02-14 Brendon Cahoon[InstCombine] Increase limit for max copied from consta...
2023-02-14 Ye Luo[OpenMP] Recover non-blocking target nowait disabled...
2023-02-14 Jim InghamReport a useful error when someone passes an incorrect...
2023-02-14 Florian MayerRevert "llvm-reduce: Run instruction reduction last"
next