Pinned Loading
-
fusionlanguage/fut
fusionlanguage/fut PublicFusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.
502 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
June 2025
Created 15 commits in 7 repositories
Created a pull request in llvm/llvm-project that received 6 comments
[RISCV] Fold LI 1 / SLLI into BSETI during i64 materialization
My first approach was to avoid emitting LI 1 / SLLI in the first place. Unfortunately, that favors BSETI C / ADDI -1 over LI -1 / SRLI 64-C even th…
+30
−16
lines changed
•
6
comments
Opened 5 other pull requests in 3 repositories
llvm/llvm-project
3
merged
-
[RISCV][NFC] Update the comments in RISCVMatInt.h
This contribution was made on Jun 9
-
[RISCV] Select (add/or C, x) -> (add.uw C|0xffffffff00000000, x)
This contribution was made on Jun 9
-
[RISCV] Fold SRLIW+SLLI+ADD into SRLIW+SHXADD
This contribution was made on Jun 3
msys2/MINGW-packages
1
merged
-
mypy: update to 1.16.1
This contribution was made on Jun 17
msys2/MSYS2-packages
1
merged
-
gradle: Update to 8.14.2
This contribution was made on Jun 6
Reviewed 13 pull requests in 2 repositories
llvm/llvm-project
10 pull requests
-
[HashRecognize] Rewrite arePHIsIntertwined
This contribution was made on Jun 23
-
[HashRecognize] Check TC against bitwidth of LHSAux
This contribution was made on Jun 23
-
[HashRecognize] Tighten pre-conditions for analysis
This contribution was made on Jun 18
-
[HashRecognize] Don't const-qualify Values in result
This contribution was made on Jun 18
-
[HashRecognize] Fix big-endian CRC tables
This contribution was made on Jun 18
-
[LoopIdiom] Use HashRecognize to optimize CRC
This contribution was made on Jun 18
-
[RISCV] Select (add/or C, x) -> (add.uw C|0xffffffff00000000, x)
This contribution was made on Jun 9
-
[RISCV] Remove artificial restriction on ShAmt from (shl (and X, C2), C) -> (srli (slli X, C4), C4-C) isel.
This contribution was made on Jun 5
-
[HashRecognize] Introduce dump methods for debug
This contribution was made on Jun 4
-
[RISCV] Fold LI 1 / SLLI into BSETI during i64 materialization
This contribution was made on Jun 2
llvm/llvm-test-suite
3 pull requests
-
[HashRecognize] Introduce CRC macros, factoring code
This contribution was made on Jun 27
-
[HashRecognize] Add CRC optz tests with type-mismatch
This contribution was made on Jun 23
-
[HashRecognize] Add tests to verify CRC optz
This contribution was made on Jun 18
Created an issue in llvm/llvm-project that received 8 comments
TIMEOUT: lldb-shell :: Settings/TestCxxFrameFormatRecursive.test on Linux
This test fails and it looks unrelated to my change in RISC-V target: https://lab.llvm.org/buildbot/#/builders/59/builds/18799 https://lab.llvm.org…
8
comments
Opened 1 other issue in 1 repository
llvm/llvm-project
1
closed
-
Flang.Lower/namelist.f90 failed in an unrelated PR
This contribution was made on Jun 4
Answered 1 discussion in 1 repository
fusionlanguage/fut
fusionlanguage/fut
-
How to count character occurrence in a string?
This contribution was made on Jun 3