1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:18:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Compiler/Passes
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
..
CFGBuildingPass.cpp JSSpecCompiler: Add control flow building pass 2023-12-14 09:06:05 -07:00
CFGBuildingPass.h JSSpecCompiler: Add control flow building pass 2023-12-14 09:06:05 -07:00
CFGSimplificationPass.cpp JSSpecCompiler: Add control flow graph simplification pass 2024-01-04 12:06:56 -07:00
CFGSimplificationPass.h JSSpecCompiler: Add control flow graph simplification pass 2024-01-04 12:06:56 -07:00
FunctionCallCanonicalizationPass.cpp JSSpecCompiler: Move passes to Passes subdirectory of Compiler/ 2023-10-26 15:45:31 -06:00
FunctionCallCanonicalizationPass.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
IfBranchMergingPass.cpp JSSpecCompiler: Move passes to Passes subdirectory of Compiler/ 2023-10-26 15:45:31 -06:00
IfBranchMergingPass.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00
ReferenceResolvingPass.cpp JSSpecCompiler: Prepare for building SSA 2024-01-04 12:06:56 -07:00
ReferenceResolvingPass.h JSSpecCompiler: Provide an adequate command line interface 2023-10-26 15:45:31 -06:00