Commits
User selector
Commit History
Commits on Oct 5, 2017
[parser] Skipping inner funcs: Fix hoisting.
Show description for f6f5bafauthored andcommitted
Revert "[language] Implement optional catch binding proposal"
Show description for ba44981authored andcommitted
[language] Implement optional catch binding proposal
Show description for d0651bdauthored andcommitted
Commits on Sep 25, 2017
[turbofan] Properly optimize literals in inlined functions.
Show description for 855b88aauthored andcommitted
Commits on Sep 22, 2017
[es2015] Introduce dedicated GetTemplateObject bytecode.
Show description for 79ac69bauthored andcommitted
Commits on Sep 18, 2017
[ast] Remove unused feedback slot for the class name variable
Show description for 3ac1947authored andcommitted
Commits on Sep 15, 2017
[parser] Remove obsolete "asm_function_scope".
Show description for 79a35ebauthored andcommitted

Commits on Sep 14, 2017
Convert CHECK under #if(def) DEBUG to DCHECK.
Show description for 70372dfauthored andcommitted
Commits on Sep 13, 2017
[iwyu] Remove illegal inline include from "macro-assembler.h"
Show description for bc69f34authored andcommitted

Commits on Sep 12, 2017
[bigint] Add bytecodes for unary-minus and bitwise-not
Show description for c9efff3authored andcommitted
Commits on Sep 7, 2017
[bigint] Move desugaring of unary ops from Parser to BytecodeGenerator
Show description for 6fd19f7authored andcommitted
Commits on Sep 5, 2017
[ast] Inline one DCHECK caller of IsValidReferenceExpressionOrThis()
Show description for f9cbfafauthored andcommitted
Commits on Sep 1, 2017
[turbofan] Optimize fast enum cache driven for..in.
Show description for f1ec44eauthored andcommitted
Commits on Aug 31, 2017
[ast] Remove dead AST code after Crankshaft deletion
Show description for aabb7feauthored andcommitted
[parser] Reduce AST overhead for parsing SwitchStatements
Show description for 6154040authored andcommitted
Commits on Aug 30, 2017
[ast] Make CaseClause a plain ZoneObject, not an Expression
Show description for de046f5authored andcommitted
Commits on Aug 29, 2017
[parser] Give all Blocks kNoSourcePosition
Show description for a1aa3b2authored andcommitted
[parser] Simplify callers of NewBlock
Show description for 232b1afauthored andcommitted
[ast] Slim down Block by one pointer, moving labels_ storage to subclass
Show description for f5dca8aauthored andcommitted
Commits on Aug 25, 2017
[cleanup] Replace List with std::vector in runtime and builtins.
Show description for 42ccbd3authored andcommitted
Commits on Aug 23, 2017
[cleanup] Move modules-related code into src/objects/.
Show description for 61e7007authored andcommitted
Reland "[Compiler] Remove code aging support."
Show description for 8bf15bfauthored andcommitted
Commits on Aug 22, 2017
[parser] Avoid redundant rewriting of arrow params
Show description for 35e4bcbauthored andcommitted
Revert "[Compiler] Remove code aging support."
Show description for 42d3d36authored andcommitted
[Compiler] Remove code aging support.
Show description for a205117authored andcommitted
[asm-js] Use existing character-stream to re-parse asm.js modules.
Show description for b7a124eauthored andcommitted
[parser] Skipping inner funcs: allow handle deref when restoring the data.
Show description for 7dda7e8authored andcommitted
Commits on Aug 21, 2017
[ast] Remove obsolete Scope::IsAsmFunction predicate.
Show description for 7c061baauthored andcommitted

[literals] Add CreateEmptyObjectLiteral bytecode
Show description for 7daf8cfauthored andcommitted
Commits on Aug 18, 2017
[Parsing] Remove parse-task support.
Show description for ef8baffauthored andcommitted
[ast] Save one pointer in most Function and Variable declaration node
Show description for 69b165dauthored andcommitted
Commits on Aug 17, 2017
[ignition] desugar AsyncGenerator yield* in BytecodeGenerator
Show description for fbb4647authored andcommitted
Commits on Aug 16, 2017
[ast] Create CompoundAssignment subclass of Assignment
Show description for 8024d38authored andcommitted
[parser] Skipping inner funcs: drop "experimental" from flag name.
Show description for c3cf3d0authored andcommitted
Commits on Aug 14, 2017
[Compiler] Split CompileUnoptimizedCode into main and non-main thread phases
Show description for 06d91daauthored andcommitted