aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-29[SLP][NFC] Reduce compile time of isTreeTinyAndNotFullyVectorizableHEADmainAlexey Bataev1-198/+268
2026-04-29[CIR][AArch64] Lower NEON vzip intrinsics (#193658)Jiahao Guo4-413/+396
2026-04-29[libcxx][lit] Fixing libcxx test failures on Windows (#194752)Haowei2-4/+6
2026-04-29[X86] Add custom ISD::VEC_REDUCE_*MIN/MAX lowering (#194848)Simon Pilgrim7-449/+355
2026-04-29[TableGen] Use guarded assert in constexpr functions (#194728)Krzysztof Parzyszek3-36/+36
2026-04-29[mlir][SPIR-V] Add OpenCL.std ldexp, pown, and rootn ops (#194791)Arseniy Obolenskiy4-8/+293
2026-04-29[libc++abi][libc][test] Use LLVM-libc headers in LLVM-libc config (#194665)Jackson Stogel1-1/+1
2026-04-29[CodeGen] Use getFnAttributeAsParsedInteger for patchable-function attributes...JP Hafer12-87/+32
2026-04-30[X86] Add constant comments for VGF2P8AFFINEQB rmbi forms (#194789)hanbeom8-103/+113
2026-04-29[LV][NFC] Regenerate CHECK lines for some tests (#194842)David Sherwood16-6190/+6346
2026-04-29[Flang][Semantics] Fix crash on invalid function result declaration (#194648)ShashwathiNavada2-1/+38
2026-04-29Search for @_thisIsNotAPipe vs _thisIsNotAPipe (#192132)Sean Perry1-3/+3
2026-04-29[clang-tidy][readability-identifier-length] refactoring and cleanup (#194610)Alex Dutka3-100/+40
2026-04-29[offload] Enable Intel GPU tests and mark CUDA tests unsupported (#194790)Alex Duran17-29/+8
2026-04-29[VPlan] Strip phi-check in collectUsersRecursively (NFC) (#194816)Ramkumar Ramachandra1-2/+0
2026-04-29[Docs] Normalize headers and indents for ReleaseNotes (#194784)Anshul Nigham2-152/+79
2026-04-29[CIR][AArch64] Lower NEON zip1/2 elements intrinsics (#194311)Jiahao Guo4-480/+551
2026-04-29[LLVM] Provide a default 'multilibs.yaml' when configured (#192281)Joseph Huber1-0/+70
2026-04-29[llvm][YAML] Support aliases (anchors) in YAMLIO (#146371)sizn-sc3-2/+137
2026-04-29[CIR][NFC] Add missing checks in emitForMemory (#194646)Sirui Mu1-0/+10
2026-04-29[InstSimplify] Fix invalid dereference in simplifyBinaryIntrinsic (#194825)David Sherwood2-0/+4
2026-04-29[LLVM][SelectionDAG] Be more specific when constructing the MMO for masked st...Paul Walker4-5/+6
2026-04-29[mlir][vector] drop unit dim from memrefs for xfer_read/write with non-reduce...Ege Beysel2-32/+83
2026-04-29[llvm][ADT] Add erase method to ScopedHashTableScope (#193516)lonely eagle2-0/+79
2026-04-29[X86] horizontal-reduce-umax.ll - regenerate vpternlog asm comments (#194835)Simon Pilgrim1-10/+10
2026-04-29[Bazel] Fixes 6617aac (#194834)forking-google-bazel-bot[bot]1-1/+3
2026-04-29[clang][Lex] Collapse relative extern module paths when recursing to prevent ...Tom Murray3-0/+140
2026-04-29[flang][NFC] Converted five tests from old lowering to new lowering (part 53)...Eugene Epshteyn5-252/+301
2026-04-29[VPlan] Check FOR/FMinMaxNum epilogue restrictions in VPlan. (#191815)Florian Hahn2-57/+104
2026-04-29[InstCombine] Fold select of ordered fcmps of fabs over NaN-scrubber selects ...Kiva2-0/+325
2026-04-29[mlir][x86] Support for `f8` AMX tiled dot-product. (#194786)Arun Thangamani4-11/+135
2026-04-29[mlir][Presburger] Fix inlining failure for dynamicAPIntFromInt64 in debug bu...lonely eagle2-4/+9
2026-04-29[lldb][windows] add unit tests for the StripConPTYSequences method (#194654)Charles Zablit7-81/+245
2026-04-29[LoopFusion] Remove DT edge from Extiblock to ExitBlockSuc (#193641)Afonso Rafael (Gafanhoto)2-0/+47
2026-04-29[LLD][COFF] Use lazy object mechanism instead of relying on the archive map f...Jacek Caban3-14/+128
2026-04-29[LLD][ELF] Fix performance regression when using linker scripts (#194668)Andrew Ng1-6/+7
2026-04-29[mlir] Update CODEOWNERS after x86 dialects refactoring (#194388)Adam Siemieniuk1-2/+1
2026-04-29[libc++] Disable mistakenly enabled `optional<T&>` constructors for `optional...William Tran-Viet5-17/+122
2026-04-29[CIR] Emit target-cpu, target-features, and tune-cpu attrs on cir.func (#193458)Chaitanya22-55/+246
2026-04-29[OMPT][OpenMP] Use omp_initial_device for host in callbacks (#192924)Jan André Reuter5-21/+26
2026-04-29[OpenMP][NFC] Update OpenMP Support doc for Tools Interface (#193173)Jan André Reuter1-7/+44
2026-04-29[clang][NFC] Mark CWG2807 as implemented and add a test (#194755)Victor Chernyakin2-1/+11
2026-04-29[llvm-ir2vec] Place IR2Vec Python bindings in the tools/llvm-ir2vec/Bindings ...Nishant Sachdeva10-8/+14
2026-04-29[GlobalISel] skip type check when matching metadata operand (#191389)Sameer Sahasrabuddhe2-0/+38
2026-04-29[VPlan] Don't create sub(ext(mul(...))) partial reductions (#194660)John Brawn2-0/+181
2026-04-29[X86][FastISel] Restore support for struct returns (#194586)Nikita Popov3-12/+105
2026-04-29[LLD][COFF] Move Archive::create call to LinkerDriver::addBuffer (NFC) (#194346)Jacek Caban3-10/+12
2026-04-29[MLIR][GPU] Add cooperative launch support to gpu.launch_func (#190639)Jared Hoberock10-5/+219
2026-04-29[lldb][GDBRemote] Parse MultiBreakpoint+ capability (#192962)Felipe de Azevedo Piovezan3-0/+35
2026-04-29[clang][analyzer] Add support for detecting uninitialized dynamically-allocat...guillem-bartrina-sonarsource9-189/+281