summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-23Fix first of a few new minor bugs introduced with rewritebd-912
2024-04-23Cleanup BoilSimp -> BoilVisitorbd-912
2024-04-22Implement register allocation (no spill)bd-912
2024-04-21Fix bugs in LiveInterval, successfully calculate (gapless) LIRbd-912
2024-04-20Non-function live-interval computation algorithmbd-912
2024-04-20CFG Class cleanup/reorderingbd-912
2024-04-20Fix minor bugs in Liveness computationbd-912
2024-04-20Implement liveness tracking in CFGbd-912
2024-04-20Incorporate function parameters in Reachabilitybd-912
2024-04-20Implement partial reachable tracking in CFGbd-912
2024-04-20CFG generate edges correct edge generation for VGotobd-912
2024-04-20Another issue with edge populationbd-912
2024-04-20Fix many more issues with goto/branch found with GraphVizbd-912
2024-04-20CFG fix create edges only if nodes != (found by graphviz)bd-912
2024-04-20Fun with GraphVizbd-912
2024-04-19CFG captures VGoto pathbd-912
2024-04-19CFG captures both VBranch pathsbd-912
2024-04-19Vaporize.CFG Add incomplete edge creationbd-912
2024-04-19Global PrintFilter -> MinimalLoggerbd-912
2024-04-19Use one global loggerbd-912
2024-04-19Switched to use of Logger Modulebd-912
2024-04-19Kettle function to replace method declaractionsbd-912
2024-04-19Create 'Kettle' classbd-912
2024-04-17Basic, ugly "this" support in BoilSimpbd-912
2024-04-17Add 'if' statement functionality, booleans in BoilSimpbd-912
2024-04-17Add all of the tests I forgot to addbd-912
2024-04-17Alias each class variable to a temporary in BoilSimp.MethodDeclarationbd-912
2024-04-17Fix bugs in dereferencing, minor code cleanupbd-912
2024-04-17Fix the return statement in Boil.MethodDeclarationbd-912
2024-04-17Allow CFG to compile by removing generic typesbd-912
2024-04-17Uber-gross anonymous class functionality in Boil.MessageSendbd-912
2024-04-17TypeFactory now maps "strings" to temp aliasbd-912
2024-04-17Rename Node->NodeCFG to avoid namespace collisionbd-912
2024-04-17CFG Skeleton Filesbd-912
2024-04-16Override BoilSimp constructorbd-912
2024-04-16Make symt a class variable in BoilSimpbd-912
2024-04-16Properly use Assignment Statement, rather than putting in Allocationbd-912
2024-04-15HW3 Test runner scriptbd-912
2024-04-15Functional BoilSimp.PrintStatementbd-912
2024-04-15Use class varaible to keep track of collected program in BoilSimpbd-912
2024-04-15Allow MethodInstance to keep track of parent classbd-912
2024-04-15Some pretty-printer functionality in TotalSpillbd-912
2024-04-15Correctly call Vapor visitorbd-912
2024-04-15Add skeleton of CFG visitorbd-912
2024-04-14Add HW4 Test Filesbd-912
2024-04-14Proper Allocation sizes for Boil VarDeclarationbd-912
2024-04-14TypeCheck.MessageSend partial implementationbd-912
2024-04-13Complete MessageSendbd-912
2024-04-11Very simple argument passing Boil.MessageSendbd-912
2024-04-10Library rename, created A4 directoriesbd-912