- Notifications
You must be signed in to change notification settings - Fork 6
Pull requests: CompilerProgramming/ez-lang
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Implement SSA Destruction using Sreedhar / Boissinot method without coalescing
#58 by dibyendumajumdar was merged Aug 11, 2025 Loading…
Update SON backend to match chapter 22 of Simple
#56 by dibyendumajumdar was merged Aug 9, 2025 Loading…
Add compiling of boolean expressions to stack IR
#42 by dibyendumajumdar was merged Apr 4, 2025 Loading…
During SSA construction do a liveness check prior to inserting a phi
#40 by dibyendumajumdar was merged Mar 30, 2025 Loading…
Add Sea of Nodes IR implementation based on chapter 21 in Simple project
#38 by dibyendumajumdar was merged Mar 28, 2025 Loading…
AST revision to capture load/store array/field in the AST itself
#36 by dibyendumajumdar was merged Mar 26, 2025 Loading…
At parse time set a flag on index and field expressions when we detec…
#35 by dibyendumajumdar was merged Mar 16, 2025 Loading…
Small refactor to help with the incremental SSA diff
#33 by dibyendumajumdar was merged Feb 22, 2025 Loading…
Implement Incremental SSA construction using Braun's method
#32 by dibyendumajumdar was merged Feb 24, 2025 Loading…
Add test for simple SSA liveness example, also add comments and reorg…
#31 by dibyendumajumdar was merged Feb 22, 2025 Loading…
Initial null support in optimizing compiler - missing null checks
#30 by dibyendumajumdar was merged Feb 18, 2025 Loading…
Previous Next
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.