Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
writemorecode
/
minijava_compiler
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: writemorecode/minijava_compiler
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
CI
CI
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
ci.yml
will be ignored since log searching is not yet available
37 workflow runs
37 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Extract repeated CFG search code into separate function
CI
#37:
Commit
238be8c
pushed by
writemorecode
53s
main
main
53s
View workflow file
Add trivial jump block elimination pass
CI
#36:
Commit
635d684
pushed by
writemorecode
50s
main
main
50s
View workflow file
Add trivial jump block elimination pass
CI
#35:
Pull request
#16
opened by
writemorecode
50s
codex/trivial-jump-block-elimination
codex/trivial-jump-block-elimination
50s
View #16
View workflow file
Add unreachable block elimination pass
CI
#34:
Commit
fecacb5
pushed by
writemorecode
49s
main
main
49s
View workflow file
Add unreachable block elimination optimization pass
CI
#33:
Pull request
#15
synchronize by
writemorecode
52s
feat/ir_opt_pass_unreachable_blocks
feat/ir_opt_pass_unreachable_blocks
52s
View #15
View workflow file
Add conditional jump folding IR pass
CI
#32:
Commit
3d75005
pushed by
writemorecode
1m 4s
main
main
1m 4s
View workflow file
Add conditional jump folding IR pass
CI
#31:
Pull request
#14
opened by
writemorecode
47s
feat/ir_opt_pass_cond_jump_fold
feat/ir_opt_pass_cond_jump_fold
47s
View #14
View workflow file
Add instruction-based constant folding tests
CI
#30:
Commit
39a6e70
pushed by
writemorecode
54s
main
main
54s
View workflow file
Implement IR optimization: constant folding
CI
#29:
Pull request
#13
opened by
writemorecode
47s
feat/ir_opt_pass_const_fold
feat/ir_opt_pass_const_fold
47s
View #13
View workflow file
Fix implicit conversion issues
CI
#28:
Commit
655f4c0
pushed by
writemorecode
47s
main
main
47s
View workflow file
Refactor IR generation to use a visitor type
CI
#27:
Commit
0a0d4ac
pushed by
writemorecode
1m 4s
main
main
1m 4s
View workflow file
Refactor IR generation to use a visitor type
CI
#26:
Pull request
#12
opened by
writemorecode
58s
refactor/visitor_ir_gen
refactor/visitor_ir_gen
58s
View #12
View workflow file
Fix: Make CFG own basic blocks
CI
#25:
Commit
4edc699
pushed by
writemorecode
54s
main
main
54s
View workflow file
Fix: Make CFG own basic blocks
CI
#24:
Pull request
#11
opened by
writemorecode
50s
refactor/cfg_ownership_semantics
refactor/cfg_ownership_semantics
50s
View #11
View workflow file
Fix: execute object and array bytecode correctly in VM
CI
#23:
Commit
566eb57
pushed by
writemorecode
57s
main
main
57s
View workflow file
Fix: execute object and array bytecode correctly in VM
CI
#22:
Pull request
#10
opened by
writemorecode
52s
feat/vm_arr_obj_bytecode
feat/vm_arr_obj_bytecode
52s
View #10
View workflow file
Fix: include class fields in VM activation variables
CI
#21:
Commit
887f578
pushed by
writemorecode
50s
main
main
50s
View workflow file
Fix: include class fields in VM activation variables
CI
#20:
Pull request
#9
opened by
writemorecode
52s
fix/class_fields_vm
fix/class_fields_vm
52s
View #9
View workflow file
Fix: place STOP on reachable main CFG leaves
CI
#19:
Commit
b28c68c
pushed by
writemorecode
57s
main
main
57s
View workflow file
Fix bugs in IR generation
CI
#18:
Pull request
#8
opened by
writemorecode
51s
bugs/ir_generation
bugs/ir_generation
51s
View #8
View workflow file
Refactor: move type checking to TypeCheckVisitor pass
CI
#17:
Commit
18cb96a
pushed by
writemorecode
54s
main
main
54s
View workflow file
Refactor: implement "TypeCheckVisitor" for type-checking
CI
#16:
Pull request
#7
opened by
writemorecode
51s
refactor/type_checking
refactor/type_checking
51s
View #7
View workflow file
Remove Codex refactor spec file
CI
#15:
Commit
ced4917
pushed by
writemorecode
1m 0s
main
main
1m 0s
View workflow file
Refactor: use visitors for symbol table construction
CI
#14:
Pull request
#6
opened by
writemorecode
55s
refactor/symtab_visitor
refactor/symtab_visitor
55s
View #6
View workflow file
Fix null checks in method call IR generation
CI
#13:
Commit
33f2278
pushed by
writemorecode
55s
main
main
55s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.