platform/upstream/llvm.git
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...
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)
next