platform/upstream/llvm.git
2022-08-26 Pavel SamolysovRevert "[Pipelines] Introduce DAE after ArgumentPromotion"
2022-08-26 Nicolas Vasilache[mlir][Vector] Support 0-D vectors in TransposeOp
2022-08-26 Simon Pilgrim[CostModel][X86] getTypeBasedIntrinsicInstrCost - adjus...
2022-08-26 Paul Walker[SVE] Lower fixed-length floating point loads and store...
2022-08-26 Daniil Dudkin[flang] Remove obsolete TODO
2022-08-26 Florian Hahn[LAA] Rename printing pass to print<access-info>.
2022-08-26 Matthias GehreRevert "[SelectionDAG] Emit calls to __divei4 and frien...
2022-08-26 WANG Xuerui[LoongArch] Port over minimal applyFixup from RISCV
2022-08-26 Alex Richardson[ARM] Use getSymbolPreferLocal() in GetARMGVSymbol
2022-08-26 Alex RichardsonMark the $local function begin symbol as a function
2022-08-26 Michael Buch[lldb][Test] Add missing breakpoint in TestNamespaceLoo...
2022-08-26 Michael Buch[lldb][ClangExpression] Fix LLDB_LOG incorrect format...
2022-08-26 Nicolai HähnleRevert "ManagedStatic: remove from DebugCounter"
2022-08-26 Utkarsh SaxenaPotentiallyEvaluatedContext in a ImmediateFunctionContext.
2022-08-26 Dmitry Makogon[SimplifyCFG] Don't widen cond br if false branch has...
2022-08-26 Alexander Potapenko[compiler-rt][hwasan] Support for Intel LAM v6 API
2022-08-26 Ilya Biryukov[clang] NFC. Small tweak to release notes
2022-08-26 Luke Nihlen[clang] Add cxx scope if needed for requires clause.
2022-08-26 Nicolai HähnleManagedStatic: remove from DebugCounter
2022-08-26 Adrian Kuegel[mlir][Bazel] Fix wrong dependency to //llvm:Support
2022-08-26 Adrian Kuegel[mlir][Bazel] Fix bazel build.
2022-08-26 Sheng[NFC][M68k][test] Fix incorrect use of `getelementptr`
2022-08-26 Yunze Zhu[RISCV] Generate correct ELF abi flag when empty .ll...
2022-08-26 LiaoChunyu[RISCV] : Add support for simm10_lsb0000nonzero operand.
2022-08-26 Chuanqi Xu[Coroutines] Store the index for final suspend point...
2022-08-26 owenca[clang-format][NFC] Call eof() and isEOF() in Unwrapped...
2022-08-26 WANG Xuerui[Object] Support LoongArch in RelocationResolver
2022-08-26 gonglingqin[LoongArch] Support register-register-addressed FPR...
2022-08-26 Slava Zakharin[mlir][math] Added math::IPowI conversion to calls...
2022-08-26 Joe Loser[libc++][test] Use TEST_HAS_NO_CHAR8_T to simplify...
2022-08-26 Joe Loser[ADT] Make `llvm::identity` a transparent function...
2022-08-26 jacquesguan[RISCV][NFC] Use common prefix to simplify test.
2022-08-26 Fangrui Song[Driver][test] Replace legacy -target with --target=
2022-08-26 Adrian Vogelsgesang[lldb][test] Fix nullptr test expctation for 32-bit...
2022-08-26 Alexander Yermolovich[BOLT][DWARF] Fix updating CU that has no entry in...
2022-08-25 Chris Bieneman[HLSL] Add abs library function
2022-08-25 Peter Klausler[flang] Fold DOT_PRODUCT()
2022-08-25 Jonas Devlieghere[lldb] Computer the slide when and apply it to each...
2022-08-25 Hsiangkai Wang[AArch64] Filter out invalid code model in frontend.
2022-08-25 Peter Klausler[flang] Allow NULL() actual argument for procedure...
2022-08-25 Valery N Dmitriev[SLP][NFC] Add a coverage test for horizontal reductions.
2022-08-25 Peter Klausler[flang] Fix module file issue with renamed shadowed...
2022-08-25 Peter Klausler[flang] Make C_F_POINTER a generic interface
2022-08-25 LLVM GN Syncbot[gn build] Port 48506fbbbf27
2022-08-25 Jonas Devlieghere[lldb] Teach LLDB about Mach-O filesets
2022-08-25 Peter Klausler[flang] Allow non-definable actual arguments to volatil...
2022-08-25 Peter Klausler[flang] Emit missing IMPORTs in module file interfaces
2022-08-25 Peter Klausler[flang] Accept unambiguous USE name clashes
2022-08-25 Peter Klausler[flang] Allow a construct entity as a concurrent-header...
2022-08-25 Peter Klausler[flang] Add nested scoping to label distinctness checking
2022-08-25 Roy Jacobson[Clang] Implement P0848 (Conditionally Trivial Special...
2022-08-25 Greg ClaytonDon't index the skeleton CU when we have a fission...
2022-08-25 Louis Dionne[libc++] Allow specifying conditional compile flags...
2022-08-25 Peter Klausler[flang][runtime] Fix MINVAL([CHARACTER(2)::])
2022-08-25 Philip Reames[LAA] Prune dependencies with distance large than acces...
2022-08-25 Adhemerval... [MC][ELF] Mark GNU ABI if ifunc are used
2022-08-25 Jeff Niu[mlir][LLVMIR] Fix oneToOneRewrite for zero-result ops
2022-08-25 Jakub Kuderski[mlir] Add convenience builder for arith.addui_carry
2022-08-25 Jakub Kuderski[mlir][spirv] Add convenience builders for AddICarry...
2022-08-25 Sanjay Patel[ValueTracking][InstCombine] restrict FP min/max matchi...
2022-08-25 Rajas VanjapeRemove TODO related to adding assert from Sparse Tensor...
2022-08-25 Nikolas Klauser[libc++][NFC] Remove tab in filebuf/traits_mismatch...
2022-08-25 Florian Hahn[LAA] Cache PSE.getSE() in variable (NFC).
2022-08-25 Akira Hatanaka[compiler-rt][builtins] Revert all the recent changes...
2022-08-25 Nikolas Klauser[libc++][NFC] Remove mentions of warn_unused_result
2022-08-25 Nikolas Klauser[libc++] Consolidate the different [[nodiscard]] config...
2022-08-25 Florian Hahn[LV] Add additional test coverage for SCEVexp and LCSSA...
2022-08-25 Akira Hatanaka[compiler-rt][builtins] Check whether the flags are...
2022-08-25 Craig Topper[RISCV][M68k] Replace fixed size BitVector with std...
2022-08-25 Sanjay Patel[InstCombine] add test for fcmp+select miscompile; NFC
2022-08-25 Daniil Dudkin[flang] Introduce `AbstractResultOnGlobalOpt` pass
2022-08-25 Nikolas Klauser[libc++][NFC] Enable modernize-use-override
2022-08-25 Siva Chandra... [libc] Implement linux link, linkat, symlink, symlinkat...
2022-08-25 Akira Hatanaka[compiler-rt][builtins] Check whether -Wformat-security...
2022-08-25 Mahesh Ravishankar[mlir][Linalg] Fix out of bounds access while handling...
2022-08-25 Craig Topper[RISCV] Teach combineDeMorganOfBoolean to handle (and...
2022-08-25 Markus Böck[mlir][NFC] Fix compilation error downstream when ...
2022-08-25 Nicolai HähnleRevert "ManagedStatic: remove from DebugCounter"
2022-08-25 Maryam MoghadasRevert "[PowerPC] Remove extra swap for extract+vperm...
2022-08-25 Nicolai Hähnle[Timer][Statistics] Make global constructor ordering...
2022-08-25 Nicolai HähnleManagedStatic: remove from DebugCounter
2022-08-25 Markus Böck[mlir][ODS] Automatically create `result_segment_sizes...
2022-08-25 Stephen Long[MC] Omit fill value if it's zero when emitting code...
2022-08-25 Peiming Liu[mlir][sparse] Folding operations that try to insert...
2022-08-25 Philip Reames[RISCV] Add empirical costs for integer min/max and...
2022-08-25 Chris Bieneman[HLSL] Initial codegen for SV_GroupIndex
2022-08-25 Gabriel Ravier[flang] Fixed a number of typos
2022-08-25 Philip Reames[RISCV][CostModel] Correct typo in saturating intrinsic...
2022-08-25 Philip Reames[RISCV][CostModel] Add test coverage for all the vector...
2022-08-25 Craig Topper[RISCV] Apply DeMorgan's law to (and/or (xor X, 1)...
2022-08-25 Simon Pilgrim[CostModel][X86] Support cost kind specific look up...
2022-08-25 Michael Buch[debuginfo-tests] Un-XFAIL no passing unused-merged...
2022-08-25 Daniel Bertalan[lld-macho] Move adding bindings for stub targets out...
2022-08-25 Sanjay Patel[InstCombine] restore test for mul+add transform with...
2022-08-25 Jon Chesterfield[openmp][amdgpu] Implement target_alloc_host as fine...
2022-08-25 John EricsonRevert "[CMake] Avoid `LLVM_BINARY_DIR` when other...
2022-08-25 Jakub Kuderski[mlir] Add arith.addui_carry conversion to LLVM
2022-08-25 Nicolai HähnleManagedStatic: remove from DynamicLibrary
2022-08-25 Jakub Kuderski[mlir] Clean up ArithToLLVM. NFC.
2022-08-25 David Majnemer[clang-cl] /kernel should toggle bit 30 in @feat.00
next