platform/upstream/v8.git
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.
2015-04-02 phajdan.jrAdd missing license headers for some cctests.
2015-04-02 dcarneyRevert of make ToLocalCheck crash in release mode ...
2015-04-02 mstarzinger[turbofan] Keep AstGraphBuilder context chain length...
2015-04-02 balazs.kilvadyMIPS: v8:3539 - hold constructor feedback in weak cells
2015-04-02 ishellSupport for typed arrays added to Heap::RightTrimFixedA...
2015-04-02 dcarneymake ToLocalCheck crash in release mode
2015-04-02 sergiybAdded version tag to the CQ config
2015-04-02 chunyang.daiFix the bug in CompareIC_GenerateNumber for X87 platform.
2015-04-02 titzer[turbofan] Reduce duplication between ControlReducer...
2015-04-02 mvstantonv8:3539 - hold constructor feedback in weak cells
2015-04-02 jochenExpose an API on ArrayBufferView to copy out content...
2015-04-02 jochenAdd initial set of sub directory OWNERS file
2015-04-02 svenpanneFixed the range information for string lengths.
2015-04-01 Erik ArvidssonDisable a new failing test262-es6 test
2015-04-01 arvUpdate test262-es6 to 2015-03-31
2015-04-01 balazs.kilvadyMIPS: Rename BranchF functions.
2015-04-01 paul.lindMIPS: Fix stack claim and store to slot for large sizes.
2015-04-01 erikcorryFix external-snapshot startup when snapshot is missing...
2015-04-01 arvES6: Error functions should extend Error
2015-04-01 erikcorryReland: Fix JSON parser Handle leak (previous CL 104148...
2015-04-01 jochenTurn off overapproximation of the weak closure again
2015-04-01 arv[es6] Object.getOwnPropertyDescriptor should wrap primi...
2015-04-01 ulanRevert of Remove promotion backup case and report OOM...
2015-04-01 mikeRemove invalid assertion
2015-04-01 mikeRe-write duplicated assertions
2015-04-01 jochenRevert of Add CHECKs when updating pointers from the...
2015-04-01 kozyatinskiyRevert of Correctly compute line numbers in functions...
2015-04-01 hablichusage: Tool to check where a git commit was merged...
2015-04-01 erikcorryRevert of Fix JSON parser Handle leak (patchset #3...
2015-04-01 erikcorryRevert of Relax assert a little to fix flake on regress...
2015-04-01 Michael AchenbachWhitespace change to trigger bots.
2015-04-01 halton.huo[GN] Use correct toolchain for x64 target on Android
2015-04-01 arv[es6] Object.getPrototypeOf should work with values
next