aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-28fix commentsusers/KseniyaTikhomirova/kernel_submit_single_3Tikhomirova, Kseniya2-11/+11
2026-04-27fix commentsTikhomirova, Kseniya3-2/+5
2026-04-21Merge branch 'main' into users/KseniyaTikhomirova/kernel_submit_single_3Tikhomirova, Kseniya2077-34945/+96306
2026-04-21add testsTikhomirova, Kseniya2-0/+73
2026-04-21[MIR] Always print symbolic INLINEASM operands (#192991)Ivan Kosarev2-34/+1
2026-04-21[libc] Fix riscv32 build after #192927 (#193152)Pavel Labath1-1/+1
2026-04-21fix commentsTikhomirova, Kseniya4-6/+8
2026-04-21[LICM] Remove unnecessary call arg in test (NFC) (#193159)Nikita Popov1-4/+4
2026-04-21[mlir][SPIR-V] Lower boolean vector reductions (#192267)Arseniy Obolenskiy2-0/+72
2026-04-21[libc++] Fix numeric_limits::digits and digits10 for _BitInt(N) (#193002)Xavier Roche5-7/+149
2026-04-21[Coroutines] Add verifier checks for llvm.coro.begin and llvm.coro.id (#192887)Weibo He87-176/+204
2026-04-21AMDGPU/GlobalISel: RegbankLegalize rules for G_BITCAST (#193025)Petar Avramovic2-1/+5
2026-04-21[lldb] Remove trailing newlines from AppendErrorWithFormat calls (#192965)David Spickett5-24/+24
2026-04-21[lldb] Add EXPORT to lldb-tblgen (#192610)David Spickett1-0/+1
2026-04-21[LV] Add flag to always force a scalable VF when feasible. (#182467)Sander de Smalen4-4/+89
2026-04-21[lldb] Fix ambiguous call to create_directories in TraceIntelPTBundleSaver (#...Sylvestre Ledru1-1/+2
2026-04-21AMDGPU/GlobalISel: RegbankLegalize rules for undef and constants (#193024)Petar Avramovic2-17/+17
2026-04-21[clang-tidy][readability-identifier-length] Add a line count threshold (#185319)Alex Dutka5-1/+165
2026-04-21[ConstantMerge] don't merge constants with COMDAT (#192477)8051Enthusiast3-1/+63
2026-04-21[libc] Implement accept4 on linux (#192927)Pavel Labath13-0/+220
2026-04-21[libc] Implement shutdown on linux (#192933)Pavel Labath12-0/+221
2026-04-21[VPlan] Simplify add x, (sub 0, y) -> sub x, y (#187228)Ramkumar Ramachandra14-66/+64
2026-04-21[mlir][SPIR-V] Lower AND/OR/XOR vector reductions (#192293)Arseniy Obolenskiy2-4/+109
2026-04-20[ELF] Fix heap-use-after-free with INPUT(relative-path) (#193146)Fangrui Song1-1/+1
2026-04-21[X86] Quote symbol names that collide with registers/keywords in Intel syntax...Fangrui Song4-11/+206
2026-04-20[ELF] Parallelize input file loading (#191690)Fangrui Song4-106/+176
2026-04-21Revert "[AMDGPU] Fixed verifier crash because of multiple live range componen...Dhruva Chakrabarti3-626/+0
2026-04-20[MLIR][XeGPU] Recover temporary layout from Anchor Layout (#191947)Jianhui Li14-118/+680
2026-04-21[NFC] [clangd] [C++20] [Modules] Introduce ProjectModules::getModuleNameState...Chuanqi Xu3-14/+45
2026-04-21[clang-tidy][NFC] Fix list.rst and improve alias detection of `add_new_check....Zeyi Xu2-112/+123
2026-04-21[NFC] [clangd] [C++20] [Modules] Rename and move scanningProjectModules (#193...Chuanqi Xu6-33/+13
2026-04-21[CodeGen] Add constexpr and static_assert to fold64To16 (#192864)Vitaly Buka1-1/+4
2026-04-20[AMDGPU] Fixed verifier crash because of multiple live range components. (#19...Dhruva Chakrabarti3-0/+626
2026-04-20[test][LowerTypeTests] Re-generate jump table tests with --check-globals (#19...Vitaly Buka2-17/+94
2026-04-20[lldb] Remove unused GetDynamicOrSyntheticValue (NFC) (#193111)Dave Lee1-22/+0
2026-04-21[X86][APX] Add assert isReserved if source operand is PhysReg (#192595)Phoebe Wang3-0/+116
2026-04-21Prevent undefined behavior caused by combination of branch and load delay slo...JaberwockySeamonstah7-158/+800
2026-04-21[ObjC] Fix missing ptrauth signing of isa in constant ObjC literals (#191091)Akira Hatanaka2-5/+47
2026-04-21[RISCV][llvm] Support [s|u]int_to_fp and fp_to_[s|u]int for zvfbfa (#192287)Brandon Wu13-1096/+2745
2026-04-21[llvm][RISCV] Handle miscompile of widening fma in zvfbfa codegen (#192412)Brandon Wu4-92/+97
2026-04-21[RISCV][llvm] Support widening fadd, fsub and fmul codegen for zvfbfa (#192414)Brandon Wu10-301/+3266
2026-04-20[NewPM] Port x86-insert-vzero-upper (#181597)Kyungtak Woo7-99/+120
2026-04-21[CodeGen] NFC: Fix and improve comments in CGObjCMac.cpp (#193119)Akira Hatanaka1-31/+37
2026-04-20[RISCV][P-ext] Remateralize pli and plui (#193110)Craig Topper3-1/+365
2026-04-20[gn] port c95a333de7108 (#193121)Nico Weber1-1/+4
2026-04-20[test] Remove redundant typedef (#193116)Pranav Kant1-1/+0
2026-04-20[clang][riscv] Add tests for __builtin_reduce_X support [NFC] (#193082)Philip Reames1-0/+156
2026-04-20[offload] Remove unnecessary extra allocations in kernel replay tool (#193108)Kevin Sala Penades1-23/+9
2026-04-20[SLP] Normalize copyable operand order to group loads for better vectorizationAlexey Bataev2-33/+38
2026-04-20AMDGPU/GlobalISel: RegBankLegalize rules for amdgcn_sat_pk4_i4_i8 / amdgcn_sa...Aidan Shilling2-2/+6