Pinned Loading
-
llvm/llvm-project
llvm/llvm-project PublicThe LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
swiftlang/llvm-project
swiftlang/llvm-project PublicForked from llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Swift’s stable releases of Clang as well as support the Swift project.
-
-
rust-lang/rust
rust-lang/rust PublicEmpowering everyone to build reliable and efficient software.
-
-
django/django
django/django PublicThe Web framework for perfectionists with deadlines.
2,501 contributions in the last year
Skip to contributions year listDay of Week | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
October 2025
Created 20 commits in 2 repositories
Created a pull request in llvm/llvm-project that received 4 comments
Reapply "[VPlan] Compute cost of more replicating loads/stores in ::computeCost. (#160053)"
This reverts commit f80c0ba and 94eade6. Recommit a small fix for targets using prefersVectorizedAddressing. Original message: Update VPReplicateRe…
Opened 6 other pull requests in 1 repository
llvm/llvm-project
4
open
2
merged
-
[VPlan] Assign custom opcodes to recipes not mapping to IR opcodes.
This contribution was made on Oct 7
-
[VPlan] Be more careful with CSE in replicate regions.
This contribution was made on Oct 6
-
[VPlan] Support multiple F(Max|Min)Num reductions.
This contribution was made on Oct 2
-
[LAA] Check if Ptr can be freed between Assume and CtxI.
This contribution was made on Oct 2
-
Reapply "[VPlan] Compute cost of more replicating loads/stores in ::computeCost. (#160053)"
This contribution was made on Oct 2
-
[VPlan] Don't reset canonical IV start value.
This contribution was made on Oct 1
Reviewed 54 pull requests in 2 repositories
llvm/llvm-project
25 pull requests
-
[SCEV] Preserve divisibility info when creating UMax/SMax expressions.
This contribution was made on Oct 8
-
[VPlan] Assign custom opcodes to recipes not mapping to IR opcodes.
This contribution was made on Oct 8
-
[LoopRotate] Remove canRotateDeoptimizingLatchExit and multi-rotate
This contribution was made on Oct 8
-
[SCEV] Collect guard info for ICMP NE w/o constants.
This contribution was made on Oct 8
-
[VPlan] Support multiple F(Max|Min)Num reductions.
This contribution was made on Oct 8
-
[IR] Mark vector intrinsics speculatable
This contribution was made on Oct 8
-
[VPlan] Introduce chainUsesScalarValues
This contribution was made on Oct 8
-
[LV] Use ExtractLane(LastActiveLane, V) live outs when tail-folding.
This contribution was made on Oct 8
-
[LV] Improve code using VPIRPhi::getIRPhi (NFC)
This contribution was made on Oct 8
-
[VPlan] Mark ActiveLaneMask as not having mem effects
This contribution was made on Oct 8
-
[VPlan] Handle WidenCast in isSingleScalar
This contribution was made on Oct 8
-
[VPlan] Improve binary matchers in two places (NFC)
This contribution was made on Oct 7
-
[VPlan] Improve code around WidenPHI's constructor (NFC)
This contribution was made on Oct 7
-
[LV] Change opcode of FindLast/FindFirst recurrence to Instruction::Select
This contribution was made on Oct 7
-
[VPlan] Be more careful with CSE in replicate regions.
This contribution was made on Oct 7
-
[LV] Bundle partial reductions inside VPExpressionRecipe
This contribution was made on Oct 7
-
[LV] Vectorize selecting last IV of min/max element.
This contribution was made on Oct 6
-
[LV] Fix verifier failures due to 93073af
This contribution was made on Oct 6
-
Revert [LV] Move 3 functions into VPlanTransforms (NFC)
This contribution was made on Oct 6
-
[Loads] Check if Ptr can be freed between Assume and CtxI.
This contribution was made on Oct 6
-
[LV] Fixup tests following 93073af
This contribution was made on Oct 6
-
[VPlan] Add VPInstruction to unpack vector values to scalars.
This contribution was made on Oct 6
-
[compiler-rt] Do not search for sysroots for disabled Darwin targets
This contribution was made on Oct 6
-
[LV] Move 3 functions into VPlanTransforms (NFC)
This contribution was made on Oct 6
-
[LV] Increase coverage of uniformity-rewriter
This contribution was made on Oct 6
- Some pull request reviews not shown.
llvm/llvm-lnt
3 pull requests
-
Unpin versions in setup.py (2nd attempt)
This contribution was made on Oct 7
-
Bump minimum Python version to 3.10
This contribution was made on Oct 7
-
[deps] Move dependency pins to requirements.txt
This contribution was made on Oct 7
Created an issue in llvm/llvm-project that received 6 comments
[AArch64] Crash trying to scalarize llvm.vector.partial.reduce.add.v2i128.v4i128
target triple = "arm64-apple-macosx" define <2 x i128> @crash(<2 x i128> %a, <4 x i128> %b) { %r = call <2 x i128> @llvm.vector.partial.reduce.add.…