aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-18[AArch64][SVE] Use multi-vector spill/fill instructions in pseudo expansionusers/amara/expandpseudo-multivecAmara Emerson5-6/+1058
2026-03-16[lldb] Default LLDB_ENABLE_MTE to OFF when Sanitizers are enabled. (#186884)Jonas Devlieghere1-9/+13
2026-03-16[LV] Simplify and unify resume value handling for epilogue vec. (#185969)Florian Hahn34-330/+362
2026-03-16[Clang][AArch64] Update comments in tests (nfc) (#186885)Andrzej Warzyński1-2/+10
2026-03-16[Inliner] Fix return attribute propagation across multiple return sites (#186...Yunbo Ni3-3/+81
2026-03-16[AArch64] Allocate two emergency spill slots for MTE to fix register … (#18...Usama Hameed3-0/+220
2026-03-16[HLSL] Use 0 to represent unbounded resources (#186022)joaosaffran18-35/+70
2026-03-16[AVR] Improve expansion of pseudo instruction SPREAD (#186780)Ben Shi5-24/+58
2026-03-16[Clang][Docs] Discontinue documenting the GCC -I- and --include-barrier optio...Tom Honermann1-2/+2
2026-03-16[LLVM] [SeparateConstOffsetFromGEP] patch PR 183402 to handle negative C corr...Meredith Julian1-1/+1
2026-03-16[PowerPC][NFC] Refactor Register class and operand definitons (#185647)Lei Huang6-375/+294
2026-03-16[clang-format] Fix a bug in indenting lambda comments with only tabs (#186862)owenca2-33/+45
2026-03-16[libc] Build fuzzing tests in pre-merge CI tests (#185018)Victor Campos1-7/+26
2026-03-16[SPIR-V] Fix scalarization of 1-element vector (#185529)Dmitry Sidorov2-0/+137
2026-03-16[clang-format] Identify include guard #endif followed by comments (#186848)owenca2-6/+17
2026-03-16[clang-format] Correctly annotate binary stars in braced init lists (#186732)owenca2-3/+12
2026-03-16Revert "[Format] Configure ASSIGN_OR_RETURN macros for Google style" (#186445)Alexander Kornienko3-24/+5
2026-03-16[llvm][Support] Fix an off-by-1 bug in YAML parser (#186731)owenca2-3/+3
2026-03-16[SLP]Fix legality checks for bswap-based transformationsAlexey Bataev4-32/+88
2026-03-16[flang][OpenMP] Identify affected loops, provide reason (#185299)Krzysztof Parzyszek3-43/+250
2026-03-16[OpenMP][NFC] Fix stale DeviceRTL header path in OpenMPIRBuilder (#185563)Muyao Xiao1-1/+1
2026-03-16[SPIRV][Matrix] Add support for Array Vector memory layout (#186215)Farzon Lotfi2-19/+102
2026-03-16[sanitizer_common] Define SANITIZER_WEAK_IMPORT for Go race detector (#186525)cherrymui1-6/+7
2026-03-16[flang][acc] Handle deduplicated use_device in ACCUseDeviceCanonicalizer (#18...Razvan Lupusoru2-3/+43
2026-03-16[gn] port c5e5d5b282ded4Nico Weber1-0/+1
2026-03-16[libc] Add myself as maintainer for Math, Threading and Runtime Safety (#186595)Muhammad Bassiouni1-0/+6
2026-03-16[analyzer][NFC] Reorg and add clang::suppress tests (#186447)Balázs Benics11-91/+1752
2026-03-16[clang][bytecode][NFC] Add Function::dump() taking no arguments (#186819)Timm Baeder1-1/+2
2026-03-16[lldb] When LLDB_ENABLE_MTE is ON always run the driver with MTE (#186322)Jonas Devlieghere4-2/+37
2026-03-17[ForceFunctionAttrs] Fix handling of conflicts for more attributes (#186304)Yunbo Ni2-11/+151
2026-03-16[flang] Reorder messages wrt line number before diff(actual, expect) (#186812)Krzysztof Parzyszek1-5/+47
2026-03-16[AMDGPU][GlobalIsel] Add register bank legalization rules for amdgcn_wqm amdg...Syadus Sefat5-7/+353
2026-03-16[lldb] Include stdio.h in synthetic subscript test (#186847)Nerixyz1-1/+3
2026-03-16[InstCombine] Support disjoint or in add-sub reassociation fold (#186827)Valeriy Savchenko2-6/+65
2026-03-16AMDGPU/GlobalISel: RegBankLegalize rules for s_wait intrinsics (#186254)vangthao955-6/+17
2026-03-16[X86] known-pow2.ll - add min/max vector test coverage for #182369 (#186841)Simon Pilgrim1-0/+149
2026-03-16AMDGPU/GlobalISel: RegBankLegalize rules for ctlz/cttz_zero_undef (#186546)vangthao957-160/+290
2026-03-16AMDGPU/GlobalISel: RegBankLegalize rules for ds_read_tr* (#186006)vangthao954-65/+116
2026-03-16[libc][math] Refactor log_bf16 to Header (#186618)Zorojuro9-128/+213
2026-03-16[MIR][NFC] Test verbalising INLINEASM extra-info flags. (#186796)Ivan Kosarev1-0/+83
2026-03-16[libc][math] Refactor bf16fma to Header Only (#182572)Anirudh Mathur9-10/+81
2026-03-16Reapply "[clang][ssaf] Add --ssaf-extract-summaries= and --ssaf-tu-summary-fi...Balázs Benics36-30/+896
2026-03-16[libc][math] Refactored atanpif16 to header only (#184316)Abhijeet9-151/+242
2026-03-16[X86] Add test showing failure to fold compress(splat(x),splat(x),mask) -> sp...Simon Pilgrim1-0/+27
2026-03-16[flang][parser] Add a feature flag for multiple program units on one line. (#...Andre Kuhlenschmidt6-6/+75
2026-03-16[CIR][AArch64] Lower BF16 vduph lane builtins (#185852)Jiahao Guo3-20/+42
2026-03-16Revert "[DomTree] Assert non-null block for pre-dom tree" (#186831)Alexis Engelke3-9/+3
2026-03-16[WebAssembly] Support acquire-release atomics in CodeGen (#184900)Derek Schuff5-139/+1133
2026-03-16[RISCV] Fold waddau/wsubau to waddu/wsubu when possible (#186635)Craig Topper4-4/+50
2026-03-16Revert "[SLP]Fix legality checks for bswap-based transformations"Alexey Bataev3-47/+27