aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-14[clang-doc] add option to delete JSON residualsusers/evelez7/clang-doc-delete-json-optionErick Velez6-7/+17
2025-08-14[clang-doc] place HTML/JSON output inside their own directories (#150655)Erick Velez16-26/+34
2025-08-14Fix typo in `step` intrinsic comment (#153642)Kaitlin Peng1-3/+3
2025-08-14[NFC] Use `[[maybe_unused]]` for variable used in assertion (#153639)Mircea Trofin1-2/+1
2025-08-14[lldb] Use (only) PyImport_AppendInittab to patch readline (#153329)Jonas Devlieghere1-11/+1
2025-08-14[flang][cuda] Add interfaces for __expf and __exp10f (#153633)Valentin Clement (バレンタイン クレメン)2-0/+25
2025-08-14[LV] Use shl for ((VF * Step) * vscale) in createStepForVF. (#153495)Florian Hahn78-600/+610
2025-08-14[MLIR][XeGPU] Add lowering from transfer_read/transfer_write to load_gather/s...Jianhui Li9-233/+854
2025-08-14[asan] Fix-forward undefined type in test from #153142 (#153636)Thurston Dang1-1/+2
2025-08-14[JTS] Propagate profile info (#153305)Mircea Trofin3-8/+79
2025-08-14[IA][RISCV] Recognizing gap masks assembled from bitwise AND (#153324)Min-Yih Hsu2-38/+132
2025-08-14[VPlan] Replace scalar preheader with VPIRBB at single place (NFC).Florian Hahn1-3/+2
2025-08-14[flang][cuda] Add interfaces for __uint2float_rX functions (#153620)Valentin Clement (バレンタイン クレメン)2-1/+53
2025-08-14[CIR] Add InlineAsmOp lowering to LLVM (#153387)Iris Shi3-0/+167
2025-08-14[lldb] Use PyThread_get_thread_ident instead of accessing PyThreadState (#153...Jonas Devlieghere1-2/+2
2025-08-14Revert "[lldb] refactor PlatformAndroid and make threadsafe" (#153626)Leandro Lupori7-653/+506
2025-08-14[CIR] Add `InlineAsmOp` (#153362)Iris Shi3-0/+396
2025-08-14[flang][cuda] Add interfaces for __ull2float_rX functions (#153613)Valentin Clement (バレンタイン クレメン)2-1/+43
2025-08-14[mlir][cmake] Fix mlir target export (#153341)Boyana Norris1-1/+1
2025-08-14[flang][cuda] Add interfaces for __logf, __log2f and __log10f (#153611)Valentin Clement (バレンタイン クレメン)2-0/+35
2025-08-14[VPlan] Use m_Broadcast to improve a match (NFC) (#153607)Ramkumar Ramachandra1-3/+2
2025-08-14[InstCombine] Propagate invariant.load metadata across unpacked loads (#152186)Vedant Paranjape2-0/+50
2025-08-14[CIR] Add lowering for the cir.vtable.address_point operation (#153243)Andy Kaylor3-2/+87
2025-08-14[flang][cuda] Add interfaces for __sinf and __tanf (#153609)Valentin Clement (バレンタイン クレメン)2-0/+32
2025-08-14[Flang][Driver] Predefine pic/pie macros based on configured level (#153449)Ian McInerney2-0/+52
2025-08-14[Clang][NFC] Use Hex Encoding for Intel CPU CPUID family (#153004)Pawan Nirpal2-8/+8
2025-08-14[SLP]Support LShr as base for copyable elementsAlexey Bataev4-40/+65
2025-08-14[mlir][LLVM][NFC] Simplify `copyUnrankedDescriptors` (#153597)Matthias Springer3-80/+89
2025-08-14[mlir][linalg] Fix incorrect linalg short form printing (#153219)Boyana Norris3-29/+92
2025-08-14[AMDGPU][True16][CodeGen] insert proper register for 16bit data type in vop3p...Brox Chen2-1/+151
2025-08-14[SLP] Recalculate cleared deps for potential control schedule data nodesAlexey Bataev2-2/+70
2025-08-14[VPlan] Add incoming_[blocks,values] iterators to VPPhiAccessors (NFC) (#138...Florian Hahn6-26/+47
2025-08-14[TargetLowering] Store Context in variable (NFC)Nikita Popov1-19/+17
2025-08-14[MLIR][Maintainers] Add maintainer list for core sub-categories (#152136)Renato Golin1-0/+36
2025-08-14[Clang] Honor -flax-vector-conversions=none on some tests (#153433)Mikołaj Piróg3-12/+12
2025-08-14[lldb] Support parsing data symbols from the Wasm name section (#153494)Jonas Devlieghere3-45/+161
2025-08-14[mlir][LLVM][NFC] Simplify `computeSizes` function (#153588)Matthias Springer4-58/+41
2025-08-14[bazel][MLIR] Fix for MemRefToEmitC for #151206 (#153590)DeanSturtevant11-0/+1
2025-08-14[docs][OpenMP] Claim groupprivate for flang (#153586)Krzysztof Parzyszek1-1/+1
2025-08-14[flang] Fix buildbot failure after #152914 (#153578)parabola941-10/+2
2025-08-14[libc][math] Refactor coshf implementation to header-only in src/__support/ma...Muhammad Bassiouni19-137/+174
2025-08-14[SystemZ] Allow forming overflow op for i128 (#153557)Nikita Popov3-49/+225
2025-08-14[RISCV] Add MC support for P extensions with scalar second operands. (#153502)Craig Topper5-0/+184
2025-08-14[LLDB][NativePDB] Ignore functions with no type in name lookup (#153382)nerix1-1/+1
2025-08-14[X86] ssse3-builtins.c - add -fno-signed-char test coverageSimon Pilgrim1-0/+4
2025-08-14[flang][OpenMP] Add -f[no]-openmp-simd (#150269)Kajetan Puchalski19-44/+1280
2025-08-14[Sema] Fix false positive warnings for misaligned member access (#150025)Vladimir Vuksanovic5-13/+30
2025-08-14[NFC][OpenMP][Docs] Claim work on OpenMP workdistribute construct (#153573)Michael Klemm1-1/+1
2025-08-14Add LLVMGlobalAddDebugInfo to Core.cpp (#148747)peter mckinna6-0/+68
2025-08-14[ADT] Add `from_range` constructor for (Small)DenseMap (#153515)Jakub Kuderski2-4/+40