summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-08[flang][cuda] Do not produce data transfer in offloaded do concurrent (#147435)users/david-salinas/fix_offload_compressionValentin Clement (バレンタイン クレメン)
2025-07-08[clang-tidy][NFC] Prefer `constexpr llvm::StringLiteral` over `const char *` ...Victor Chernyakin
2025-07-08[flang] Fix optimization of array assignments after #146408 (#147371)Leandro Lupori
2025-07-08[Clang] [Docs] Add release notes for #143514 and #143520 (#147562)Sirraide
2025-07-08[Flang][OpenMP][MLIR] Fix regression by #146653 by adding address space cast ...agozillon
2025-07-08[AArch64] Expand UADDLV patterns to handle two-step i8->i16->i32 extends (#14...Igor Kirillov
2025-07-08[Flang][OpenMP] Fix crash when block.end() is missed (#147519)Jack Styles
2025-07-08[PowerPC][clang] Fix triple constructor ambiguity causing "unknown" target tr...Tony Varghese
2025-07-08[NFC][SPIRV] Fix test after spirv-val update (#147523)Victor Lomuller
2025-07-08[X86] Add test coverage for #143456Simon Pilgrim
2025-07-09LoongArch: Add test for sincos intrinsic (#147471)Matt Arsenault
2025-07-08[HLSL][RootSignature] Correct `RootSignatureParser` to use correct `SourceLoc...Finn Plummer
2025-07-08[NFC] [MSAN] disambiguate insertShadowCheck (#146616)Florian Mayer
2025-07-09DAG: Fall back to separate sin and cos when softening sincos (#147468)Matt Arsenault
2025-07-09WebAssembly: Add test for sincos intrinsic (#147467)Matt Arsenault
2025-07-08MC: Store MCRelaxableFragment MCInst out-of-lineFangrui Song
2025-07-08[Hexagon] Handle Call Operand vxi1 in Hexagon without HVX Enabled (#136546)pkarveti
2025-07-08[RISCV] Add coverage for optimizations in deinterleave load loweringPhilip Reames
2025-07-08[Clang][NFC] Add alias target for amdgpu-arch-tool and nvptx-arch-tool (#147558)Joseph Huber
2025-07-08[AMDGPU][Clang] Support bfloat16 arithmetic. (#147541)Ivan Kosarev
2025-07-08[test] Fix `coro-split-dbg-labels.ll` for non-x86 (#147087)Adrian Vogelsgesang
2025-07-08MC: Centralize X86 PC-relative fixup adjustment in MCAssemblerFangrui Song
2025-07-09[libc] Simplify the version guard for mpfr. (#146354)Connector Switch
2025-07-08[NVPTX][Tests-only] Update TMA intrinsic tests (#147364)Durgadoss R
2025-07-08[NFC][AMDGPU] Add missing test cases for gfx1250 (#147521)Shilei Tian
2025-07-08[LLVM][AArch64] Relax SVE codegen predicates for sm4 instructions (#147524)Elvina Yakubova
2025-07-08[RISCV] Correct immediate operand type in QC_MVLTUI ISel pattern (#147509)Sudharsan Veeravalli
2025-07-08[llvm] fix missing and incorrect LLVM_ABI annotations (#147399)Andrew Rogers
2025-07-09Utils: Add pass to declare runtime libcalls (#147534)Matt Arsenault
2025-07-08[llvm] annotate interfaces in llvm-c for DLL export (#141701)Andrew Rogers
2025-07-08[DAG] Fold insert_subvector (splat X), (splat X), N2 - > splat X (#147380)Philip Reames
2025-07-08[llvm] annotate ABIBreakingChecks symbols for DLL export (#145575)Andrew Rogers
2025-07-08[llvm] add ProfileData to yaml2obj and obj2yaml LLVM_LINK_COMPONENTS (#147344)Andrew Rogers
2025-07-08[lllvm] add Passes to LLVM_LINK_COMPONENTS for LLVMMCATests (#145617)Andrew Rogers
2025-07-08[Clang] Do not mark ambiguous specialization invalid. (#147275)Corentin Jabot
2025-07-08[Clang] Fix crash on `void{}` (#147514)Corentin Jabot
2025-07-08[CIR] Implement CXXScalarValueInitExpr for ComplexType (#147143)Amr Hesham
2025-07-08[libc++] Fix std::make_exception_ptr interaction with ObjC (#135386)itrofimow
2025-07-08Reland: [OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#147532)Robert Imschweiler
2025-07-08[TableGen] Remove RegUnitIterator. NFC. (#147483)Jay Foad
2025-07-08[clang][bytecode] Fix __builtin_is_within_lifetime in initializers (#147480)Timm Baeder
2025-07-08[clang][bytecode] Don't crash on erroneous switch conditions (#147533)Timm Baeder
2025-07-08[DAG] Add generic expansion for ISD::FCANONICALIZE nodes (#142105)Dominik Steenken
2025-07-08AMDGPU: Fix atomic expand tests accidentally underaligning (#147299)Matt Arsenault
2025-07-08[llvm-cov] Add FileID to MCDC records of the json code coverage export (#145236)Roman Beliaev
2025-07-08[mlir][spirv] Reject coop matrix operands on unsupported arithmetic ops (#147...Darren Wihandi
2025-07-08[mlir][vector] Add foldInsertUseChain folder function to insert op (#147045)lonely eagle
2025-07-08[SCEV] Improve code using DenseMap::lookup (NFC) (#147507)Ramkumar Ramachandra
2025-07-08[gn build] Port f9999184dddeLLVM GN Syncbot
2025-07-08[lldb][test] Move std::queue from libcxx to generic directory (#147529)Michael Buch