platform/upstream/v8.git
2015-04-09 brucedawsonDon't #define snprintf in VS2015 - it's illegal and...
2015-04-09 hpayerMarkBit cleanup: They have to be accessed through Marki...
2015-04-09 yangguoBlacklist tests due to optimizing toplevel with --alway...
2015-04-09 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-09 bmeurer[turbofan] Materialize JSFunction from frame if possible.
2015-04-09 hablichRevert of Revert of X87: Reimplement Maps and Sets...
2015-04-09 chunyang.daiX87: JSEntryTrampoline: check for stack space before...
2015-04-09 jing.bao[ia32] Introduce BMI instructions.
2015-04-09 hablichRevert of X87: Reimplement Maps and Sets in JS (patchse...
2015-04-09 chunyang.daiX87: Reimplement Maps and Sets in JS
2015-04-08 arvES6: Number and Boolean prototype should be ordinary...
2015-04-08 balazs.kilvadyMIPS: [turbofan] Add new Float32Abs and Float64Abs...
2015-04-08 dusan.milosavljevicMIPS: Fix in-object memory slack tracking bug.
2015-04-08 caitpotter88[parser] report better errors for multiple ForBindings...
2015-04-08 arvShip ES6 computed property names
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 loisloCpuProfiler: public API for deopt info in cpu profiler.
2015-04-08 ulanCheck mark bit of the found object in MarkCompactCollec...
2015-04-08 svenpanne[TurboFan] Fixed handling of CompareIC return type.
2015-04-08 mvstantonTests that carefully checks opt/deopt status shouldn...
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 titzer[turbofan] Reduce JSLoadProperty and JSStoreProperty...
2015-04-08 titzerAdd more systematic tests for comparisons.
2015-04-08 titzerFix maybe_string_add for adds that have no type feedbac...
2015-04-08 mstarzinger[turbofan] Add JSStackCheck into loop bodies.
2015-04-08 dusan.milosavljevicMIPS64: Unbreak cross build.
2015-04-08 mvstantonRevert of VectorICs: Turn on vector ICs for LOAD and...
2015-04-08 mstarzinger[ia32] Fix MacroAssembler::Move for int64 to float64...
2015-04-08 Benedikt Meurer[turbofan] Add new Float32Abs and Float64Abs operators.
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 marja[es6] Stage unicode escapes in strings, var names etc.
2015-04-08 yangguoCreate result array of %DebugGetLoadedScripts outside...
2015-04-08 titzer[turbofan] Match selects in control reducer (configurable).
2015-04-08 mvstantonVectorICs: Turn on vector ICs for LOAD and KEYED_LOAD...
2015-04-08 yangguoBlacklist failing test on arm64 (issue 4016).
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 yangguoRevert of Remove support for thread-based recompilation...
2015-04-08 machenbachMake test runner more chatty to avoid it getting killed...
2015-04-08 mstarzingerDisable more failing tests after f3338dd3b01c.
2015-04-08 mstarzingerDisable failing test after f3338dd3b01c.
2015-04-08 svenpanneMake GetDebugContext a bit more robust.
2015-04-08 mstarzingerPrevent overzealous bailout due to script context.
2015-04-08 jing.bao[x64] Introduce BMI instructions.
2015-04-08 svenpanneUnbreak check-name-clashes.py after recent macro renamings.
2015-04-08 bmeurer[arm] Use position independent table switches.
2015-04-08 v8-autorollUpdate V8 DEPS.
2015-04-07 balazs.kilvadyMIPS64: Fix typo of 'Always update raw pointers when...
2015-04-07 balazs.kilvadyMIPS64: Make --always-opt also optimize top-level code.
2015-04-07 adamkDisable another debug test under turbo always-opt
2015-04-07 adamkUse NumberIsNaN in collections.js and make it inlined
2015-04-07 machenbach[release-tools] Only read from the chromium checkout...
2015-04-07 caitpotter88[es6] emit error when for-in loop declarations are...
2015-04-07 adamkSimplify collections.js now that it's wrapped in an...
2015-04-07 erikcorryMore robust when allocation fails during compaction
2015-04-07 mstarzingerDisabled failing tests after 2d281e71ac49.
2015-04-07 verwaestSimplify instanceof optimization; don't duplicate lookup
2015-04-07 balazs.kilvadyMIPS: JSEntryTrampoline: check for stack space before...
2015-04-07 mstarzingerMake --always-opt also optimize top-level code.
2015-04-07 mvstantonMIPS: Fix compilation error.
2015-04-07 mvstantonVector-ICs - speed towards the monomorphic exit as...
2015-04-07 mvstantonCode cleanup in GenerateRecordCallTarget.
2015-04-07 yangguoAdd yangguo@chromium.org to src/snapshot/OWNERS and...
2015-04-07 machenbachRevert of CpuProfiler: public API for deopt info in...
2015-04-07 jkummerowFix missing SmiTag in failure path of r27614
2015-04-07 loisloCpuProfiler: public API for deopt info in cpu profiler.
2015-04-07 yangguoDebugger: remove debug command API.
2015-04-07 martyn.capewellARM64: Support sign extend for add and subtract
2015-04-07 hpayerReland "Merge old data and pointer space."
2015-04-07 machenbach[release-tools] Fix v8rel in branch period.
2015-04-07 bmeurer[heap] Assert that code objects are always properly...
2015-04-07 titzer[turbofan] Rework handling of loop exits in loop peeling.
2015-04-07 Jochen EisingerRemove support for thread-based recompilation
2015-04-07 bmeurer[ia32] Match -0 - x with sign bit flip.
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-04-07 jochenRevert of Turn off overapproximation of the weak closur...
2015-04-07 yangguoAlways update raw pointers when handling interrupts...
2015-04-07 jkummerowJSEntryTrampoline: check for stack space before pushing...
2015-04-07 titzer[turbofan] Introduce BranchMatcher and DiamondMatcher...
2015-04-07 baptiste.afsa[turbofan][arm64] Match add with shifted operand for...
2015-04-07 bmeurer[x64] Match -0 - x with sign bit flip.
2015-04-07 bmeurer[win32] Improve random mmap address generation on 64...
2015-04-07 svenpanneRearranged intrinsic declarations according to their...
2015-04-07 michael_dawsonPPC: exclude test for AIX due to issue 2857
2015-04-07 v8-autorollUpdate V8 DEPS.
2015-04-07 adamkFix formatting in full-codegen-x64.cc
2015-04-07 adamkReimplement Maps and Sets in JS
2015-04-06 hablichUpdated version to 4.4
2015-04-06 mikeRe-implement %Generator% intrinsic as an object
2015-04-06 hpayerFilter out remembered slots that are at the start of...
2015-04-06 dusan.milosavljevicMIPS: Major fixes and clean-up in asm. for instruction...
2015-04-04 v8-autorollUpdate V8 DEPS.
2015-04-03 dusan.milosavljevicMIPS64: Improve deopt jump table code size.
2015-04-03 v8-autorollUpdate V8 DEPS.
2015-04-03 chunyang.daiX87: Generate common StoreFastElementStubs ahead of...
2015-04-03 chunyang.daix87: v8:3539 - hold constructor feedback in weak cells
2015-04-03 chunyang.daiX87: Ensure object literal element boilerplates aren...
2015-04-02 michael_dawsonPPC: v8:3539 - hold constructor feedback in weak cells
2015-04-02 paul.lindMIPS: Remove unused J(Label *).
2015-04-02 paul.lindMIPS: Fix another bug with mozilla regress-396684.js
2015-04-02 titzer[turbofan] Improve branch folding over phis and ranges.
next