summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-26Revert "[flang][cuda] Handle floats in atomiccas (#128970)"revert-128970-cuf_atomiccas_floatValentin Clement (バレンタイン クレメン)
2025-02-26[flang][cuda] Handle floats in atomiccas (#128970)Valentin Clement (バレンタイン クレメン)
2025-02-26[RISCV] Add Xqccmp 0.1 Assembly Support (#128731)Sam Elliott
2025-02-26[ctxprof] Override type of instrumentation if `-profile-context-root` is spec...Mircea Trofin
2025-02-26[mlir][Tosa] Add unreachable case for bad Extension type in TosaProfileCompli...wheatfox
2025-02-27LangRef: Clarify llvm.minnum and llvm.maxnum about sNaN and signed zero (#112...YunQiang Su
2025-02-26[lldb] Also show session history in fzf_history (#128986)Dave Lee
2025-02-27[X86][GlobalISel] Enable Trigonometric functions with libcall mapping (#126931)JaydeepChauhan14
2025-02-27[ORC] Sink include into implementation file.Lang Hames
2025-02-27[ORC] Support adding LC_LOAD_WEAK_DYLIB commands to MachO JITDylib headers.Lang Hames
2025-02-27[ORC] De-duplicate some logic for handling MachO::dylib-based load commands.Lang Hames
2025-02-27[NFC] Fix Sanitizer breakage introduced in #128166 (#128990)Alex Voicu
2025-02-26[clang-format] Don't break before *const (#128817)Owen Pan
2025-02-26[clang-format] Fix a bug that changes keyword `or` to an identifier (#128410)Owen Pan
2025-02-27[clang][CodeGen] Additional fixes for #114062 (#128166)Alex Voicu
2025-02-27AMDGPU: Fix overly conservative immediate operand check (#127563)Matt Arsenault
2025-02-27AMDGPU: Do not try to commute instruction with same input register (#127562)Matt Arsenault
2025-02-26[lldb-dap] Return an llvm::Error instead of calling exit directly (NFC) (#128...Jonas Devlieghere
2025-02-26Revert "[MLIR][LLVMIR] Import unregistered intrinsics via llvm.intrinsic_call...Bruno Cardoso Lopes
2025-02-27AMDGPU: Fix si-fix-sgpr-copies asserting on VReg_1 phi (#128903)Matt Arsenault
2025-02-26[libc][hdrgen] Allow to treat hdrgen Python code as a Python module. (#128955)Alexey Samsonov
2025-02-26[libc][bazel] Add targets for strfrom<float> (#128956)Michael Jones
2025-02-26[memprof] std::move matchings (NFC) (#128933)Kazu Hirata
2025-02-26[compiler-rt][rtsan] truncate/ftruncate interception. (#128904)David CARLIER
2025-02-26[gn build] Port 8fb88f568011LLVM GN Syncbot
2025-02-26[RISCV] Adding missing P600 sched model test for RVV segmented loads/storesMin-Yih Hsu
2025-02-26Revert "[AMDGPU] Handle memcpy()-like ops in LowerBufferFatPointers (#126621)"Kazu Hirata
2025-02-26[MLIR][LLVMIR] Import unregistered intrinsics via llvm.intrinsic_call (#128626)Bruno Cardoso Lopes
2025-02-26[clang][modules] Separate parsing of modulemaps (#119740)Michael Spencer
2025-02-26[SLP]Check if the operand for removal is the reduction operand, awaiting for ...Alexey Bataev
2025-02-26Revert "DAG: Preserve range metadata when load is narrowed" (#128948)Daniel Thornburgh
2025-02-26[WebAssemblyLowerEmscriptenEHSjLj] Avoid setting import_name where possible (...Sam Clegg
2025-02-26[AMDGPU] Handle memcpy()-like ops in LowerBufferFatPointers (#126621)Krzysztof Drewniak
2025-02-26[mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (#...Krzysztof Drewniak
2025-02-26[MLIR][Vector]: Generalize conversion of `vector.insert` to LLVM in line with...Benoit Jacob
2025-02-26[flang][cuda] Add more math intrinsic interfaces in cudadevice (#128931)Valentin Clement (バレンタイン クレメン)
2025-02-26[SLP]Do not use node, if it is a subvector or buildvector nodeAlexey Bataev
2025-02-26[clang modules] Setting `DebugCompilationDir` when it is safe to ignore curre...Qiongsi Wu
2025-02-26[AMDGPU][True16][CodeGen] 16bit spill support in true16 mode (#128060)Brox Chen
2025-02-26[LV] Remove stray check lines after be28365ca78.Florian Hahn
2025-02-26[libc][bazel] Add targets for stdbit functions (#128934)Michael Jones
2025-02-26[mlir][tosa] Rename ReduceProd to ReduceProduct (#128751)Tai Ly
2025-02-26[mlir][tosa] Change zero points of convolution ops to required inputs (#127679)Tai Ly
2025-02-26[LV] Generate check lines for if-conversion.llFlorian Hahn
2025-02-26[libcxx] Add LWG4135: The helper lambda of std::erase for list should specify...elhewaty
2025-02-26[lldb-dap] Use existing lldb::IOObjectSP for DAP IO (NFC). (#128750)John Harrison
2025-02-26[gn build] Port 8dd8e5f7d692 (BuiltinTemplates.td)Nico Weber
2025-02-26[ctxprof] don't inline weak symbols after instrumentation (#128811)Mircea Trofin
2025-02-26[mlir][TosaToLinalg] Fix TosaToLinalg to restrict `tosa.cast` types to intege...Longsheng Mou
2025-02-26[Bazel] Port 128541 (#128809)Mircea Trofin