Commits
User selector
Commit History
Commits on Sep 29, 2017
[debug] remove --block-coverage.
Show description for 90e764bauthored andcommitted
[debug] no longer iterate the heap to find optimized code.
Show description for a7717bdauthored andcommitted
Commits on Sep 28, 2017
[wasm] Move compilation methods to module-compiler.h
Show description for afb7bdcauthored andcommitted

Commits on Sep 25, 2017
[cleanup] Fix (D)CHECK macros in src/{debug,inspector}
Show description for 8d38c15authored andcommitted
Port ObjectGetOwnPropertyDescriptor to CSA
Show description for e35a032authored andcommitted

Commits on Sep 17, 2017
Make CurrentContext return Handle<Context>::null
Show description for 70efab1authored andcommitted
Commits on Sep 16, 2017
[builtins] Convert String HTML functions (ex. anchor, big, bold) to CSA
Show description for 8dfdeaeauthored andcommitted
Commits on Sep 15, 2017
[coverage] Correctly free DebugInfo in the absence of breakpoints
Show description for 1420e44authored andcommitted
[builtins] Port String.prototype.repeat to CSA
Show description for 78446a8authored andcommitted
Commits on Sep 14, 2017
Convert CHECK under #if(def) DEBUG to DCHECK.
Show description for 70372dfauthored andcommitted
[type-profile] Use shared_ptr instead of raw pointer
Show description for b069315authored andcommitted
[cleanup] Delete default destructor.
Show description for b88adb2authored 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
[inspector] prepare debug::ScopeIterator for function without context
Show description for 90eb06bauthored andcommitted
[bigint] Add bytecodes for unary-minus and bitwise-not
Show description for c9efff3authored andcommitted
Commits on Sep 11, 2017
[bigint] Introduce BigInt type.
Show description for 0c246c3authored andcommitted
Remove Code::FUNCTION type and predicates.
Show description for 8340a86authored andcommitted
[csa] Migrate NumberConstructor and StringConstructor from ASM to CSA
Show description for cba0296authored andcommitted
[iwyu] Remove obsolete "api.h" include from "handles-inl.h".
Show description for 955d7e4authored andcommitted

[coverage] Use shared_ptr instead of raw pointer
Show description for 50fb877authored andcommitted
[type-profile] Move type profile to its own files
Show description for 0921c6cauthored andcommitted
Commits on Sep 8, 2017
[cleanup] Drop obsolete %StringCharCodeAt intrinsic.
Show description for 62649c8authored andcommitted
[type-profile] Incorporate into inspector protocol.
Show description for 335c8adauthored andcommitted
Commits on Sep 7, 2017
[cleanup] Replace List with std::vector in uri, debug, and others.
Show description for ab43c76authored andcommitted
[builtins] Migrate the Object constructor from JS to CSA.
Show description for 04419d4authored andcommitted
[coverage] disallow copy constructor for API objects.
Show description for 65055a9authored andcommitted
Reland "[cleanup] Replace more instances of List with std::vector."
Show description for d450441authored andcommitted
[debug-evaluate] Correctly handle DeserializeLazy
Show description for 357269aauthored andcommitted
Commits on Sep 6, 2017
Revert "[cleanup] Replace more instances of List with std::vector."
Show description for 9979985authored andcommitted
[cleanup] Replace more instances of List with std::vector.
Show description for 9b35364authored andcommitted
[builtins] Port String.prototype.{trim, trimLeft, trimRight} to CSA
Show description for 7493802authored andcommitted
Commits on Sep 5, 2017
Remove weak-list of optimized JS functions.
Show description for f0acedeauthored andcommitted
Commits on Sep 4, 2017
Revert "Remove weak-list of optimized JS functions."
Show description for 36b5028authored andcommitted
Remove weak-list of optimized JS functions.
Show description for 84c2dfcauthored andcommitted
Commits on Sep 1, 2017
[turbofan] Optimize fast enum cache driven for..in.
Show description for f1ec44eauthored andcommitted