platform/upstream/v8.git
2012-04-08 alexeif@chromium.orgExternal references should not affect dominance relation.
2012-04-06 yurys@chromium.orgFix presubmit warnings after r11245
2012-04-06 yurys@chromium.orgWe can avoid putting all nodes into a hash map from...
2012-04-05 mstarzinger... Fix presubmit error in r11243.
2012-04-05 mstarzinger... Ensure HAllocateObject always allocates in new-space.
2012-04-05 danno@chromium.orgFix glibc presence checks that are incorrectly triggere...
2012-04-05 danno@chromium.orgMIPS: Remove static initializers in v8.
2012-04-05 danno@chromium.orgMIPS: Ensure proper alignment of LazyInstance objects.
2012-04-05 danno@chromium.orgMinimize uses of lazy initialization by adding explicit...
2012-04-05 danno@chromium.orgAdjust stack limit again to avoid overflow on 64 bit...
2012-04-05 ulan@chromium.orgCheck for NaN in inlined versions of Math.min, Math...
2012-04-05 danno@chromium.orgFix stack overflows on Windows x64.
2012-04-05 danno@chromium.orgEnsure default isolate is present in Context::New().
2012-04-05 danno@chromium.orgRollback 11231: Add regression test case for issue...
2012-04-05 danno@chromium.orgAdd regression test case for issue 2025.
2012-04-05 mstarzinger... Update test262 expectations for 64-bit precision double...
2012-04-04 mstarzinger... Regression test for large string joins.
2012-04-04 yurys@chromium.orgFix presubmit checks after r11223
2012-04-04 danno@chromium.orgEnsure default isolate is present in Add/RemoveCallComp...
2012-04-04 mstarzinger... Fix rewriter to not treat throw as an expression.
2012-04-04 yurys@chromium.orgSwitching to a custom itoa implementation reduces seria...
2012-04-03 ulan@chromium.orgReset function info counters after context disposal...
2012-04-03 mstarzinger... Fix array boilerplate object transitioning.
2012-04-03 danno@chromium.orgFix stack overflow test failures with no snap.
2012-04-03 danno@chromium.orgDon't crash on stack overflow entering the debugger.
2012-04-03 erik.corry... Switch regexp strategy for regexps that are just plain
2012-04-03 mstarzinger... Fix race condition in test-thread-termination.
2012-04-03 danno@chromium.orgProperly support shrinking arrays in CopyDictionaryToOb...
2012-04-03 ulan@chromium.orgMake progress in incremental marking if scavenge is...
2012-04-02 danno@chromium.orgAdding missing SetCC before conditional branch.
2012-04-02 erik.corry... Loosen up the test for boot time memory use on 64 bit.
2012-04-02 ulan@chromium.orgCheck code kind when resetting profiler ticks.
2012-04-02 erik.corry... Cosmetic (ARM/MIPS): Use FieldMemOperand where appropriate.
2012-04-02 erik.corry... MIPS: RegExp: Add support for table-based character...
2012-04-02 ulan@chromium.orgChange ASSERT(kind() == FUNCTION) to ASSERT_EQ(FUNCTION...
2012-04-02 erikcorryRegexp: Improve the speed that we scan for an initial...
2012-04-02 erik.corry... Reduce initial boot-up memory use. This is an other...
2012-04-02 mstarzinger... Fix hidden properties to ignore [[Extensible]].
2012-03-30 danno@chromium.orgFix broken build on Windows due to r11198.
2012-03-30 jkummerow@chromium.orgAdd support for Mac OS X 64bit builds with GYP
2012-03-30 danno@chromium.orgFix performance regressions due to lazy initialization.
2012-03-30 danno@chromium.orgFix scoping of v8::HandleScope to prevent use-after...
2012-03-30 vegorov@chromium.orgEnsure that arguments object is materialized when deopt...
2012-03-30 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.10.1.
2012-03-30 erik.corry... Fix missing static cast on Windows.
2012-03-30 erik.corry... RegExp: Add support for table-based character class
2012-03-29 loislo@chromium.orgFix presubmit check.
2012-03-29 loislo@chromium.orgCurrent schema of calculation max_snapshot_js_object_id...
2012-03-29 ulan@chromium.orgFix offset computation for EmitProfilingCounterReset...
2012-03-29 jkummerow@chromium.orgUn-bork v8.gyp after r11010
2012-03-29 svenpanne@chromium.orgValgrind cleanliness, part 5: Delete extensions on...
2012-03-29 danno@chromium.orgAllow a commit message to be specified to merge-to...
2012-03-28 mstarzinger... Add missing regression test for r11173.
2012-03-28 svenpanne@chromium.orgValgrind cleanliness, part 2: Delete lithium operand...
2012-03-28 svenpanne@chromium.orgMIPS: First implementation of fast path for instantiati...
2012-03-28 jkummerow@chromium.orgHard-code GYP_GENERATORS=make into top-level Makefile
2012-03-28 ulan@chromium.orgReset the optimization_disabled flag in function info...
2012-03-28 mstarzinger... Fix store IC writability check in strict mode.
2012-03-28 mstarzinger... Fix test harness for Test262 to not use symlinks.
2012-03-27 jkummerow@chromium.orgAdd missing cast in d8
2012-03-27 ulan@chromium.orgResynchronize timers if the Windows system time was...
2012-03-27 jkummerow@chromium.orgProfiler experiments: remove "stable on startup" rule
2012-03-27 loislo@chromium.orgfix for TestHeapEntryIdsAndGC
2012-03-27 jkummerow@chromium.orgMove profiler_ticks to Code object, don't walk the...
2012-03-27 loislo@chromium.orgThis value is required for showing the heap snapshot...
2012-03-27 jkummerow@chromium.orgWhile building arm hardfp chrome browser, remove "...
2012-03-27 jkummerow@chromium.orgPort count-based profiler to x64
2012-03-27 loislo@chromium.orgRevert "This value is required for showing the heap...
2012-03-27 fschneider... Fix undeclared variable in d8 debugger.
2012-03-27 svenpanne@chromium.orgValgrind cleanliness, part 3: Delete elements accessors...
2012-03-27 mstarzinger... Fix polymorphic load on named fields.
2012-03-27 svenpanne@chromium.orgValgrind cleanliness, part 4: Delete CounterMap on...
2012-03-27 erik.corry... Fix broken test.
2012-03-27 loislo@chromium.orgThis value is required for showing the heap snapshot...
2012-03-27 ulan@chromium.orgRemove dependency on _mkgmtime to determine local timez...
2012-03-27 erik.corry... Fix edge case for case independent regexp character...
2012-03-27 svenpanne@chromium.orgValgrind cleanliness, part 1: Delete current isolate...
2012-03-26 loislo@chromium.orgComplete switch to SnapshotObjectId.
2012-03-26 jkummerow@chromium.orgProperly AdjustAmountOfExternalAllocatedMemory() in d8
2012-03-26 ulan@chromium.orgReset function info counters after context disposal.
2012-03-26 danno@chromium.orgSupport reverse patching in merge-to-branch.sh
2012-03-26 jkummerow@chromium.orgMIPS: Port count-based profiler
2012-03-26 ulan@chromium.orgFix the return type of the date set methods.
2012-03-26 mstarzinger... MIPS: Improve polymorphic loads on single slots.
2012-03-25 jkummerow@chromium.orgFix missing write barrier in CopyObjectToObjectElements.
2012-03-25 danno@chromium.orgCheck double array bounds in HasElementImpl.
2012-03-23 mstarzinger... Improve polymorphic loads on single slots.
2012-03-23 vegorov@chromium.orgRevert arguments access support for inlined functions...
2012-03-23 fschneider... Fix use of uninitialized values in the runtime profiler.
2012-03-23 danno@chromium.orgPrepare push to trunk. Now working on version 3.10.0.
2012-03-23 ulan@chromium.orgFix compile error introduced by r11122.
2012-03-23 ulan@chromium.orgAge inline caches after context disposal.
2012-03-23 jkummerow@chromium.orgFix deopt condition in ForIn on x64
2012-03-23 jkummerow@chromium.orgPort count-based profiler to ARM
2012-03-23 danno@chromium.orgAllow a patch file to be specified to merge-to-branch.sh
2012-03-23 vegorov@chromium.orgMIPS: Support arguments object access from inlined...
2012-03-23 rossberg@chromium.orgFix use of proxies as f.prototype properties.
2012-03-23 jkummerow@chromium.orgpush-to-trunk.sh: Don't send Chromium CLs to the commit...
2012-03-23 mmassi@chromium.orgFirst implementation of fast path for instantiation...
2012-03-23 svenpanne@chromium.orgMake setting of accessors even more atomic.
next