platform/upstream/v8.git
2015-05-06 v8-autorollUpdate V8 DEPS.
2015-05-06 chunyang.daiDisable RunAllocate test case for turbofan unsupported...
2015-05-05 dprankeAdjust the visibility of the standalone targets in...
2015-05-05 dslomovHandle the case when derived constructor is [[Call...
2015-05-05 dusan.milosavljevicMIPS: Fix long branch mode and FPU branches.
2015-05-05 balazs.kilvadyMIPS: Improve '[es6] When comparing two symbols we...
2015-05-05 mbrandyPPC: [turbofan] Fix tail call optimization.
2015-05-05 wingoRevert of Resolve references to "this" the same way...
2015-05-05 dannoRevert of Collect type feedback on result of Math....
2015-05-05 wingoResolve references to "this" the same way as normal...
2015-05-05 machenbachRevert of [handles] Sanitize Handle and friends. (patch...
2015-05-05 jochenfreed_nodes in global-handles should be addititive
2015-05-05 erikcorryBe sure to abort incremental GC when trying to reserve...
2015-05-05 mvstantonGrowArrayElementsStub must save caller doubles for...
2015-05-05 jkummerow[grokdump] Update v8heapconst.py
2015-05-05 jkummerow[d8] Make Realm.dispose() trigger a ContextDisposedNoti...
2015-05-05 kozyatinskiy[V8] Reland https://codereview.chromium.org/1100993003/
2015-05-05 jkummerow[tick processor] Introduce --pairwise-timed-range proce...
2015-05-05 machenbach[test] Add arm perf trybot to runner script.
2015-05-05 arv[es6] When comparing two symbols we may need to throw...
2015-05-05 ulanReduce the size of initial JSON string buffer.
2015-05-05 yangguoDo not cache object literal maps during bootstrapping.
2015-05-05 yangguoMove more parts of stack trace formatting to runtime.
2015-05-05 bmeurer[handles] Sanitize Handle and friends.
2015-05-05 ishellWhen adding constant string with something unknown...
2015-05-05 yangguoFix bug in "Migrate error messages, part 7".
2015-05-05 bmeurer[turbofan] Fix tail call optimization.
2015-05-05 hpayerAdd heap growing strategy details to --trace-gc-verbose.
2015-05-05 yangguoReland #2 "Wrap v8natives.js into a function."
2015-05-05 yangguoMigrate error messages, part 7.
2015-05-05 dannoCollect type feedback on result of Math.[round|ceil...
2015-05-05 bmeurer[c++11] Remove remnants of pre-C++11 delete, final...
2015-05-05 yangguoCorrectly accept already preprocessed stack traces.
2015-05-05 michael_dawsonFix another may not be init compile error on AIX
2015-05-04 alphMake CPU profiler do not hog 100% of CPU.
2015-05-04 dehrenbergcomment typo fix
2015-05-04 mbrandyPPC: Fix 'Remove materialized objects on stack unwind.'
2015-05-04 machenbachRevert of Reland "Wrap v8natives.js into a function...
2015-05-04 machenbachRevert of Revert of [turbofan] Small fixes to PipelineS...
2015-05-04 jarinRemove materialized objects on stack unwind.
2015-05-04 machenbachRevert of [turbofan] Small fixes to PipelineStatistics...
2015-05-04 machenbach[test] Skip some flaky layout tests.
2015-05-04 mbrandyPPC: Only swap undefined for the global object if neces...
2015-05-04 verwaestFix smi scanning
2015-05-04 akos.palfiMIPS: Skip test-simplified-lowering/RunNumberDivide_2_T...
2015-05-04 verwaestOnly swap undefined for the global object if necessary...
2015-05-04 hpayerNew insertion write barrier.
2015-05-04 mstarzinger[turbofan] Free TurboFan from the claws of ZoneList.
2015-05-04 hablich[release-tools] Tool to find related commits
2015-05-04 hpayerDon't perform marking barrier for weak cell values.
2015-05-04 mstarzinger[turbofan] Add SimplifiedOperator::Allocate operator.
2015-05-04 akos.palfiMIPS: Do not use the 64-bit floor and truncate instruct...
2015-05-04 yangguoReland "Wrap v8natives.js into a function."
2015-05-04 titzer[turbofan] Small fixes to PipelineStatistics. Collect...
2015-05-04 titzerExtract Signature from src/compiler/machine-type.h...
2015-05-04 yangguoSet inferred name of bound function to empty string.
2015-05-04 chunyang.daiX87: VectorICs: built-in function apply should use...
2015-05-04 chunyang.daiX87: Use a stub in crankshaft for grow store arrays.
2015-05-03 machenbachRevert of [V8] Use previous token location as EOS token...
2015-05-02 v8-autorollUpdate V8 DEPS.
2015-05-01 mtrofinMost of the issues so far encountered with the greedy...
2015-05-01 v8-autorollUpdate V8 DEPS.
2015-04-30 balazs.kilvadyMIPS: Fix 'Detect simple tail calls'.
2015-04-30 machenbachRevert of Wrap v8natives.js into a function. (patchset...
2015-04-30 dusan.milosavljevicMIPS: Add min/max suffixed variants.
2015-04-30 yangguoMigrate error messages, part 6. (string.js and date.js)
2015-04-30 adamkRemove unused Module-related AST nodes and associated...
2015-04-30 mbrandyPPC: VectorICs: built-in function apply should use...
2015-04-30 mbrandyPPC: Use a stub in crankshaft for grow store arrays.
2015-04-30 yangguoCache experimental natives sources as external strings.
2015-04-30 yangguoDisable stack trace preprocessing.
2015-04-30 yangguoWrap v8natives.js into a function.
2015-04-30 mstarzinger[test] Remove pesky MachineCallHelper from inheritance...
2015-04-30 titzerAllow TurboFan to compile more methods.
2015-04-30 svenpanneMark instruction blocks with spills (for frame elision).
2015-04-30 yangguoInitialize typed array content for rempio2result during...
2015-04-30 vogelheimFix typo in builtins-x87, introduced in crrev.com/11072...
2015-04-30 jochenUnify internal and external typed arrays a bit
2015-04-30 dcarney[test] make instruction sequence test emit cfgs more...
2015-04-30 machenbach[test] Mark test as flaky.
2015-04-30 mvstantonVectorICs: built-in function apply should use an IC.
2015-04-30 kozyatinskiy[V8] Use previous token location as EOS token location
2015-04-30 mvstantonUse a stub in crankshaft for grow store arrays.
2015-04-30 vogelheimImplement kToBeExecutedOnceCodeAge.
2015-04-30 ulanAdd flag to print stack-trace after n allocations.
2015-04-30 mstarzinger[test] Remove DirectGraphBuilder helper.
2015-04-30 conradw[strong] Disallow implicit conversions for add
2015-04-30 domenicFix error messages for extra files in js2c.py
2015-04-30 dcarney[turbofan] resolve all references before populating...
2015-04-30 jochenReland "Remove the weak list of array buffers"
2015-04-30 dcarneydrop interalization of strings entering global constant...
2015-04-30 yangguoJSON serializer should fail gracefully for special...
2015-04-30 bmeurer[turbofan] Don't spread global flag checks all over...
2015-04-30 Jochen EisingerBump Isolate::New back to deprecate soon
2015-04-30 domenicShow function <name>() { [native code] } for built...
2015-04-30 svenpanneDetect simple tail calls
2015-04-30 machenbach[test] Add avx2 bot to CQ.
2015-04-30 machenbachRevert of Remove the weak list of array buffers (patchs...
2015-04-30 bmeurer[base] Drop obsolete Thread::YieldCPU.
2015-04-30 domenicAdd shift to InternalArray and InternalPackedArray
next