Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-07-19 | AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmap | Daniel Bertalan |
2021-10-25 | LibJS: Always inline the bytecode instruction iterator's operator++ | Andreas Kling |
2021-06-15 | LibJS: Add a basic pass manager and add some basic passes | Ali Mohammad Pur |
2021-06-15 | LibJS: Make basic block size customizable | Ali Mohammad Pur |
2021-06-10 | LibJS: Allocate 4 KiB for Bytecode::BasicBlock | Andreas Kling |
2021-06-09 | LibJS: Store strings in a string table | Gunnar Beutner |
2021-06-09 | LibJS: Generate bytecode in basic blocks instead of one big block | Ali Mohammad Pur |