Commits
User selector
Commit History
Commits on Sep 22, 2017
[es2015] Introduce dedicated GetTemplateObject bytecode.
Show description for 79ac69bauthored andcommitted
Commits on Sep 14, 2017
Convert CHECK under #if(def) DEBUG to DCHECK.
Show description for 70372dfauthored 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
[type-profile] Incorporate into inspector protocol.
Show description for 335c8adauthored andcommitted
Commits on Sep 5, 2017
[storeic] Drop duplicate stubs for each LanguageMode
Show description for cfcdeabauthored 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 11, 2017
[Interpreter] Remove new.target from fixed frame slot.
Show description for c820b89authored andcommitted
Commits on Aug 8, 2017
[async-iteration] eliminate Suspend for AsyncGeneratorYield await
Show description for a094e36authored 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 18, 2017
[ignition] removed nop bytecode
Show description for a8176a5authored 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 Jul 13, 2017
[cleanup] Remove always-off support for tail calls
Show description for 1769f89authored 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
[cleanup] Remove return after UNREACHABLE
Show description for 9a8efd8authored 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