summaryrefslogtreecommitdiff
path: root/vaporize
AgeCommit message (Expand)Author
2024-04-24VaporizeVisitor VCall + VReturnbd-912
2024-04-24Backed up callee/caller saved registers in VaporizeVisitorbd-912
2024-04-24Added VaporizeVisitor, with VAssign, VMemRead, and VMemWritebd-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-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-17Add all of the tests I forgot to addbd-912
2024-04-17Allow CFG to compile by removing generic typesbd-912
2024-04-17Rename Node->NodeCFG to avoid namespace collisionbd-912
2024-04-17CFG Skeleton Filesbd-912
2024-04-16Make symt a class variable in BoilSimpbd-912
2024-04-15HW3 Test runner scriptbd-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-10Library rename, created A4 directoriesbd-912
2024-04-09Partial arguments in Vaporize.MessageSend, Typecheck for milestonebd-912
2024-04-09Finished Vaporize.MessageSendbd-912
2024-04-08J2V works for simple examplesbd-912
2024-04-07Update vaporize visitor for new ST, observe hard work pay offbd-912
2024-04-02Store SymTable child information as an array of stringsbd-912
2024-03-27SymbolTable to separate library, Class/Method Instancesbd-912
2024-03-27Expand file structure, Vaporize skeletonbd-912