platform/upstream/llvm.git
2023-01-17 Arthur Eubanks[docs][NewPM] Clarify more status of legacy PM + optimi...
2023-01-17 James Y KnightExceptionHandling documentation tweaks.
2023-01-17 Paul Walker[NFC][Clang] Regenerate test output for SVE ACLE tests.
2023-01-17 Luo, Yuanke[X86] Don't fold select for vXi1 on X86 target.
2023-01-16 Mehdi AminiRevert "Revert "Refactor OperationName to use virtual...
2023-01-16 James Y KnightMove Personalities array from MachineModuleInfo to...
2023-01-16 James Y KnightFastISel: remove EH_LABEL skipping code.
2023-01-16 Mehdi AminiRevert "Refactor OperationName to use virtual tables...
2023-01-16 Martin Storsjö[clang] [MinGW] Avoid adding <base>/include and <base...
2023-01-16 Joe Loser[llvm][ADT] Replace uses of `makeMutableArrayRef` with...
2023-01-16 Mehdi AminiFix crash in Spirv -lower-host-to-llvm pass
2023-01-16 Mahesh Ravishankar[mlir][TilingInterface] Fix use after free error from...
2023-01-16 Slava Zakharin[mlir][llvmir] Fixed MDNode uniquing during TBAA transl...
2023-01-16 Hendrik Greving[mlir:LLVM] Fix minor bug, missing cconv translation
2023-01-16 Lei Huang[P10] Fix the implementation for BRH
2023-01-16 Ram-NK[LoopInterchange] Correcting the profitability check
2023-01-16 Alex Zinenko[mlir] accept values with result numbers in gpu.launch_func
2023-01-16 Joseph Huber[nvptx-arch] Dynamically load the CUDA runtime if not...
2023-01-16 Joseph Huber[amdgpu-arch] Dynamically load the HSA runtime if not...
2023-01-16 Kelvin Li[flang][NFC] Fix typo in Cray pointee error message
2023-01-16 David Green[AArch64] Add tests for forming abd from wrap flags...
2023-01-16 Simon PilgrimSilence signed/unsigned comparison warnings. NFC.
2023-01-16 Nikolas Klauser[libc++] Remove <type_traits> includes from <atomic...
2023-01-16 Mahesh Ravishankar[mlir][TilingInterface] Add an option to tile and fuse...
2023-01-16 Simon Pilgrim[Thumb2][MVE] Recognise shuffle truncation patterns...
2023-01-16 Sanjay Patel[InstCombine] canonicalize a signum (spaceship) that...
2023-01-16 Sanjay Patel[InstCombine] add tests for signum (spaceship) variant...
2023-01-16 Matt KulukundisFix format for `case` in .proto files
2023-01-16 serge-sans... [lld][COFF] Provide unwinding information for Chunk...
2023-01-16 Michael Buch[libcxx] Add missing includes
2023-01-16 David Green[AArch64] Move default extensions from clang Driver...
2023-01-16 Frank (Fang... [mlir][vector] Add scalable vectors support to OuterPro...
2023-01-16 Prabhdeep Singh... Revert "[mlir][vector] Add scalable vectors support...
2023-01-16 Mehdi AminiCheck for FunctionOpInterface when looking up a parent...
2023-01-16 Ivan Kosarev[AMDGPU][AsmParser][NFC] Refine defining single-bit...
2023-01-16 Felipe de Azevedo... Revert "[codegen] Store address of indirect arguments...
2023-01-16 Nikita Popov[Support] Fix incorrect assertion in backref compilation
2023-01-16 Nikita Popov[Support] Fix REDEBUG compilation
2023-01-16 Benjamin Maxwell[DebugInfo] Add CIE::getAugmentationData() and FDE...
2023-01-16 Matthias Springer[mlir][NFC] GreedyPatternRewriteDriver: Consistent...
2023-01-16 Matthias Springer[mlir][NFC] GreedyPatternRewriteDriver: Remove overridd...
2023-01-16 Mehdi AminiExplicitly more Error when returning it (NFC)
2023-01-16 Francesco Petrogalli[docs] Expand example on stand-alone builds.
2023-01-16 Freddy Ye[X86] Prefer fpext(splat(X)) to splat(fpext(x)).
2023-01-16 Luo, Yuanke[X86] Add more test case for folding select on vXi1
2023-01-16 Guillaume ChateletDeprecate MemIntrinsicBase::getDestAlignment() and...
2023-01-16 Felipe de Azevedo... [codegen] Store address of indirect arguments on the...
2023-01-16 Elena Lepilkina[llvm-objdump][RISCV] Use new common method to parse...
2023-01-16 Ed Maste[libc++] allow redefined macro in non_trivial_copy_move...
2023-01-16 Alexey LapshinThis patch allows llvm-dwarfutil to utilize accelerator...
2023-01-16 Sergei Barannikov[NFC] Use `llvm::enumerate` in llvm/unittests/Object
2023-01-16 Guillaume Chatelet[NFC] Remove dead code
2023-01-16 Guillaume ChateletDeprecate Argument::getParamAlignment()
2023-01-16 Florian Hahn[LoopUnroll] Don't update DT for changeToUnreachable.
2023-01-16 Haojian Wu[bazel] Another blank-line format fix for the utils...
2023-01-16 Sergey KachkovRevert "[GVN] Refactor handling of pointer-select in...
2023-01-16 Zain Jaffal[AArch64] Add tests for dotreduce to check for wider...
2023-01-16 Max Kazantsev[JumpThreading] Preserve profile metadata during select...
2023-01-16 Haojian Wu[bazel] Fix the format of utils/bazel/configure.bzl...
2023-01-16 Kerry McLaughlin[AArch64][SME] Add an instruction mapping for SME pseudos
2023-01-16 Jolanta Jensen[NFC] Fixed a typo in clang help docs
2023-01-16 Sven van Haastregt[OpenCL] Allow undefining header-only features
2023-01-16 Utkarsh SaxenaAdd test for an invalid requirement in requires expr.
2023-01-16 Nikita Popov[Clang] Convert test to opaque pointers (NFC)
2023-01-16 Sergey Kachkov[GVN] Refactor handling of pointer-select in GVN pass
2023-01-16 Markus Böck[mlir][NFC] Set `useFoldAPI` to `kEmitRawAttributesFold...
2023-01-16 David Green[AArch64] Sink to umull if we know tops bits are zero.
2023-01-16 Florian Hahn[VPlan] Use VPDef prefix for VPDef IDs instead of VPRec...
2023-01-16 Max Kazantsev[SCEV][NFC] Make computeExitLimitFromCond public
2023-01-16 Matt Devereau[AArch64][InstCombine] Simplify repeated complex patter...
2023-01-16 Benjamin KramerPartially revert 931d04be2fc8
2023-01-16 Timm Bäder[clang][Interp][NFC] Use range for loop
2023-01-16 David Spickett[LLDB] Fix help text for "platform settings"
2023-01-16 Nikita Popov[WebAssembly] Convert test to opaque pointers (NFC)
2023-01-16 Nikita Popov[WebAssembly] Remove redundant opaque pointers test...
2023-01-16 Nikita Popov[LoongArch] Convert tests to opaque pointers (NFC)
2023-01-16 Haojian Wu[include-cleaner] FindHeaders respects IWYU export...
2023-01-16 Chuanqi XuAdd Release Notes and Doc for -fmodule-output
2023-01-16 Yingchi LongRevert "[C2x] reject type definitions in offsetof"
2023-01-16 Valentin Clement[flang] Switch spread first argument lowering from...
2023-01-16 Valentin Clement[flang] Update createTempMutableBox to support polymorp...
2023-01-16 Jean Perier[flang][NFC] centralize FreeMemOp generation in Intrins...
2023-01-16 Lorenzo Chelini[MLIR] Fix tiling for `tensor.unpack` with outer permut...
2023-01-16 Saagar Jha[lldb] Fix comments referring to BCR_M_IMVA_MATCH
2023-01-16 Pierre van... [AMDGPU] Regenerate extend-phi-subrange-not-in-parent.mir
2023-01-16 Craig Topper[RISCV] Invert an if statement in lowerSELECT to reduce...
2023-01-16 Chuanqi Xu[NFC] [Modules] Add test from PR60036
2023-01-16 Lang Hames[ORC-RT] Fix a typo in file header.
2023-01-16 Chuanqi Xu[Driver] [C++20] [Modules] Don't emit unused-argument...
2023-01-16 Chuanqi Xu[Driver] [C++20] [Modules] Support -fmodule-output...
2023-01-16 Chuanqi Xu[NFC] Only run clang/test/Driver/module-output.cppm...
2023-01-16 Mahesh Ravishankar[mlir][TilingInterface] NFC: Separate out a utility...
2023-01-16 Mahesh Ravishankar[mlir][TilingInterface] NFC: Consolidate yield handling.
2023-01-16 Mahesh Ravishankar[mlir] Add a method to `RewriteBase` to replace a ...
2023-01-16 wangpc[RISCV] Generate march string from target features
2023-01-16 Chuanqi Xu[NFC] Require tests to skip on windows to avoid handlin...
2023-01-16 Craig Topper[InstCombine] Remove dead code from foldICmpShlOne...
2023-01-16 Chuanqi Xu[Driver] [Modules] Support -fmodule-output (1/2)
2023-01-16 Amaury Séchet[DAG] Recombine (binop (shift x y))
2023-01-16 Freddy Ye[X86] Add AVX512FP16 test coverage to splat(fpext)...
next