platform/upstream/llvm.git
2022-09-19 Aaron BallmanFix a typo in the release notes; NFC
2022-09-19 Nicolas Vasilache[mlir][Transform] Add a new navigation op to retrieve...
2022-09-19 Nicolas Vasilache[mlir][Linalg] NFC - Cleanup internal transform APIs...
2022-09-19 Max Kazantsev[LoopRotate] Drop loop dispositions when rotating loops...
2022-09-19 Nuno LopesIntroduce -enable-global-analyses to allow users to...
2022-09-19 LLVM GN Syncbot[gn build] Port 1146d40d9ab2
2022-09-19 Simon Pilgrim[UnitTests] Add ShuffleVectorInst unit test coverage...
2022-09-19 Lorenzo Chelini[MLIR][Linalg] introduce batch-reduce GEMM
2022-09-19 Max Kazantsev[LoopFuse] Drop loop dispositions before reassigning...
2022-09-19 Max Kazantsev[SCEV] Verify contents of loop disposition cache
2022-09-19 David Green[AArch64] Use fast-math-flags in isAssociativeAndCommut...
2022-09-19 Lorenzo CheliniRevert "[MLIR][Linalg] introduce batch-reduce GEMM"
2022-09-19 lorenzo chelini[MLIR][Linalg] introduce batch-reduce GEMM
2022-09-19 Simon Pilgrim[LoopVectorize] Regenerate runtime-check.ll
2022-09-19 Simon Pilgrim[LoopVectorize][X86] Use quotes around the pass list...
2022-09-19 Nuno Lopes[LangRef] Change masked-off lanes from undef to poison...
2022-09-19 Valentin Clement[flang][NFC] Remove not polymorphic from assumed type
2022-09-19 Max Kazantsev[SCEV][NFC] Remove unused parameter from forgetLoopDisp...
2022-09-19 Fangrui Song[TableGen] Optimize APInt |= with setBit. NFC
2022-09-19 Zi Xuan Wu... [llvm-tblgen] CodeGenSchedModels::hasReadOfWrite gets...
2022-09-19 LiaoChunyu[RISCV]Preserve (and X, 0xffff) in targetShrinkDemanded...
2022-09-19 Kazu Hirata[mlir] Don't include StringSwitch.h (NFC)
2022-09-19 Mingming Liu[NFC][SimplifyCFG]Precommit test case to show inner...
2022-09-19 Christian Sigg[MLIR] NFC: improve comment about MLIR_CMAKE_DIR.
2022-09-19 Kazu Hirata[clang] Don't include StringSwitch.h (NFC)
2022-09-19 Kazu Hirata[llvm] Deprecate llvm::empty (NFC)
2022-09-19 bixia1[mlir][sparse] Add push_back op to support code generation.
2022-09-19 Weining Lu[Clang][LoongArch] Implement ABI lowering
2022-09-19 Chuanqi Xu[C++] [Modules] Generate the initializer for modules...
2022-09-19 jacquesguan[mlir][Math] Add constant folder for ErfOp.
2022-09-19 Kazu Hirata[llvm] Use has_value instead of hasValue (NFC)
2022-09-19 wanglian[CUDA][NFC] Rename 'addDeviceDepences' to 'addDeviceDep...
2022-09-19 Chuanqi Xu[NFC] Move the position of CodeGen/module-initializer...
2022-09-19 LiaoChunyu[RISCV][NFC]Remove outdated comment from targetShrinkDe...
2022-09-19 Kazu HirataUse std::make_unsigned_t (NFC)
2022-09-19 Emilia Dreamer[clang-format] Disallow requires clauses to become...
2022-09-19 Emilia Dreamer[clang-format] Disallow trailing return arrows to be...
2022-09-19 Lang Hames[ORC][ORC-RT] Make WrapperFunctionCall::Create support...
2022-09-19 Kazu Hirata[X86] Fix the LEA optimization pass
2022-09-19 Kazu Hirata[mlir] Use empty (NFC)
2022-09-19 Yaxun (Sam... [SimplifyCFG] accumulate bonus insts cost
2022-09-18 Carl Ritson[AMDGPU] Fix isSGPRReg for special registers
2022-09-18 Kazu Hirata[BOLT] Remove duplicate types (NFC)
2022-09-18 Xiang Li[HLSL] [clang] Add vector version of abs for HLSL
2022-09-18 Kazu Hirata[ModuleInliner] Capitalize a variable name (NFC)
2022-09-18 Kazu Hirata[ModuleInliner] Remove unused using declarations (NFC)
2022-09-18 Kazu Hirata[ModuleInliner] Move getInlineCostWrapper to an anonymo...
2022-09-18 Shafik Yaghmour[Clang] Fix compat diagnostic to detect a nontype templ...
2022-09-18 Sanjay Patel[InstCombine] remove multi-use add demanded constant...
2022-09-18 Kazu Hirata[llvm] Use x.empty() instead of llvm::empty(x) (NFC)
2022-09-18 owenca[clang-format] Skip token annotation in passes that...
2022-09-18 Kazu Hirata[flang] Use x.empty() instead of llvm::empty(x) (NFC)
2022-09-18 Kazu Hirata[clang] Use x.empty() instead of llvm::empty(x) (NFC)
2022-09-18 Kazu Hirata[BOLT] Use x.empty() instead of llvm::empty(x) (NFC)
2022-09-18 Kazu Hirata[mlir] Use x.empty() instead of llvm::empty(x) (NFC)
2022-09-18 Kazu HirataUse std::decay_t (NFC)
2022-09-18 Kazu HirataUse std::conditional_t (NFC)
2022-09-18 Kazu Hirata[ADT] Use std::common_type_t (NFC)
2022-09-18 Marc Auberer[InstCombine] Fix bug when folding x + (x | -x) to...
2022-09-18 Sanjay Patel[InstCombine] fold full-shift of sdiv to icmp+extend
2022-09-18 Sanjay Patel[InstCombine] add tests for full-right-shift of sdiv...
2022-09-18 Aaron PuchertMake sure libLLVM users link with libatomic if needed
2022-09-18 Kazu Hirata[ModuleInliner] Remove InlineOrder::front (NFC)
2022-09-18 Phoebe Wang[Clang][NFC] update predicate and reduce redundant...
2022-09-18 Simon Pilgrim[DAG] MatchRotate - reuse existing LHSShiftArg/RHSShift...
2022-09-18 Jun Zhang[Docs] Add a link that refers to C++ standard modules...
2022-09-18 Phoebe Wang[Clang][NFC] update obsolete check predicate
2022-09-18 Nikolas Klauser[libc++] Avoid including <tuple> in compressed_pair.h
2022-09-18 Chuanqi Xu[Modules] Don't judge if we're compiling a module unit...
2022-09-18 Benjamin KramerSilence unused variable warning in release builds. NFC
2022-09-18 Shivam Gupta[NFC] Typo fix in ARCMTActions.h
2022-09-18 Kazu Hirata[Transforms] Merge function attributes within InlineFun...
2022-09-18 Kazu Hirata[Analysis] Introduce isSoleCallToLocalFunction (NFC)
2022-09-18 Yaxun (Sam... [SimplifyCFG] add a test for branch folding multiple BB
2022-09-18 Kai Nacke[GISel] Fix match tree emitter.
2022-09-17 Kazu Hirata[ModuleInliner] Set Changed earlier (NFC)
2022-09-17 isuckatcs[analyzer] Cleanup some artifacts from non-POD array...
2022-09-17 Kazu Hirata[mlir] Don't include SetVector.h (NFC)
2022-09-17 Kazu Hirata[lld] Don't include SetVector.h (NFC)
2022-09-17 Kazu Hirata[clang] Don't include SetVector.h (NFC)
2022-09-17 LLVM GN Syncbot[gn build] Port e5e3dccd0741
2022-09-17 Aiden Grossman[mlgo] Add in-development instruction based features...
2022-09-17 Kazu Hirata[llvm] Don't including SetVector.h (NFC)
2022-09-17 Fangrui Song[Support] Rename llvm::compression::{zlib,zstd}::uncomp...
2022-09-17 Kazu Hirata[ModuleInliner] Don't include SetVector.h (NFC)
2022-09-17 Kazu Hirata[ModuleInliner] Remove unnecessary #includes (NFC)
2022-09-17 Kazu Hirata[ModuleInliner] Move UseInlinePriority to InlineOrder...
2022-09-17 Sander de Smalen[AArch64][SME] Add intrinsics for enabling/disabling ZA.
2022-09-17 Sander de Smalen[AArch64][SME] Disable tail-call optimization when...
2022-09-17 Nikolas Klauser[libc++][NFC] Inline the string constructors
2022-09-17 Evgeny Shulgin[Clang] Support label at end of compound statement
2022-09-17 Dmitry Polukhin[clang][C++20] Fix clang/clangd assert/crash after...
2022-09-17 Florian Hahn[ConstraintElimination] Fix crash when combining results.
2022-09-17 Shivam Gupta[NFC] Fix a comment in InitializePasses.h
2022-09-17 Aaron BallmanAdd code examples to the potentially breaking changes
2022-09-17 Nikolas Klauser[libc++] Add test to ensure that type trait aliases...
2022-09-17 Aaron BallmanFix release note formatting and style; NFC
2022-09-17 Aaron BallmanFix this test to be more robust
2022-09-17 Aaron BallmanCorrectly diagnose use of long long literals w/o a...
2022-09-17 Christian Sigg[Bazel] Allow lit_test() macro to be used from other...
next