aboutsummaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)AuthorFilesLines
2026-04-28[RFC][AMDGPU] Add AMDGPU_SUMMARY bitcode block for ThinLTOusers/shiltian/amdgpu-thinlto-summary-blockShilei Tian7-2/+289
2026-04-28[gn build] Port c26ae41c8765Peter Collingbourne1-1/+0
2026-04-28[SandboxIR] Implement getPointerOperandType() and getPointerAddressSpace() (#...vporpo2-0/+18
2026-04-28[WebAssembly][GlobalISel] Migrate to extended LLT (#193047)Demetrius Kanios23-871/+822
2026-04-28[git] [LLVM utils] Require `pyjwt[crypto]==2.12.1`, `cryptography==47.0.0`, a...David Justo1-34/+56
2026-04-28[WebAssembly] Print BB names better for CFGStackify debugging (#194187)Heejin Ahn1-11/+23
2026-04-28[SLP] Allow strided memory operations with lengths equal to MinProfitableStri...Ryan Buchner3-9/+6
2026-04-28[WebAssembly] Fix f16x8.demote_f32x4_zero opcode. (#194722)Brendan Dahl2-1/+4
2026-04-28[lldb] Define breakpoint location "." to mean the location(s) at which the cu...Dave Lee1-0/+3
2026-04-28[AMDGPU][MIRFormatter] Printer & parser for S_WAITCNT human-readable mask (#1...vporpo59-475/+1010
2026-04-28[lldb] Add release note for `frame variable` repeat (NFC) (#194723)Dave Lee1-0/+2
2026-04-28Revert "[SLP][NFC]Skip large mostly-trivial trees with up to one vector compu...Alexey Bataev1-21/+3
2026-04-28[WebAssembly] Fix EHPadStack calculation in fixCallUnwindMismatches (#194184)Heejin Ahn4-38/+198
2026-04-28[GISel] Fix -Wunused-variable (#194710)Aiden Grossman1-5/+5
2026-04-28[CAS] Retry blocking syscalls on EINTR (#194691)Steven Wu3-11/+21
2026-04-28[TableGen] Fix compile error with GCC <= 8 after 928f70d38e34 (#194692)Krzysztof Parzyszek3-0/+27
2026-04-28[AMDGPU] Validate user SGPR count against HW range, not field width (#194449)Mariusz Sikora3-5/+29
2026-04-28[AArch64] Optimize lowering of i1 vector reduction (#187912)Cheng Lingfei5-53/+351
2026-04-29adds `<cstdlib>` to `ProgramStack.cpp` (#194249)Christopher Di Bella1-0/+2
2026-04-28[SLP][NFC]Skip large mostly-trivial trees with up to one vector compute nodeAlexey Bataev1-3/+21
2026-04-28[WebAssembly] Remove unnecessary code after #187484 (NFC) (#194188)Heejin Ahn1-33/+3
2026-04-28Revert "Reland "[llvm-profgen] Add support for ETM trace decoding"" (#194695)gulfemsavrun14-673/+73
2026-04-28[ARM][MVE] Change MVE getSetCCResultType to always use i1 vectors (#192531)David Green3-829/+1652
2026-04-28[NFC][LoopUtils] Add Loop::addStringLoopAttribute and Loop::addIntLoopAttribu...Adel Ejjeh4-44/+48
2026-04-28[HIP][MacOS] Mach-O support and Darwin toolchain fixes (#183991)Paulius Velesko4-26/+92
2026-04-28[LLVM] Fix use-after-free in AlwaysInliner flatten worklist (#194485)Grigory Pastukhov2-42/+77
2026-04-28[Support] Mark string-returning sys::path::native nodiscard (#194675)Hans Wennborg1-1/+2
2026-04-28[LLVM] Disable IO sandbox in symbolizeAddresses (#194597)Stephen Tozer1-0/+4
2026-04-29[BDCE] Avoid replacement of self-referential instructions (#194614)Hongyu Chen2-2/+27
2026-04-28[TableGen] Emit constexpr versions of some directive/clause functions (#194633)Krzysztof Parzyszek3-81/+73
2026-04-28[SystemZ] Improved testing for memcpy/memmove/memset. (#194682)Jonas Paulsson3-201/+3338
2026-04-28[OpenMPIRBuilder] Cast device num_threads to i32 for __kmpc_parallel_60 (#194...Abid Qadeer1-1/+4
2026-04-28[AMDGPU] Enable lane masks tracking in coexec scheduler. (#194578)Petr Kurapov2-69/+70
2026-04-28[VPlan] Optz WideCanIV with SIVSteps over CanIV (#191276)Ramkumar Ramachandra5-53/+129
2026-04-28[Lit] Open sub-processes with text=`False` (#194577)Benjamin Stott1-2/+1
2026-04-28[SLP] Add tests for boundary case with MinProfitableStridedOps (#194507)Ryan Buchner1-0/+28
2026-04-28[Lit] Change processRedirects to open all files in binary mode (#194368)Benjamin Stott4-25/+26
2026-04-28[gn build] Port f5b6e4fc2022 (#194645)Nico Weber1-1/+0
2026-04-28[AMDGPU][NFC] Remove redundant Args.size() assertions from AMDGPUMCExpr (#194...Adel Ejjeh1-8/+0
2026-04-28[SLP][NFC]Cache IsExternallyUsed by Value in cost computationAlexey Bataev1-33/+42
2026-04-28[PhaseOrdering][X86] vector-reductions-expanded.ll - use passes list instead ...Simon Pilgrim1-1/+1
2026-04-28[Docs] Fixes indents for InstrRefDebugInfo and KeyInstructionsDebugInfo (#194...Anshul Nigham2-18/+18
2026-04-28[SPIR-V] Matrix in struct pointer legalization (#193073)Steven Perron2-105/+180
2026-04-28Revert "[PowerPC] Enable using HwMode for instructions (#191051)" (#194464)Kai Nacke8-17/+30
2026-04-28[SLP][NFC]Cache MightBeIgnored result in gather-shuffle analysisAlexey Bataev1-4/+13
2026-04-28[llvm] Mark IOSandbox::ScopedSetting nodiscard and maybe_unused (#194602)Balázs Benics1-2/+2
2026-04-28[SLP][NFC]Cache isUsedOutsideBlock results in gather-shuffle analysisAlexey Bataev1-15/+55
2026-04-28[PhaseOrdering][X86] Copy backend horizontal min/max reduction tests to phase...Simon Pilgrim4-0/+1676
2026-04-28[LoongArch] Support VBIT{CLR,SET,REV}I patterns for non-native element sizes ...hev10-41/+90
2026-04-28[clang][AArch64][SVE2p3][SME2p3] Add intrinsics for v9.7a shift operations (#...Amilendra Kodithuwakku5-16/+113