platform/upstream/v8.git
2012-11-09 yangguo@chromium.orgTurn message property of the error object into a data...
2012-11-09 svenpanne@chromium.orgFixed assertion.
2012-11-08 danno@chromium.orgActive code aging by default.
2012-11-08 rossberg@chromium.orgHandle Object.observe notifications for setting Array...
2012-11-08 mstarzinger... Implement MarkIndependent(Isolate*) and MarkPartiallyDe...
2012-11-08 mstarzinger... Reshuffle an if() condition to not depend on an uniniti...
2012-11-08 rossberg@chromium.orgDelivery logic for Object.observe
2012-11-08 rossberg@chromium.orgObject.observe: Fixed missing case for turning off...
2012-11-08 rossberg@chromium.orgObject.observe: generate change records for indexed...
2012-11-08 danno@chromium.orgFix intptr_t/int32_t casting problem on Win64.
2012-11-08 danno@chromium.orgAdd code again to allow reclaiming old unexecuted funct...
2012-11-08 yangguo@chromium.orgRename kAsciiStringTag to kOneByteStringTag
2012-11-08 mstarzinger... Fix slack tracking when instance prototype changes.
2012-11-08 danno@chromium.orgUse movw/movt on ARM to load constant roots
2012-11-08 mstarzinger... Fix disabling of code flusher while marking.
2012-11-08 mstarzinger... Make test case in r12891 non-threaded.
2012-11-08 mstarzinger... Revert r12889 due to Webkit test failures.
2012-11-08 mstarzinger... Add a test case for object grouping in a scavenger GC
2012-11-07 danno@chromium.orgMove vldr in DoLoadKeyedFastDoubleElement before the...
2012-11-07 danno@chromium.orgPass the SIGPROF signal on to previously registered...
2012-11-07 rossberg@chromium.orgObject.observe: include oldValue in change records,
2012-11-07 ulan@chromium.orgSimplify some of the startup code for SubStringStub...
2012-11-07 ulan@chromium.orgSupport shared library build of Android for v8.
2012-11-07 yangguo@chromium.orgRemove check for recursion depth for JSON.stringify.
2012-11-07 danno@chromium.orgFix another casting problem in Win64
2012-11-07 danno@chromium.orgFix size_t/int casting problem on Win64 build
2012-11-07 danno@chromium.orgDecouple allocation and creation of deopt tables
2012-11-07 mvstanton@chromium.orgMIPS: Consolidated all the key store/load classes in...
2012-11-06 mstarzinger... ES6: Adding support for size to Set and Map
2012-11-06 mstarzinger... Allow collection of DOM objects in minor GC cycles.
2012-11-06 mstarzinger... Store Object.observe state per-isolate rather than...
2012-11-06 svenpanne@chromium.orgFixed visibility attribute for GetPointerFromInternalField
2012-11-06 rossberg@chromium.orgObject.observe: generate change records for named prope...
2012-11-06 rossberg@chromium.orgObject.observe: implement map bit and functions to...
2012-11-06 verwaest@chromium.orgPrepare push to trunk. Now working on version 3.15.2.
2012-11-06 mstarzinger... Put incremental code flushing behind a flag.
2012-11-05 yangguo@chromium.orgFix stack overflow for mac build.
2012-11-05 verwaest@chromium.orgRemoved duplicate line.
2012-11-05 yangguo@chromium.orgReduce stack frame size in JSON.stringify.
2012-11-05 verwaest@chromium.orgRemove superfluous setting of bitfield3.
2012-11-05 svenpanne@chromium.orgRemoved useless Canonicalize implementations subsumed...
2012-11-05 svenpanne@chromium.orgNano-refactoring: Simplify initialization
2012-11-05 ulan@chromium.orgAdd rotate-right instruction to hydrogen and use it...
2012-11-05 mstarzinger... Implement IsIndependent(Isolate*)
2012-11-05 yangguo@chromium.orgAdd fast path for FastProperty objects in JSON.stringify.
2012-11-05 mstarzinger... Implement IsIndependent(Isolate*)
2012-11-05 yangguo@chromium.orgFix JSON.stringify wrt harmony proxies.
2012-11-05 yangguo@chromium.orgImprove handle allocation in JSON.parse.
2012-11-05 svenpanne@chromium.orgHeavy cleanup of the external pointer API.
2012-11-05 svenpanne@chromium.orgSimplified HCheckMaps handling a bit.
2012-11-05 svenpanne@chromium.orgImprove handling of property loads on the proto chain.
2012-11-02 yangguo@chromium.orgHandle edge cases in basic JSON.stringify.
2012-11-02 yangguo@chromium.orgCorrectly visit all external strings.
2012-11-02 verwaest@chromium.orgEnsure reducing the length of an array doesn't make...
2012-11-02 mvstanton@chromium.orgConsolidated all the key store/load classes in the...
2012-10-31 yangguo@chromium.orgFix tick processor to correctly handle the 'parallel...
2012-10-31 danno@chromium.orgPrepare push to trunk. Now working on version 3.15.1.
2012-10-30 yangguo@chromium.orgFix handling arrays with holes in JSON.stringify.
2012-10-30 jkummerow@chromium.orgMIPS: fix mips_arch_variant bug in GYP build.
2012-10-29 danno@chromium.orgLoosen aligned code target requirement on ARM
2012-10-29 danno@chromium.orgMIPS: Cleanup handling of shifts: SHR can deoptimize...
2012-10-29 yangguo@chromium.orgTreat leading zeros in JSON.parse correctly.
2012-10-29 ulan@chromium.orgFix performance regression introduced by r12812.
2012-10-29 danno@chromium.orgRemove redundant jump to deoptimization (the jump alrea...
2012-10-26 mstarzinger... Fix ugly typo in GenerateNewNonStrictFast.
2012-10-26 mstarzinger... Fix code flusher to process weak function links.
2012-10-26 yangguo@chromium.orgRelax test expectations for json-recursive.js
2012-10-25 mstarzinger... Update ReceiverObjectNeedsWriteBarrier to include HFast...
2012-10-25 mstarzinger... Set kChangesNewSpacePromotion for HStringAdd
2012-10-25 rossberg@chromium.orgSet up Proxy methods the proper way.
2012-10-25 rossberg@chromium.orgInitial JS stub implementation of Object.observe. Adds...
2012-10-25 rossberg@chromium.orgInitial JS stub implementation of Object.observe. Adds...
2012-10-25 mstarzinger... Fix test failures in r12813.
2012-10-25 yangguo@chromium.orgRelax test expectations to appease mac build.
2012-10-25 yangguo@chromium.orgCatch stack overflow in JSON.parse.
2012-10-25 mstarzinger... Expose gc(true) to JavaScript, which triggers a scaveng...
2012-10-25 yangguo@chromium.orgCorrectly check for stack limit in JSON.stringify.
2012-10-25 mstarzinger... Get rid of obsolete unchecked accessors.
2012-10-25 ulan@chromium.orgFix memory leak in RegExpStack.
2012-10-25 danno@chromium.orgFast-forward to version 3.15.0
2012-10-25 mstarzinger... Fix typo in V8::MarkIndependent()
2012-10-25 ulan@chromium.orgFix memory leak in DeoptimizerData.
2012-10-24 yangguo@chromium.orgFix stack overflow in JSON.stringify.
2012-10-24 ulan@chromium.orgDefine CAN_USE_ARMV7_INSTRUCTIONS if armv7 gyp flag...
2012-10-24 ulan@chromium.orgEnable shared library on android
2012-10-24 yangguo@chromium.orgAdd json-stringifier.h to v8.gyp.
2012-10-23 yangguo@chromium.orgUse correct timezone information on Solaris
2012-10-23 yangguo@chromium.orgFix Windows 64 build.
2012-10-23 yangguo@chromium.orgFix Windows build.
2012-10-23 yangguo@chromium.orgOptimize inner-loop in JSON.stringify.
2012-10-23 jkummerow@chromium.orgFix tools/run-tests.py --report when tests are specifie...
2012-10-23 mstarzinger... Enable incremental code flushing.
2012-10-23 verwaest@chromium.orgPretenure JSON graph if the input string is larger...
2012-10-22 alexeif@chromium.orgAdd a type conversion to fix Windows build after r12793
2012-10-22 mstarzinger... Implement committed physical memory stats for Linux.
2012-10-22 ulan@chromium.orgFix warnings about tautological compares by recent...
2012-10-22 ulan@chromium.orgChange constant pool marker to be the unconditional...
2012-10-22 yangguo@chromium.orgReland JSON.stringify reimplementation.
2012-10-22 jkummerow@chromium.orgtools/run-tests.py: A few timeout-related fixes
2012-10-22 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.14.6.
next