summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-07More bugfixes in ST, changes to scopingbd-912
2024-04-06Partial restoration of TypeCheckSimp to work with new SymTablebd-912
2024-04-06Add SymTableTopDown, changes to SymbolTable to make it possiblebd-912
Delete SymTableVis
2024-04-06Added SymTableFirst, the completed first visitorbd-912