aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-10[AMDGPU] Refactor setreg handling in the VGPR MSB loweringusers/rampitec/fix-msb-setreg-handlingStanislav Mekhanoshin3-87/+142
2026-04-10[libc] implement rewind (#191302)Michael Jones10-0/+166
2026-04-10[flang][OpenMP] Rename GetRequiredCount to GetMinimumSequenceCount (#191465)Krzysztof Parzyszek5-13/+14
2026-04-10[clang-doc] Consolidate merging logic (#190051)Paul Kirth1-9/+10
2026-04-10[NFC][SSAF] Move EntityPointerLevel to a separate folder (#191331)Ziqing Luo8-292/+353
2026-04-10[scudo] Remove fill when realloc to smaller size. (#191321)Christopher Ferris2-49/+27
2026-04-10[AMDGPU] Always update SETREG MSBs if offset is 0 (#191362)Stanislav Mekhanoshin3-39/+121
2026-04-10[clang-doc] Make CommentInfo arena allocated (#190050)Paul Kirth12-397/+372
2026-04-10[clang-doc] Make test alias depend on the unit test binary (#190014)Paul Kirth1-0/+1
2026-04-10[AMDGPU] IGroupLP: Fix BestCost assignment in greedy solver (NFC) (#186995)Frederik Harwath1-24/+25
2026-04-10Disable MSVC-incompatible portions of `disable_container_overflow_checks` for...David Justo1-3/+11
2026-04-10[AMDGPU] Documentation files for GFX950 instructions (#184710)Jun Wang4-2/+3544
2026-04-10 [LoopUnrollAndJam] Fix out-of-date LoopInfo being used during unroll and jam...Congzhe4-11/+18
2026-04-10[LifetimeSafety] Flow origins from lifetimebound args in `gsl::Pointer` const...NeKon693-7/+61
2026-04-10Stop using spir_kernel calling convention on non-SPIR targets. (#191090)Eli Friedman16-536/+519
2026-04-10[ADT][NFC] Make po iterator stack entry trivially copyable (#191290)Alexis Engelke1-19/+28
2026-04-10Strip .llvm. suffix after removing the coroutine suffixes to avoid breaking p...HighW4y2H3ll1-1/+5
2026-04-10[Clang] Permit '--target=amdgcn--' for binaries (#191451)Joseph Huber3-2/+10
2026-04-10[compiler-rt] Address dlvsym not found compilation error when targeting certa...google-yfyang1-0/+2
2026-04-10[LifetimeSafety] Fix crash on ternary operator when one of the expressions is...NeKon694-6/+110
2026-04-10[NFC][lldb] Use `ASTContext::getPromotedIntegerType` for integral promotion i...Ilia Kuklin7-119/+33
2026-04-10[SystemZ][GOFF] Reference to external variable needs PR symbol (#185742)Kai Nacke4-11/+57
2026-04-10[mlir][tosa] Disallow shape type in function argument/return types (#175754)Luke Hutton6-44/+79
2026-04-10[gsymutil] Fix a warning on systems with 32-bit `off_t` (#189524)Justin Bogner2-6/+6
2026-04-10[compiler-rt] Address dlvsym not found compilation error when targeting certa...google-yfyang1-0/+2
2026-04-10[AsmPrinter] Explicitly use EHStreamer type for EHHandlers (#191288)Aiden Grossman2-5/+3
2026-04-10[lldb-dap] Address a race condition in server mode. (#191062)John Harrison4-57/+19
2026-04-10[LegalizeIntegerTypes] Remove some unnecessary isTypeLegal checks from Intege...Craig Topper1-4/+2
2026-04-10[clang][modules-driver] Extract logic to feed jobs back into Compilation (NFC...Naveen Seth Hanig1-8/+14
2026-04-10[clang][modules-driver] Apply rule-of-five to CompilationGraph types (NFC) (#...Naveen Seth Hanig1-0/+9
2026-04-10[OpenMP][OMPT] Fix `omp_control_tool` before any directive (#191429)Jan André Reuter6-3/+88
2026-04-10Add new coro test to profcheck-xfail (#191436)Mircea Trofin1-0/+2
2026-04-10Fix ml inliner tests after PR #190168 (#191431)Mircea Trofin2-3/+3
2026-04-10Mark llvm/test/ExecutionEngine and llvm/test/Examples tests as UNSUPPORTED fo...bahareh-farhadi2-1/+4
2026-04-10[PatternMatchHelpers] Improve compile time of m_Combine(And|Or) (#191413)Ramkumar Ramachandra1-9/+24
2026-04-10[InstCombine] Generalize `(A + 1) + ~B` fold to any constant (#188271)Piotr Fusik2-15/+245
2026-04-10[BOLT] Fix iterator bugs (#190978)Brian Cain5-14/+30
2026-04-10[libc++] Speed up stable_sort.pass.cpp by reducing redundant test coverage (#...Louis Dionne1-40/+48
2026-04-10[MLIR][Linalg] Specialize linalg.generic to linalg.mmt4d (#189719)Stephen Long2-0/+228
2026-04-10[bazel] Fix Bazel build issue with #190862 (#191420)google-yfyang1-0/+1
2026-04-10[LLDB][ProcessFreeBSDKernelCore] Log error when creating kernel image (#191397)aokblast1-1/+3
2026-04-10[AMDGPU] Change *-DAG to *-SDAG in check prefixes (#191411)Jay Foad2-164/+164
2026-04-10[compiler-rt] Expose shared DSO helpers for compiler-rt runtimes (#191098)Yaxun (Sam) Liu4-5/+99
2026-04-10[flang][OpenMP] Add optional SemanticsContext parameter to loop utili… (#19...Krzysztof Parzyszek2-39/+77
2026-04-10[lldb][Process/FreeBSDKernelCore] Fix thread ordering (#187976)Minsoo Choo1-17/+23
2026-04-10[libc][docs][NFC] Rework GPU building documentation (#191381)Jeff Bailey1-55/+73
2026-04-10[llvm-dwarfdump][LineCov 2/3] Add coverage baseline comparison and line table...unexpectedlydefined5-46/+268
2026-04-10[libc++] Fix incorrect links and broken formatting in CSV status files (#191289)Louis Dionne3-7/+7
2026-04-10[Flang][Docs][NFC] Move OpenMP API extensions to separate document (#186981)Michael Klemm3-12/+43
2026-04-10[lldb][Process/FreeBSDKernelCore] Switch to LLDBLog::Process (#191408)Minsoo Choo1-1/+1