aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-17[green-dragon] fix Python and Swig flags (#187052)Justice Adams1-2/+2
2026-03-17[CIR] Split BinOpOverflowOp into separate overflow-checked ops (#186653)Henrich Lauko6-172/+183
2026-03-17[X86] getMaskNode - perform pre-truncation of oversized scalar mask sources (...Simon Pilgrim1-10/+12
2026-03-17[mlir][bytecode] Use getChecked<T>() in bytecode reading to avoid crashes (#1...Mehdi Amini5-14/+59
2026-03-17[flang][OpenMP][CUDA] Set allocator_idx on privatized allocatable device arra...Zhen Wang2-3/+32
2026-03-17[SandboxVec][BottomUpVec] Fix crash caused by Cmps with different operand typ...vporpo2-3/+53
2026-03-18[mlir][Interfaces][NFC] Add early exit to MakeRegionBranchOpSuccessorInputsDe...Yang Bai1-12/+23
2026-03-17Reland Support float8_e3m4 and float8_e4m3 in np_to_memref (#186453) (#186833)srcarroll4-56/+166
2026-03-17[flang] Lower anint with math.round (#186039)Valentin Clement (バレンタイン クレメン)3-12/+12
2026-03-17[lldb] Fix user-after-free in CommandInterpreter (#187032)Felipe de Azevedo Piovezan1-1/+2
2026-03-17[flang] Fix ignore_tkr(c) passing descriptor instead of base address for non-...Valentin Clement (バレンタイン クレメン)3-9/+52
2026-03-17[AMDGPU] Standardize on using AMDGPU::getNullPointerValue. NFC. (#187037)Jay Foad11-35/+18
2026-03-17[lldb] Add additional logging to wait_for_file_on_target (#186915)Alex Langford1-1/+8
2026-03-17[CycleInfo] Support forward declarations (#187029)Nikita Popov4-3/+5
2026-03-17[NewPM] Port for AArch64ConditionOptimizer (#186941)Anshul Nigham7-39/+80
2026-03-17[gn] port 55b271ddc1fd968Nico Weber1-0/+1
2026-03-17[InstCombine] Recognize non-negative subtraction patterns (#182597)Abu2-2/+66
2026-03-17[X86] Fix fcmp+select to min/max lowering (#185594)Nikita Popov6-235/+164
2026-03-17[clang] DeducedTypes deduction kind fix and improvement (#186727)Matheus Izvekov20-239/+320
2026-03-17[libc++] Add scripts defining two LNT runners for libc++ (#187050)Louis Dionne3-0/+67
2026-03-17[X86] Fold compress(splat(x),splat(x),mask) -> splat(x) (#187042)Simon Pilgrim2-21/+14
2026-03-17[libc] Avoid host header collisions in full builds (-nostdinc) (#187025)Jeff Bailey2-0/+8
2026-03-17Add Zstandard to Windows release build (#186772)Oliver Old1-1/+28
2026-03-17[CodGen] Port UnpackMachineBundles to new pass manager (#184918)Gergo Stomfai11-34/+65
2026-03-17[AMDGPU][GlobalISel][NFC] Group RegBankLegalize intrinsic rules (#186912)vangthao951-23/+25
2026-03-17AMDGPU: llvm.amdgcn.ds.add/sub.gs.reg.rtn are sources of divergence (#186883)vangthao952-0/+30
2026-03-17[lldb][PlatformDarwin][test] Move Platform test utilities into common header ...Michael Buch4-61/+104
2026-03-17[analyzer] Fix [[clang::suppress]] for nested templates (#183727)Balázs Benics2-23/+395
2026-03-17[libc] Add Jeff Bailey to Maintainers.rst (#186662)Jeff Bailey1-0/+5
2026-03-17[Instrumentation][nsan] Intrinsic tests + bugfixes (#186803)Lewis Crawford4-93/+3245
2026-03-17 [RISCV] Select (sext_inreg (sra X, C), i8/i16) as slli+srai. (#186956)Craig Topper5-217/+361
2026-03-17[flang][OpenMP] Use the LoopSequence-based checks (#185300)Krzysztof Parzyszek20-146/+183
2026-03-17[lldb] Fix permission issue in API test on lldb-x86_64-win (#187021)Stefan Gränitz1-2/+4
2026-03-17[SPIR-V] Add support for arbitrary precision integer constants in instruction...YixingZhang0075-11/+56
2026-03-17[NFC][AArch64] ConditionOptimizer: refine cmp/cond instruction update code (#...Hussam Alhassan1-46/+52
2026-03-17[libc++][NFC] Rename the template parameter of __make_transparent (#186435)Louis Dionne2-14/+15
2026-03-17Reland "[DomTree] Assert non-null block for pre-dom tree" (#187005)Alexis Engelke5-5/+71
2026-03-17[AMDGPU][GlobalISel] Add RegBankLegalize rules for atomic fmin/fmax (#182824)Anshil Gandhi8-117/+814
2026-03-17[CIR][AArch64] Upstream NEON shift left builtins (#186406)albertbolt13-44/+62
2026-03-17[AMDGPU] Remove R600TargetTransformInfo dependency on AMDGPUTargetLowering. N...Jay Foad1-3/+2
2026-03-17[NFC][analyzer] Update some incorrect doc-comments (#186852)Donát Nagy1-3/+6
2026-03-17[ValueTracking] fadd never produces subnormal with no underflow (#186985)134ARG3-14/+85
2026-03-17[Bazel] Port 429e9717 (#187019)James Y Knight1-0/+1
2026-03-17[MLIR][Interfaces] Make `getMutableSuccessorOperands` overridable on `ReturnL...Robert Konicar5-19/+38
2026-03-17[lldb] Add pointer arithmetics for addition and subtraction to DIL (#184652)Ilia Kuklin5-19/+273
2026-03-17[sancov] add -fsanitize-coverage=trace-pc-entry-exit (#185972)Jann Horn9-12/+122
2026-03-17[libc++] Build the library with C++26 (#181021)Louis Dionne2-7/+13
2026-03-17[NFC][analyzer] Improve computeObjectUnderConstruction (#186186)Donát Nagy3-12/+14
2026-03-17[SPIR-V] Handle spirv.MemoryModel metadata (#186138)Arseniy Obolenskiy8-1/+117
2026-03-17[Flang][OpenMP] Add semantic support for OpenMP Loop Interchange and permutat...Ferran Toda14-17/+393