platform/upstream/v8.git
2015-06-09 bmeurer[frames] Remove obsolete JavaScriptFrame::GetInlineCoun...
2015-06-09 mstarzinger[turbofan] Make Runtime::kSetProperty have a frame...
2015-06-09 vogelheimRe-land: Enable external startup by default on Linux.
2015-06-09 ulanReland "Replace ad-hoc weakness in prototype transition...
2015-06-09 brettwMake v8 snapshot public in component build.
2015-06-09 mstarzinger[turbofan] Add mjsunit tests for try-catch-finally...
2015-06-09 yangguoOnly mark checksummed memory as initialized for MSAN.
2015-06-09 paul.lindFix another -Wsign-compare issue for GCC 4.9.2
2015-06-09 v8-autorollUpdate V8 DEPS.
2015-06-08 mbrandyFix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-08 binjiAdd TypedArray constructors with SharedArrayBuffer...
2015-06-08 mbrandyPPC: Vector ICs: ClassLiterals need to allocate a vecto...
2015-06-08 mstarzinger[turbofan] Split --turbo-exceptions into two flags.
2015-06-08 mbrandyPPC: Vector ICs: debugger should save registers for...
2015-06-08 mstarzingerDrop computed handler count and index from AST.
2015-06-08 dusan.milosavljevicMIPS64: Implement AddE lithium instruction to separate...
2015-06-08 mbrandyMIPS: Fix compile error for unitialized variable in...
2015-06-08 mbrandy[grokdump] Update v8heapconst.py
2015-06-08 balazs.kilvadyMIPS: Improve --rpath and --dynamic-linker handling...
2015-06-08 erikcorryRevert of Only record one in n line endings to save...
2015-06-08 yangguoCheck for null and undefined when getting type name...
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-08 mstarzinger[turbofan] Turn JSContextSpecializer into an AdvancedRe...
2015-06-08 erikcorryOnly record one in n line endings to save space.
2015-06-08 Benedikt Meurer[turbofan] Initial support for the %_DateField intrinsic.
2015-06-08 mbrandyFix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-08 jochenFactor out handling of mixed objects preprocessing...
2015-06-08 ulanSample allocation throughput in all idle notifications.
2015-06-08 ulanRevert of Replace ad-hoc weakness in prototype transiti...
2015-06-08 verwaestMicro-optimize not-found for elements on objects with...
2015-06-08 ulanReplace ad-hoc weakness in prototype transitions with...
2015-06-08 bmeurer[for-in] Make ForInNext and ForInFilter deal properly...
2015-06-08 hablichFixes for try-catch microbenchmark
2015-06-08 mvstantonVector ICs: ClassLiterals need to allocate a vector...
2015-06-08 jarinUnify decoding of deoptimization translations.
2015-06-08 mvstantonVector ICs: debugger should save registers for vector...
2015-06-08 ulanAdd compiler field to code print output.
2015-06-08 mstarzinger[turbofan] Optimized lowering of DYNAMIC_LOCAL lookup...
2015-06-08 erikcorryNever uncommit the whole marking deque in case we can...
2015-06-08 machenbachMake x32 compile with gcc.
2015-06-07 v8-autorollUpdate V8 DEPS.
2015-06-05 dusan.milosavljevicRevert "MIPS64: Fix lithium arithmetic operations for...
2015-06-05 ulanPrint and save JS stacktrace on OOM crash.
2015-06-05 mstarzinger[turbofan] Turn LoadElimination into an AdvancedReducer.
2015-06-05 ishellA couple of other "stack overflow" vs. "has_pending_exc...
2015-06-05 arv[es6] Add TF support for super.property
2015-06-05 arv[es6] Array.prototype.find and findIndex should include...
2015-06-05 mstarzinger[turbofan] Turn JSBuiltinReducer into an AdvancedReducer.
2015-06-05 dannoAdd %GetCallerJSFunction intrinsic
2015-06-05 jochenAdd CHECKs to verify that we never finalize stale copie...
2015-06-05 mstarzinger[turbofan] Allow ReplaceWithValue to kill control.
2015-06-05 ishellFixed memory leak in JSDate::JSDatePrint().
2015-06-05 machenbach[test] Fix missing heartbeats in test runner.
2015-06-05 v8-autorollUpdate V8 DEPS.
2015-06-04 arv[es6] super.prop, eval and lazy functions
2015-06-04 adamkStage ES6 Array and TypedArray methods
2015-06-04 arvUnship harmony tostring
2015-06-04 dehrenbergImplement %TypedArray%.prototype.{reduce,reduceRight}
2015-06-04 arvRefactor lexical home object binding
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-04 Djordje.PesicFix more -Wsign-compare bugs with GCC 4.9.2
2015-06-04 v8-autorollUpdate V8 DEPS.
2015-06-04 paul.lindFix more -Wsign-compare bugs with GCC 4.9.2.
2015-06-03 bbudgeAdd new Float32x4 type for SIMD.js.
2015-06-03 binjiImplement Atomics API
2015-06-03 balazs.kilvadyMIPS64: Fix '[es6] Super call in arrows and eval'.
2015-06-03 mbrandyPPC: [date] Refactor the %_DateField intrinsic to be...
2015-06-03 adamkFlatten the Arrays returned and consumed by the v8...
2015-06-03 ishellFixed noi18n build.
2015-06-03 mbrandyPPC: [es6] Super call in arrows and eval
2015-06-03 ishellFixed memory-leak in d8. It did not clean evaluation...
2015-06-03 hablichMicro benchmark for Try-Catch-Finally
2015-06-03 mstarzingerFix arrow functions requiring context without slots.
2015-06-03 bmeurer[turbofan] Don't lower to NumberModulus unless the...
2015-06-03 bmeurer[x64] Smi zero can be used as an immediate.
2015-06-03 ulanAdd ARM64 suppport to grokdump.py
2015-06-03 mstarzinger[turbofan] Make the verifier a little bit more cooperative.
2015-06-03 jochenRemove usage of to-be-deprecated APIs from v8 core
2015-06-03 bmeurer[date] Refactor the %_DateField intrinsic to be optimiz...
2015-06-03 hpayerVisitObject should use MarkObject.
2015-06-03 jochenAlso allocate small typed arrays on heap when initializ...
2015-06-03 michael_dawsonAIX: fix another may be uninitialized failure
2015-06-03 sejunhoJust clear semi-space mark bits once before Scavenge
2015-06-03 bmeurerRevert of Implement %TypedArray%.prototype.{reduce...
2015-06-03 bmeurer[turbofan] Use reference equal to zero instead of a...
2015-06-03 mstarzinger[turbofan] Ship TF for computed property names.
2015-06-03 v8-autorollUpdate V8 DEPS.
2015-06-03 dehrenbergImplement %TypedArray%.prototype.{reduce,reduceRight}
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 bbudgeAdd SIMD 128 alignment support to Heap.
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-02 arv[es6] Super call in arrows and eval
2015-06-02 bbudgeRevert of Add SIMD 128 alignment support to Heap. ...
2015-06-02 bbudgeAdd SIMD 128 alignment support to Heap.
2015-06-02 dehrenbergImplement %TypedArray%.prototype.{toString,toLocaleStri...
2015-06-02 mbrandyPPC: Refine '[strong] create strong array literals'
2015-06-02 mbrandyPPC: Build ObjectLiteral constant properties in the...
2015-06-02 titzer[test] Refactor call-tester to use c-signature.h.
2015-06-02 verwaestHandle Delete of element with LookupIterator
2015-06-02 mstarzinger[turbofan] Ship TF for class literals.
next