platform/upstream/v8.git
2015-02-11 yangguoWhitelist serialized objects wrt MSAN.
2015-02-11 hpayerUse just one to-space page for the promotion queue.
2015-02-11 titzer[turbofan] Use heavy-handed graph duplication to do...
2015-02-11 yangguoFix NewStringRangeError failure due to failing malloc.
2015-02-11 yangguoThrow on range error when creating a string via API.
2015-02-11 ulanReland r26549 "Fix IsWeakObjectInOptimizedCode predicat...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dcarneyremove undetectable strings
2015-02-11 mstarzingerRemove obsolete Malloced::FatalProcessOutOfMemory.
2015-02-11 dcarneyadd transitions for global properties in ics
2015-02-11 dusan.milosavljevicMake SNaN verification universal for all arches.
2015-02-11 svenpanneRelaxed parameter types a bit.
2015-02-11 Benedikt Meurer[vim] Pass correct -std flags to YCM libclang.
2015-02-11 loisloRemove obsolete method ProfileTree::AddPathFromStart...
2015-02-11 bmeurer[vim] Add YouCompleteMe configuration.
2015-02-11 bmeurer[vim] Add ninja-powered CrBuild/CrCompileFile functions.
2015-02-11 v8-autorollUpdate V8 DEPS.
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-10 arvRemove Function.prototype.toMethod
2015-02-10 Erik ArvidssonFix usage of super in js perf test
2015-02-10 arvsuper is only allowed in methods, accessors and constructor
2015-02-10 rossberg[strong] Introduce --use-strong flag
2015-02-10 adamkEnable compiling mjsunit tests as ES6 modules
2015-02-10 balazs.kilvadyMIPS64: Propagate DeoptInfo to cpu-profiler
2015-02-10 balazs.kilvadyMIPS: Parsing: Make Scope not know about Isolate.
2015-02-10 Michael AchenbachRevert "Whitespace CL to test poller."
2015-02-10 machenbachRevert of Fix IsWeakObjectInOptimizedCode predicate...
2015-02-10 ishellRevert of Temporarily disable double fields unboxing...
2015-02-10 ulanFix IsWeakObjectInOptimizedCode predicate to also inclu...
2015-02-10 Michael AchenbachWhitespace CL to test poller.
2015-02-10 vogelheimFix cctest + unittest to work with an external snapshot.
2015-02-10 marjaParsing: Make Scope not know about Isolate.
2015-02-10 loisloPropagate DeoptInfo to cpu-profiler
2015-02-10 marjaGet rid of PreParserScope.
2015-02-10 v8-autorollUpdate V8 DEPS.
2015-02-10 svenpanneMassage the CodeStub class hierarchy a bit.
2015-02-10 yangguoCorrectly pointer-align code cache payload.
2015-02-10 titzerReduce the number of iterations in some OSR tests by...
2015-02-10 bmeurerAdd compile_commands.json to .gitignore.
2015-02-10 chunyang.daiFix the MachineSignature* parameters change for turbofa...
2015-02-10 Benedikt MeurerIgnore unsupport host architectures for binutils download.
2015-02-10 bmeurer[linux] Improve link time with Chromium-bundled binutils.
2015-02-10 akos.palfiMIPS: [turbofan] Initial support for Switch.
2015-02-09 balazs.kilvadyMIPS: Assembler support for internal references.
2015-02-09 chunyang.daiAdd dummy implementation for turbofan unsupported platform.
2015-02-09 jochenAdd a flag to over approximate the weak closure during GC
2015-02-09 yangguoAdd DCHECKs to back reference deserialization.
2015-02-09 jochenIntroduce a compile method that takes context extensions
2015-02-09 yangguoAdd payload checksum to code cache data.
2015-02-09 dcarney[turbofan] make zone allocation of InstructionOperand...
2015-02-09 titzerRemove some busy-OSR loops from tests using %OptimizeOsr().
2015-02-09 chunyang.daiX87: Externalize deoptimization reasons.
2015-02-09 mstarzingerRemove dependency on v8.h from TurboFan.
2015-02-09 dcarney[turbofan] remove one level of indirection in phi inputs
2015-02-09 titzerMake it easier to test OSR with %OptimizeOsr() runtime...
2015-02-09 dcarneyadd support for all can read interceptors
2015-02-09 bmeurer[x64] Fix strict aliasing error with GCC.
2015-02-09 cdai2X87: Remove the obsolete OverwriteMode optimization.
2015-02-09 cdai2X87: Fix assertion in full codegen for holed 'this'
2015-02-09 dcarneyfix transition of typedarrays in ics
2015-02-09 cdai2X87: Retry "Use a WeakCell in the CallIC type vector."
2015-02-09 yangguoCorrectly clean up natives sources on tear down.
2015-02-09 bmeurer[turbofan] Initial support for Switch.
2015-02-09 cdai2X87: Introduce LanguageMode, drop StrictMode.
2015-02-09 akos.palfiFix build with GCC 4.6.
2015-02-09 cdai2X87: new classes: special construct stub for derived...
2015-02-09 cdai2X87: Super Constructor Calls need to use a vector slot...
2015-02-09 benFix --max_old_space_size=4096 integer overflow.
2015-02-09 Yang GuoAdd StrongLoop, Inc. to AUTHORS.
2015-02-09 cdai2X87: Megamorphic KeyedLoadIC needs special handling...
2015-02-09 chunyang.daiX87: Reland "Initial switch to Chromium-style CHECK_...
2015-02-09 cdai2X87: Continue learning for calls in crankshaft.
2015-02-07 chunyang.daiX87: Add MEGAMORPHIC state support for KeyedLoadIC
2015-02-07 chunyang.daiX87: Initial switch to Chromium-style CHECK_* and DCHEC...
2015-02-07 chunyang.daiX87: fix performance regression on intel call api stubs
2015-02-07 chunyang.daiX87: Use a trampoline stub to load the type feedback...
2015-02-07 cdai2X87: Remove the dependency of Zone on Isolate
2015-02-07 cdai2X87: new classes: change semantics of super(...) call...
2015-02-07 v8-autorollUpdate V8 DEPS.
2015-02-06 arvRename ParseSourceElements in preparser too
2015-02-06 arvAllow eval and arguments as property names
2015-02-06 adamkAdd basic compilation support for modules
2015-02-06 loisloSimplify cpu-profiler test code with help of wrappers.
2015-02-06 marjaPreParser / Parser consistency: Make PreParser aware...
2015-02-06 titzer[turbofan] OSR loops assign all local variables.
2015-02-06 ishellTemporarily disable double fields unboxing.
2015-02-06 jochenCheck that we're called on a valid heap during idle...
2015-02-06 yangguoAdd hash fields to code cache header.
2015-02-06 titzer[turbofan] Fix loop analysis bug with certain phi struc...
2015-02-06 mstarzingerMake the Linkage::NeedsFrameState list more intuitive.
2015-02-06 cdai2x87: currently Turbofan is not supported by X87 so...
2015-02-06 bmeurer[x64] Assembler support for internal references and...
2015-02-06 svenpanneConst-corrected some MachineSignature* parameters.
2015-02-06 Dan Carneysplit interceptor tests off of test-api
2015-02-06 dslomovnew classes: assert that constructors are not callable...
2015-02-06 yangguoAllocate typed array for rempio2 result.
2015-02-06 dcarneycleanup api-natives a bit
2015-02-06 dannoRemove unused path in FieldIndex code
2015-02-06 dcarney[turbofan] Remove global InstructionOperand caches.
next