summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21Using `memcpy` for bit patternusers/easyonaadit/amdgpu/wave-reduce-intrinsics-float-add-subAaditya
2025-11-20[AMDGPU] Add wave reduce intrinsics for float types - 2Aaditya
2025-11-20[MLIR][LLVM] Extend DIScopeForLLVMFuncOp to handle cross-file operatio… (#1...Zichen Lu
2025-11-20[X86] BuiltinsX86.td - attempt to pack the builtins for each SSE level close ...Simon Pilgrim
2025-11-20Revert "[mlir][Pass] Fix crash when applying a pass to an optional interface"...Matthias Springer
2025-11-20[LV] Allow partial reductions with an extended bin op (#165536)Sam Tebbs
2025-11-20[DebugInfo] Force early line-zero calls to have meaningful locations (#156850)Jeremy Morse
2025-11-20Revert "[AMDGPU] Add wave reduce intrinsics for float types - 2 (#161… (#16...Aaditya
2025-11-20[mlir][Pass] Fix crash when applying a pass to an optional interface (#168499)Matthias Springer
2025-11-20[AllocToken] Enable alloc token instrumentation for size-returning functions ...Aleksandr Nogikh
2025-11-20[NFC][flang] Replace use of flang -fc1 with %flang_fc1 in few test case (#168...Kiran Kumar T P
2025-11-20CodeGen: Add missing subtarget to TargetLoweringBase constructor for ARC, CSK...Jim Lin
2025-11-20[X86] EltsFromConsecutiveLoads - recognise reverse load patterns. (#168706)Simon Pilgrim
2025-11-20[WebAssembly] Lower ANY_EXTEND_VECTOR_INREG (#167529)Sam Parker
2025-11-20[AMDGPU] Add wave reduce intrinsics for float types - 2 (#161815)Aaditya
2025-11-20[AMDGPU] Add wave reduce intrinsics for float types - 1 (#161814)Aaditya
2025-11-20[RISCV][llvm] Select splat_vector(constant) with PLI (#168204)Brandon Wu
2025-11-20[CodeGen] update code generation optimization level(nfc) (#168190)zhangtianhao6
2025-11-19[CFIInserter] Turn a reachable llvm_unreachable into a report_fatal_error. (#...Craig Topper
2025-11-20DAG: Fix constructing a temporary TargetTransformInfo instance (#168480)Matt Arsenault
2025-11-20[NFC] Reduce the size of test input in incompatible_dwarf_version.test (#168825)Jinjie Huang
2025-11-20[mlir] Make remove-dead-values remove block and successorOperands before dele...lonely eagle
2025-11-19[clang][deps] Add module map describing compiled module to file dependencies....Volodymyr Sapsai
2025-11-20AMDGPU: Autogenerate checks in a test (#168815)Nicolai Hähnle
2025-11-20[clang][bytecode] Implement case ranges (#168418)marius doerner
2025-11-20[RISCV] Only reduce VLs of instructions with demanded VLs (#168693)Luke Lau
2025-11-20[libc++][memory] Applied `[[nodiscard]]` to smart pointers (#168483)Hristo Hristov
2025-11-19[bazel] Fix #165009 (#168804)Pranav Kant
2025-11-20[llvm-dwp] Give more information when incompatible version found (#168511)Jinjie Huang
2025-11-19Better fix for the stack_container_dynamic_lib test (#168798)Paddy McDonald
2025-11-19Re-land [Transform][LoadStoreVectorizer] allow redundant in Chain (#168135)Gang Chen
2025-11-19[ClangLinkerWrapper] Refactor target ID sanitization for Windows file… (#16...Yaxun (Sam) Liu
2025-11-19[tosa] : Relax dynamic dimension checks for batch for conv decompositions (#1...Sayan Saha
2025-11-19[SLP]Fix insertion point for setting for the nodesAlexey Bataev
2025-11-19[Arm64EC][clang] Implement varargs support in clang. (#152411)Eli Friedman
2025-11-20RenameIndependentSubregs: try to only implicit def used subregs (#167486)Carl Ritson
2025-11-19[AMDGPU] Fixed crash in getLastMIForRegion when the region is empty. (#168653)Dhruva Chakrabarti
2025-11-19[MLIR][Vector] Add unroll pattern for vector.shape_cast (#167738)Nishant Patel
2025-11-19[MLIR][Conversion] XeGPU to XeVM: Use adaptor for getting base address from m...Sang Ik Lee
2025-11-19[CIR][NFC] Fix warnings in release builds (#168791)Andy Kaylor
2025-11-19Disable test under GCC (#168792)Paddy McDonald
2025-11-19[clang][deps] Enable calling `DepScanFile::getBuffer()` repeatedly (#168789)Jan Svoboda
2025-11-19[CIR] Upstream CIR codegen for `lzcnt` and `tzcnt` x86 builtins (#168479)Haocong Lu
2025-11-19[AMDGPU] Prioritize allocation of low 256 VGPR classes (#167978)Stanislav Mekhanoshin
2025-11-19[CIR] Add CxxCTorAttr, CxxDTorAttr, CxxAssignAttr, CxxSpecialMemberAttr to ci...Hendrik Hübner
2025-11-19[CIR] Upstream isfpclass op (#166037)Jasmine Tang
2025-11-20[clang-tidy] Add `IgnoredFilesList` option to `readability-duplicate-include`...mitchell
2025-11-19[ConstantFolding] Add constant folding for scalable vector interleave intrins...Craig Topper
2025-11-19[clang][DebugInfo] Mark _BitInt's as reconstitutable when emitting -gsimple-t...Michael Buch
2025-11-19[OpenACC] Make sure 'link' gets the right node in the AST with ASEerichkeane