Commits
User selector
Commit History
Commits on Sep 22, 2017
[es2015] Introduce dedicated GetTemplateObject bytecode.
Show description for 79ac69bauthored andcommitted
Commits on Sep 12, 2017
[bigint] Add bytecodes for unary-minus and bitwise-not
Show description for c9efff3authored andcommitted
[bigint] Output ToNumber bytecode for unary plus
Show description for bf55951authored andcommitted
Commits on Sep 8, 2017
Introduce an Abort bytecode and turbofan operator.
Show description for 6e8c00fauthored andcommitted
Commits on Sep 7, 2017
[bigint] Move desugaring of unary ops from Parser to BytecodeGenerator
Show description for 6fd19f7authored andcommitted
[Interpreter] Make CallJSRuntime implicitly use undefined reciever.
Show description for a192639authored andcommitted
Commits on Sep 1, 2017
[turbofan] Optimize fast enum cache driven for..in.
Show description for f1ec44eauthored andcommitted
Commits on Aug 28, 2017
[literals] No longer use a FeedbackVectorSlot for the empty object literal
Show description for dbaafb7authored andcommitted
Commits on Aug 21, 2017
[literals] Add CreateEmptyObjectLiteral bytecode
Show description for 7daf8cfauthored andcommitted
Commits on Aug 8, 2017
[async-iteration] eliminate Suspend for AsyncGeneratorYield await
Show description for a094e36authored andcommitted
Commits on Aug 2, 2017
Fix common misspellings
Show description for b41f857authored andcommitted
Commits on Jul 27, 2017
[objects] Make feedback vector a first-class object
Show description for 37680d6authored andcommitted
Commits on Jul 25, 2017
[interpreter] make `suspend_id` an immediate operand to SuspendGenerator
Show description for 4fe1d71authored andcommitted
[literals] Introduce CreateEmptyArrayLiteral Bytecode
Show description for 0392eb2authored andcommitted
Commits on Jul 24, 2017
[turbofan] Add IC support for Call/ConstructWithSpread.
Show description for 5ee1b7aauthored andcommitted
Commits on Jul 20, 2017
Revert "[literals] Introduce CreateEmptyArrayLiteral Bytecode"
Show description for 62f8337authored andcommitted
Commits on Jul 19, 2017
[Ignition / TurboFan] Revert all StringConcat bytecode implementation.
Show description for 2da7a9bauthored andcommitted
[literals] Introduce CreateEmptyArrayLiteral Bytecode
Show description for 4851745authored andcommitted
Commits on Jul 14, 2017
[inspector] improve return position of explicit return in non-async function
Show description for 0896586authored andcommitted
[generators] remove SuspendFlags enum and related code
Show description for 53553f5authored andcommitted
Commits on Jun 27, 2017
Revert "[ignition] Merge bytecode array builder and writer"
Show description for c6414daauthored andcommitted
Commits on Jun 23, 2017
[ignition] Merge bytecode array builder and writer
Show description for 87f7176authored andcommitted
Commits on Jun 22, 2017
[scopes] Fix sloppy-mode block-scoped function hoisting edge case
Show description for d54ffadauthored andcommitted
Commits on Jun 6, 2017
[coverage] Block coverage with support for IfStatements
Show description for b424154authored andcommitted
[Interpreter] Introduce bytecodes that check for hole and throw.
Show description for c360c6aauthored andcommitted
Commits on Jun 2, 2017
This is a first step towards reducing the number of stores/loads when suspending/resuming a generator.
Show description for f064561authored andcommitted
Commits on May 24, 2017
[Interpreter] Allocate context registers as temporary registers.
Show description for c68df41authored andcommitted
Commits on May 22, 2017
Revert "[Interpreter] Improve handling of a === true / false."
Show description for c3f8b50authored andcommitted
[Interpreter] Add StringConcat bytecode.
Show description for 905d7aaauthored andcommitted
[Interpreter] Improve handling of a === true / false.
Show description for bdf70aaauthored andcommitted
Commits on May 15, 2017
[ignition] Introduce Switch bytecode for generators
Show description for f133bc8authored andcommitted
Commits on Apr 12, 2017
[Interpreter] Remove BytecodePipeline.
Show description for b7a7096authored andcommitted
Commits on Apr 11, 2017
Reland: [ignition] Add call bytecodes for undefined receiver
Show description for 57afd0bauthored andcommitted
Revert "[ignition] Add call bytecodes for undefined receiver"
Show description for 925212aauthored andcommitted
Commits on Apr 10, 2017
[ignition] Add call bytecodes for undefined receiver
Show description for 751e893authored andcommitted