ladybird/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Compiler
Dan Klishch 0aeb7a26e9 JSSpecCompiler: Prepare for building SSA
This commit introduces NamedVariableDeclaration and
SSAVariableDeclaration and allows storing both of them in Variable node.
Also, it adds additional structures in FunctionDefinition and
BasicBlock, which will be used to store SSA form related information.
2024-01-04 12:06:56 -07:00
..
Passes JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
CompilerPass.cpp JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
CompilerPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
ControlFlowGraph.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
ControlFlowGraph.h JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
EnableGraphPointers.h JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
GenericASTPass.cpp JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00
GenericASTPass.h JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef 2023-10-26 15:45:31 -06:00