ladybird/Userland/Libraries/LibJS/Bytecode/Pass
Linus Groh 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Having an alias function that only wraps another one is silly, and
keeping the more obvious name should flush out more uses of deprecated
strings.
No behavior change.
2023-01-27 20:38:49 +00:00
..
DumpCFG.cpp LibJS: Remove unused header includes 2021-08-01 08:10:16 +02:00
GenerateCFG.cpp LibJS: Remove FinishUnwind instruction 2022-12-06 16:09:24 +03:30
LoadElimination.cpp AK+Everywhere: Replace all Bitmap::must_create() uses with ::create() 2022-12-22 15:48:53 +01:00
MergeBlocks.cpp AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
PlaceBlocks.cpp LibJS: Avoid unnecessary copies in PlaceBlocks codegen pass 2022-01-01 15:40:39 +01:00
UnifySameBlocks.cpp LibJS: Don't mark blocks for unification multiple times 2022-12-03 17:07:30 +03:30