Modifier and Type | Class and Description |
---|---|
class |
ExportControlFlowDOT
Build a digraph DOT representation of a Decaf CFG, which can converted to an
image (e.g., PNG or JPEG) using the "dot" utility included with GraphViz.
|
class |
GenerateX86
Generates NASM-compatible x86 assembly code from an
ILOCProgram . |
class |
GenerateY86
Generates y86-64 assembly code from an
ILOCProgram . |
class |
ILOCInterpreter
Simulates a simple architecture that can directly execute ILOC programs.
|
class |
LocalRegisterAllocator
Performs register allocation for an ILOC program.
|
class |
MyLivenessAnalysis
Performs liveness analysis on an ILOC program.
|
class |
MyLocalRegisterAllocator |
class |
RenumberRegistersAndLabels
Simple ILOC analysis pass that renumbers all the virtual register and
anonymous jump label IDs.
|
Copyright © 2019. All rights reserved.