platform/upstream/v8.git
2015-03-20 rossberg[strong] Less pleading error messages
2015-03-20 dslomovRemove harmony-strings flag.
2015-03-20 bmeurer[turbofan] More inlinable Math builtins.
2015-03-20 jochenDon't DCHECK that the weak closure wasn't yet overappro...
2015-03-20 ulanCheck for GC interrupt in JSON parser.
2015-03-20 bmeurer[turbofan] Work-around untagged result of CompareIC...
2015-03-20 chunyang.daiX87: Fix exception for assignment to uninitialised...
2015-03-20 jarin[turbofan] Add explicit set for nodes with weakened...
2015-03-20 Benedikt Meurer[turbofan] Improve typing for string::length property.
2015-03-20 Benedikt Meurer[turbofan] Turn Math.clz32 into an inlinable builtin.
2015-03-20 Benedikt Meurer[turbofan] Fix unit test coverage for JSIntrinsicLowering.
2015-03-20 v8-autorollUpdate V8 DEPS.
2015-03-20 akos.palfiMIPS: [es6] implement Reflect.apply() & Reflect.construct()
2015-03-20 aperezParser: Fix crash on stack overflow when lazy-parsing...
2015-03-19 verwaestCannot use Handle<T>::cast in Unique<T>::cast since...
2015-03-19 hpayerRevert "Merge old data and pointer space."
2015-03-19 ulan[turbofan] Emit constant pool before blocking it in...
2015-03-19 hpayerRename kMaxFrameRenderingIdleTime to kMaxActiveIdleTime...
2015-03-19 rossberg[strong] Check constructor returns
2015-03-19 titzer[turbofan] Remove last_use_ field from Node.
2015-03-19 jochenUse libdl to get symbols for backtraces
2015-03-19 hpayerRemove early bail-out in VisitWeakList to investigate...
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-03-19 weiliang.lin[x86] Atom check includes AMT
2015-03-19 ulanAdd debug checks to catch crashes with WeakCell::cast().
2015-03-19 dslomovAdd a counter for legacy const.
2015-03-19 yangguoSerializer: another small reorder of root objects.
2015-03-19 rodolph.perfetta[arm64] serialize internal references via object visitor
2015-03-19 jarin[turbofan] Remember types for deoptimization during...
2015-03-19 yangguoAdd debug checks to catch PropertyCell::cast failures.
2015-03-19 bmeurer[turbofan] Use proper parameter representation for...
2015-03-19 dusan.milosavljevicMIPS: Tweak constants to be in favor of table switch.
2015-03-19 mstarzingerRevert of Cleanup and unify Isolate::ReportPendingMessa...
2015-03-19 bmeurer[stubs] Add missing interface descriptor for the CompareIC.
2015-03-19 titzer[turbofan] Fix GVN of projections and add verification...
2015-03-19 jacob.bramley[ARM64] [turbofan] Support uxtb/uxth for add/sub.
2015-03-19 dprankeFix a stray reference to 'build_os' in BUILD.gn.
2015-03-19 dusan.milosavljevicMIPS64: Fix bug in jump table test.
2015-03-19 mstarzinger[turbofan] Remove stale TODO from FunctionTester.
2015-03-19 svenpanneSome CompilationInfo-related cleanup.
2015-03-19 jochenClarify what APIs return Maybe and MaybeLocal values
2015-03-19 Benedikt Meurer[turbofan] Turn weaken min/max limits for typer into...
2015-03-19 rodolph.perfetta[arm64] Assembler support for internal references.
2015-03-19 Benedikt Meurer[turbofan] Remove indirection in JSToBoolean/JSUnaryNot...
2015-03-19 yangguoDo not test debug-scripts-request with TurboFan.
2015-03-19 yangguoSerializer: reorder root list items.
2015-03-19 yangguoSerializer: clean up opcodes.
2015-03-19 yangguoAdd regression test for dependency to field type tracke...
2015-03-19 yurysIntroduce explicit constant for per Context debug data...
2015-03-19 mvstantonVector ICs: Clear the vector ic slots appropriately...
2015-03-19 bmeurer[turbofan] Eliminatable JS/call nodes should not have...
2015-03-19 michael_dawsonPPC: cleanup excludes
2015-03-19 yangguoRevert of Reland of "Fix memory leak caused by field...
2015-03-19 jarin[turbofan] Support lazy deopt for truncating store...
2015-03-19 v8-autorollUpdate V8 DEPS.
2015-03-18 balazs.kilvadyMIPS: Serializer: serialize internal references via...
2015-03-18 paul.lindMIPS: Load from PropertyCells using PropertyCell::kValu...
2015-03-18 balazs.kilvadyMIPS: Disinherit PropertyCell from Cell.
2015-03-18 verwaestLoad from PropertyCells using PropertyCell::kValueOffse...
2015-03-18 ulanSkip flaky mjsunit/debug-references in gc-stress.
2015-03-18 svenpanneAdd IBM people to PPC owners.
2015-03-18 balazs.kilvadyMIPS: Remove PropertyCell space.
2015-03-18 mstarzingerCleanup and unify Isolate::ReportPendingMessages.
2015-03-18 yangguoSerializer: serialize internal references via object...
2015-03-18 verwaestDisinherit PropertyCell from Cell
2015-03-18 balazs.kilvadyMIPS: Remove kind field from StackHandler.
2015-03-18 rossbergAdjust key behaviour for weak collections
2015-03-18 dcarneyadd interceptors which do not mask existing properties
2015-03-18 dcarneyconvert last api functions which try to handle exceptio...
2015-03-18 verwaestRemove PropertyCell space
2015-03-18 svenpanneTweak the TurboFan pipeline for stub compilation.
2015-03-18 ulanAllow compaction when incremental marking is on.
2015-03-18 bmeurer[turbofan] Don't run value numbering with typed lowering.
2015-03-18 jochenTurn on overapproximation of the weak closure
2015-03-18 loisloCodeCleanup: eliminate unnecessary base class and make...
2015-03-18 mstarzingerRemove kind field from StackHandler.
2015-03-18 vegorovMake counter and histogram related callbacks part of...
2015-03-18 jochenMake tests pass with weak closure overapproximation...
2015-03-18 bmeurer[turbofan] Cache more common operators.
2015-03-18 hpayerMerge old data and pointer space.
2015-03-18 loisloCpuProfiler: log pc offset for deopts.
2015-03-18 jarin[Turbofan] Only weaken types for Phi nodes.
2015-03-18 bmeurer[turbofan] Cache Call operator for AllocateHeapNumberSt...
2015-03-18 michael_dawsonPPC: Changes to allow AIX to compile with gcc 4.8.3
2015-03-18 michael_dawsonPPC: Force PPC linux to use gcc and gcc 4.8.3 changes...
2015-03-18 loisloCpuProfiler: x64. put right address to the stack, so...
2015-03-18 loisloCpuProfiler: ia32. put right address to the stack,...
2015-03-18 loisloCpuProfiler: x87. put right address to the stack, so...
2015-03-18 bmeurer[turbofan] Improve ChangeLowering.
2015-03-17 wtcFix the GN build for MIPS.
2015-03-17 titzer[turbofan] Clean up TRACE macros and use variadic macros.
2015-03-17 loisloCpuProfiler: collect deopt pc offset for further usage...
2015-03-17 titzer[turbofan] Fix bug in OSR deconstruction.
2015-03-17 dusan.milosavljevicMIPS64: Fix bugs in branches for unsigned conditions.
2015-03-17 paul.lindMIPS: Support INTERNAL_REFERENCE_ENCODED in serializer.
2015-03-17 mstarzingerDelegate throwing in RegExpExecStub to CEntryStub.
2015-03-17 ulanMark mjsunit/debug-references as flaky in gc-stress.
2015-03-17 mvstantonFeedback vector: ASAN found memory leaks during AST...
2015-03-17 mstarzinger[turbofan] Follow-up to evaluation order in AstGraphBui...
2015-03-17 dcarneycorrectly invalidate global cells
next