platform/upstream/llvm.git
2022-09-19 zhijianFixed llvm-nm.rst:145:Block quote ends without a blank...
2022-09-19 Lei Zhang[mlir][tensor] Fold round-tripping extract/insert slice ops
2022-09-19 Mathieu Fehr[mlir] Add Dynamic Dialects
2022-09-19 Michał Górny[clang] Make config-related options CoreOptions
2022-09-19 Sebastian Peryt[NFC][1/n] Remove -enable-new-pm=0 flags from lit tests
2022-09-19 Felipe de Azevedo... [lldb] Reset breakpoint hit count before new runs
2022-09-19 mydeveloperday[clang-format] JSON formatting add new option for contr...
2022-09-19 Keith Smiley[ORC] Fix macho section name typo
2022-09-19 Rahul JoshiBEGIN_PUBLIC
2022-09-19 Krzysztof Parzyszek[Hexagon] Rework SplitHvxPairOp to be a general vector...
2022-09-19 Simon Pilgrim[CostModel][X86] Add CostKinds handling for CTLZ_ZERO_U...
2022-09-19 Xiang Li[clang] Allow vector of BitInt
2022-09-19 zhijianfixed a compiler error as description in
2022-09-19 Florian Hahn[LV] Move new epilog-vectorization-widen-inductions...
2022-09-19 Florian Hahn[LV] Add tests for epilogue vectorization with widened...
2022-09-19 Krzysztof Parzyszek[Hexagon] Use proper output chain when widening HVX...
2022-09-19 Mingming Liu[NFC] Use opaqueptr in llvm/test/Transforms/SimplifyCFG...
2022-09-19 zhijianfixed a compiler error as description in
2022-09-19 Katherine Rasmussen[flang] Write semantics test for atomic_and
2022-09-19 Simon Pilgrim[CostModel][X86] Add CostKinds handling for vector...
2022-09-19 spupyrev[BOLT] Unifying implementations of ext-tsp
2022-09-19 zhijian[AIX] llvm-nm support environment "OBJECT_MODE" for...
2022-09-19 Tue Ly[libc][Obvious] Fix exp10f spec.
2022-09-19 Louis Dionne[libc++] Always query the compiler to find whether...
2022-09-19 Simon PilgrimFix MSVC warning "all return expressions must deduce...
2022-09-19 Sam McCall[clangd] Allow programmatically disabling rename of...
2022-09-19 Simon Pilgrim[CostModel][X86] Add CostKinds handling for cttz
2022-09-19 zhijian[AIX] llvm-readobj support a new option --exception...
2022-09-19 Sam McCall[clangd] Improve inlay hints of things expanded from...
2022-09-19 Benjamin Kramer[bazel] Port 233de4e808b3
2022-09-19 Guray Ozen[mlir] Add map_nested_foreach_thread_to_gpu_threads...
2022-09-19 Tue Ly[libc][Obvious] Remove constexpr qualifier from Exp10Ba...
2022-09-19 Tue Ly[libc][math] Implement exp10f function correctly rounde...
2022-09-19 Tue Ly[libc][Obvious] Remove constexpr qualifier from ExpBase...
2022-09-19 Nikita Popov[SCEV] Don't verify dispositions of invalid loops
2022-09-19 Simon Pilgrim[CostModel][X86] Add CTLZ_ZERO_UNDEF/CTTZ_ZERO_UNDEF...
2022-09-19 Nikita PopovRevert "[SimplifyCFG] accumulate bonus insts cost"
2022-09-19 Tue Ly[libc][math] Improve tanhf performance.
2022-09-19 Simon Pilgrim[SLP][X86] Add AVX512 test coverage to CTLZ/CTTZ tests
2022-09-19 Aaron BallmanAdd additional test coverage for C2x N2508
2022-09-19 Simon Pilgrim[DAG] SimplifyDemandedVectorElts - add MULHS/MULHU...
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...
next