Age | Commit message (Expand) | Author |
---|---|---|
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | Andreas Kling |
2021-06-15 | LibJS: Add a basic pass manager and add some basic passes | Ali Mohammad Pur |
2021-06-09 | LibJS: Generate bytecode in basic blocks instead of one big block | Ali Mohammad Pur |
2021-06-07 | LibJS: Devirtualize and pack the bytecode stream :^) | Andreas Kling |
2021-06-07 | LibJS: Add basic support for while loops in the bytecode engine | Andreas Kling |