Age | Commit message (Expand) | Author |
---|---|---|
2024-04-24 | Backed up callee/caller saved registers in VaporizeVisitor | bd-912 |
2024-04-24 | Added VaporizeVisitor, with VAssign, VMemRead, and VMemWrite | bd-912 |
2024-04-22 | Implement register allocation (no spill) | bd-912 |
2024-04-20 | Non-function live-interval computation algorithm | bd-912 |
2024-04-20 | CFG Class cleanup/reordering | bd-912 |
2024-04-20 | CFG fix create edges only if nodes != (found by graphviz) | bd-912 |
2024-04-19 | Vaporize.CFG Add incomplete edge creation | bd-912 |
2024-04-19 | Use one global logger | bd-912 |
2024-04-19 | Switched to use of Logger Module | bd-912 |
2024-04-19 | Create 'Kettle' class | bd-912 |
2024-04-17 | Allow CFG to compile by removing generic types | bd-912 |
2024-04-17 | Rename Node->NodeCFG to avoid namespace collision | bd-912 |
2024-04-17 | CFG Skeleton Files | bd-912 |
2024-04-16 | Make symt a class variable in BoilSimp | bd-912 |
2024-04-15 | Correctly call Vapor visitor | bd-912 |
2024-04-15 | Add skeleton of CFG visitor | bd-912 |