summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/Pass
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-14LibJS/Bytecode: Replace merged block references before copying themAli Mohammad Pur
2022-01-01LibJS: Avoid unnecessary copies in MergeBlocks codegen passBen Wiederhake
2022-01-01LibJS: Avoid unnecessary copies in PlaceBlocks codegen passBen Wiederhake
2021-08-01LibJS: Remove unused header includesBrian Gianforcaro
2021-06-27LibJS: Stop qualifying AK::FunctionAndreas Kling
2021-06-19LibJS: Add JumpUndefined bytecodeMatthew Olsson
2021-06-15LibJS: Add a basic pass manager and add some basic passesAli Mohammad Pur