1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 18:38:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/Compiler
Dan Klishch 12072dbac5 JSSpecCompiler: Add control flow graph simplification pass
It removes empty `BasicBlock`s with an unconditional jump continuation
and then removes unreferenced blocks from the graph.
2024-01-04 12:06:56 -07:00
..
Passes JSSpecCompiler: Add control flow graph simplification pass 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: Add --dump-cfg option 2023-12-14 09:06:05 -07:00
ControlFlowGraph.h JSSpecCompiler: Add --dump-cfg option 2023-12-14 09:06:05 -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