index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-06-07
LibJS: Remove redundant Value() from bytecode bitwise ops execute()
Linus Groh
2021-06-07
LibJS: Add bytecode ops for loading boolean and null values
Gunnar Beutner
2021-06-07
LibJS: Fix AbstractInequals returning result of AbstractEquals
Ryan Chandler
2021-06-07
LibJS: Add bytecode ops for &, | and ^
Luke
2021-06-07
LibJS: Add bytecode ops for >, >= and <=
Gunnar Beutner
2021-06-07
CONTRIBUTING.md: Add Pull Request Q&A section
Nick Miller
2021-06-07
LibJS: Add bytecode instructions for modulo and exponentiation
Gunnar Beutner
2021-06-07
Toolchain: Add `ccache` to Dockerfile
Jelle Raaijmakers
2021-06-07
LibJS: Add bytecode instructions for multiplication and division
Gunnar Beutner
2021-06-07
Ports: Add Beneath a Steel Sky
Jelle Raaijmakers
2021-06-07
LibJS: Remove unused Bytecode::Block::m_buffer_end
Andreas Kling
2021-06-07
LibJS: Add placeholder bytecode block sealing mechanism
Andreas Kling
2021-06-07
LibJS: Cache generated bytecode for ScriptFunction
Andreas Kling
2021-06-07
LibJS: Move bytecode debug spam behind JS_BYTECODE_DEBUG :^)
Andreas Kling
2021-06-07
LibJS: Devirtualize and pack the bytecode stream :^)
Andreas Kling
2021-06-07
LibJS: Reset Bytecode::Interpreter's m_return_value when leaving run()
Andreas Kling
2021-06-07
LibJS: Make sure the global CallFrame doesn't go out of scope
Andreas Kling
2021-06-07
LibJS: Add AbstractEquals bytecode instruction for == comparison :^)
Andreas Kling
2021-06-07
LibJS: Add basic support for "continue" in the bytecode VM
Andreas Kling
2021-06-07
LibJS: Add basic "if" statement support to the bytecode VM :^)
Andreas Kling
2021-06-07
LibJS: Compile ScriptFunctions into bytecode and run them that way :^)
Andreas Kling
2021-06-07
js: Exit the program after dumping and/or running bytecode
Andreas Kling
2021-06-07
LibJS: Support basic function calls in the bytecode world :^)
Andreas Kling
2021-06-07
LibJS: Add a new EnterScope bytecode instruction
Andreas Kling
2021-06-07
LibJS: Create a global/outermost CallFrame for Bytecode::Interpreter
Andreas Kling
2021-06-07
LibJS: Add GetById bytecode instruction for object property retrieval
Andreas Kling
2021-06-07
LibJS: Add PutById bytecode instruction for object property assignment
Andreas Kling
2021-06-07
LibJS: Add a NewObject bytecode instruction for ObjectExpression :^)
Andreas Kling
2021-06-07
LibJS: Generate bytecode for do...while statements :^)
Andreas Kling
2021-06-07
LibJS: Add AbstractInequals bytecode instruction :^)
Andreas Kling
2021-06-07
LibJS: Add basic support for while loops in the bytecode engine
Andreas Kling
2021-06-07
LibJS: Add LessThan bytecode instruction :^)
Andreas Kling
2021-06-07
LibJS: Print bytecode registers with format "$num" instead of "rnum"
Andreas Kling
2021-06-07
LibJS: Make Bytecode::Generator::emit() return the created instruction
Andreas Kling
2021-06-07
LibJS: Move AST bytecode generation virtuals to separate cpp file
Andreas Kling
2021-06-07
LibJS: Add Sub bytecode instruction (subtract values)
Andreas Kling
2021-06-07
LibJS: Add formatting helper for Bytecode::Register
Andreas Kling
2021-06-07
LibJS: Some more opcodes for the bytecode VM
Andreas Kling
2021-06-07
LibJS: Add a VM accessor to Bytecode::Interpreter :^)
Andreas Kling
2021-06-07
LibJS: Start fleshing out a bytecode for the JavaScript engine :^)
Andreas Kling
2021-06-07
LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor
Idan Horowitz
2021-06-07
LibJS: Add missing length field to Symbol.prototype[Symbol.ToPrimitive]
Idan Horowitz
2021-06-07
LibWeb+LibSyntax: Implement nested syntax highlighters
Ali Mohammad Pur
2021-06-07
Kernel: Remove incorrect VERIFY() in Thread::relock_process
Gunnar Beutner
2021-06-07
WindowServer+Magnifier: Make Magnifier buttery smooth :^)
Andreas Kling
2021-06-07
Magnifier: Use a GUI::DisplayLink to drive the screen captures
Andreas Kling
2021-06-07
LibJS: Flatten Shape::property_table()
Andreas Kling
2021-06-07
LibJS: Add VM::dump_backtrace()
Andreas Kling
2021-06-07
Toolchain+Ports: Fix building binutils on FreeBSD
Gunnar Beutner
2021-06-07
Documentation: Add ccache and rsync to the packages to install
Gunnar Beutner
[next]