Pinned Loading
-
python_shellcode
python_shellcode PublicMy attempt(s) at using C in systems where only python is allowed
Python 5
-
dot-tree-viz
dot-tree-viz PublicSimple web app for rendering GraphViz graphs with extra attributes, and references between elements of different graphs
TypeScript
-
-
MacroDSL
MacroDSL PublicA text editor with interactive macro programming. Make macros, repeat them quickly
Zig
-
733 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
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
April 2025
Reviewed 28 pull requests in 1 repository
phate/jlm
25 pull requests
-
Adds helper function to find source node
This contribution was made on Apr 16
-
Adds Verilator AXI harness
This contribution was made on Apr 16
-
Don't generate ports for state edges in json
This contribution was made on Apr 16
-
Avoid Verilator issues by constraining names
This contribution was made on Apr 16
-
Keep names when generating Verilog
This contribution was made on Apr 16
-
Remove jlm::tests::SimpleNode class
This contribution was made on Apr 15
-
Remove StoreNode class [AndersenAgnostic][AndersenRegionAware][SteensgaardAgnostic]
This contribution was made on Apr 15
-
Remove StoreNonVolatileNode class [SteensgaardAgnostic][AndersenAgnostic][AndersenRegionAware]
This contribution was made on Apr 15
-
Remove StoreVolatileNode class [AndersenAgnostic][AndersenRegionAware][SteensgaardAgnostic]
This contribution was made on Apr 14
-
Remove LoadNode class
This contribution was made on Apr 12
-
Remove LoadNonVolatileNode [AndersenAgnostic][AndersenRegionAware][SteensgaardAgnostic]
This contribution was made on Apr 12
-
Fix bug in RegionAwareModRefSummarizer [AndersenRegionAware]
This contribution was made on Apr 12
-
Remove LoadVolatileNode class [AndersenAgnostic][AndersenRegionAware][SteensgaardAgnostic]
This contribution was made on Apr 11
-
Updated R-HLS reference metadata
This contribution was made on Apr 9
-
Add IfConversion transformation
This contribution was made on Apr 9
-
Rename provider/provisioning to summarizer and mod/ref summary
This contribution was made on Apr 7
-
Removes dead decouple-access-execute pass
This contribution was made on Apr 5
-
Rename TopDownMemoryNodeEliminator class to TopDownModRefEliminator
This contribution was made on Apr 5
-
Fix select creation in RvsdgToIpGraphConverter
This contribution was made on Apr 5
-
Extend build tests in CI
This contribution was made on Apr 5
-
Rename MemoryNodeEliminator class to ModRefEliminator
This contribution was made on Apr 4
-
Rename EliminatedMemoryNodeProvider class to EliminatedModRefSummarizer
This contribution was made on Apr 4
-
Rename RegionAwareMemoryNodeProvider class to RegionAwareModRefSummarizer
This contribution was made on Apr 4
-
Rename AgnosticMemoryNodeProvider class to AgnosticModRefSummarizer
This contribution was made on Apr 4
-
Rename memory node provider
This contribution was made on Apr 3
- Some pull request reviews not shown.
Created an issue in phate/jlm that received 1 comment
Assert fails when compiling simple switch with char*
The following C code: const char* func(int colorid) { const char *cp = "a"; switch (colorid) { case 1: cp = "b"; break; } return cp; } when compile…
1
comment
5
contributions
in private repositories
Apr 2 – Apr 10