aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-14[BOLT] Fix DW_FORM_implicit_const values lost during DWARF5 rewritingusers/rafaelauler/fix-pr-192084Rafael Auler2-2/+4
2026-04-15[RISCV][GISel] Use a single FEQ for fcmp ord/uno x, x (#192022)Jim Lin3-20/+165
2026-04-15[LV][VPlan] Print VPlan after construction and initial optimizations. NFC (#1...Elvis Wang20-20/+26
2026-04-14[CMake] Pass ZLIB_LIBRARY_* to runtimes bootstrap (#191555)Alexandre Ganea2-0/+4
2026-04-14[flang][CodeGen] Fix address space mismatch for CUF globals in AddrOfOpConver...khaki32-21/+77
2026-04-14[lldb][debugserver] Fix lldb testsuite routine parsing logs (#192157)Jason Molenda1-5/+39
2026-04-14Fixes for compile rust code (#192134)4ast5-4/+82
2026-04-14[CIR] Implement array-to-incomplete-array cast (#192138)Erich Keane2-3/+70
2026-04-14[lld][llvm-objcopy] Enable Xbox subsystem for PE images. (#191779)Ashlyn4-11/+29
2026-04-14[flang] Recognize generic allocations in Flang LICM. (#191923)Slava Zakharin5-32/+110
2026-04-15[analyzer] Fix alignment of entries in -analyzer-help (#190570)Alex3-3/+196
2026-04-14[RISCV][P-ext] Support plui.h/w in generateInstSeqImpl. (#192137)Craig Topper5-25/+73
2026-04-15[sanitizer] Generalize FD closing in StartSubprocess (#192114)Paweł Bylica1-5/+4
2026-04-14Make Passes Required - func-properties-stats and instcount (#192130)Iñaki V Arrechea2-0/+4
2026-04-14Added better datalayout incompatible error message (#191862)Stefan Mada1-3/+9
2026-04-14[flang][OpenACC] Propagate acc.declare attribute to fir.global for USEd modul...khaki32-3/+67
2026-04-14[CIR] Fix heap-use-after-free in IndirectBrOp lowering (#191949)Bruno Cardoso Lopes1-22/+12
2026-04-14[AArch64] Cleanup of fptosi costs. NFC (#192144)David Green1-31/+33
2026-04-14[GlobalISel] use constexpr LLT types when creating ISel data (#191574)Stanley Gambarin2-28/+33
2026-04-14[clang-tidy] Detect std::rot[lr] pattern within modernize.use-std-bit (#186324)serge-sans-paille4-3/+207
2026-04-14[flang] Fixed issues in nested LICM. (#192117)Slava Zakharin2-1/+70
2026-04-14[clang] Fix assertion crash in CTAD for alias templates with non-dependent ty...Haojian Wu3-2/+24
2026-04-14[flang][cuda] Allow host variables to be defined in device subprograms under ...Zhen Wang2-1/+18
2026-04-14[clang][cmake] Add check-clang-extra to bootstrap targets for Fuchsia (#192104)Paul Kirth2-0/+3
2026-04-14[NFC][SPIRV] Re-factor feature map initialisation for AMDGCN flavoured SPIR-V...Alex Voicu4-67/+15
2026-04-14[flang][cuda] Fix invalid address space in addressof op conversion (#192111)Valentin Clement (バレンタイン クレメン)2-3/+51
2026-04-14[CIR] Raise IntType max bitwidth to match LLVM IR (#191499)adams3814-12/+35
2026-04-14[CIR] Add musttail thunks and covariant return null-check (#191255)adams3816-15/+131
2026-04-14[clang] Attempt to unbreak clang/test/Driver/serenity.cpp on bots more (#192113)Nico Weber1-9/+0
2026-04-14Mark tests as unsupported on z/OS (#191843)Sean Perry2-0/+2
2026-04-14Load AST files as binary on z/OS (#191840)Sean Perry4-10/+25
2026-04-14[clang-format][NFC] Remove superflous checks (#191872)Björn Schäpers1-4/+1
2026-04-14[sanitizer] Make internal_close_range available on all POSIX platforms (#191971)Paweł Bylica6-4/+22
2026-04-14[gn build] Port 934f795064ab (#192107)Nico Weber1-0/+1
2026-04-14[clang] Attempt to unbreak clang/test/Driver/serenity.cpp on bots (#192105)Nico Weber1-7/+6
2026-04-14[LLDB][Docs] List available settings (#168245)Nerixyz30-63/+540
2026-04-14[GVN] Clean up `reportMayClobberedLoad` to use the dependency instruction (NF...Antonio Frighetto1-3/+3
2026-04-14Use ascii for dashes (#191892)Sean Perry1-4/+4
2026-04-14[gn build] Port fc12e59d1d8b (#192101)Nico Weber1-0/+1
2026-04-14[gn build] Port a2bf43d6b18d (#192100)Nico Weber1-0/+1
2026-04-14[gn build] Port 472aa4e326be (#192098)Nico Weber1-0/+1
2026-04-14[gn build] Port 3fe0bdfaa592 (#192096)Nico Weber1-0/+1
2026-04-14[AArch64] Check Subtarget via STI in getInstSizeInBytes (#192089)Zachary Yedidia1-2/+2
2026-04-14[AArch64] Add additional cost coverage for SVE fptosi.sat and fptoui.sat. NFC...David Green2-166/+179
2026-04-14[lit] Add an option to lit which ratelimits progressbar output. (#186479)Nick Begg4-2/+51
2026-04-14[Flang] [OpenMP] [MLIR] Add lowering support for OMP ALLOCATE directives and ...Raghu Maddhipatla15-36/+515
2026-04-15[IR] treat nofpclass as a poison-generating return attribute (#192016)Shonie Caplan2-1/+15
2026-04-14[CIR] Implement __builtin_verbose_trap (#191935)Bruno Cardoso Lopes2-0/+38
2026-04-14[RISCV] Prevent emitting vsetvli with e32alt or e64alt. (#191960)Craig Topper5-12/+43
2026-04-14[lldb] Replace remaining uses of `UnwindLogMsg()` with UNWIND_LOG macro (#192...Sergei Barannikov2-107/+88