platform/upstream/v8.git
2012-11-13 yangguo@chromium.orgReverting r12937.
2012-11-13 yangguo@chromium.orgSend non-JS output (e.g. errors) to stderr, instead...
2012-11-13 yangguo@chromium.orgFix details in message formatting.
2012-11-12 yangguo@chromium.orgCorrectly handle uncaught exception objects.
2012-11-12 ulan@chromium.orgSpeed up native error check.
2012-11-12 yangguo@chromium.orgMake kAsciiDataHintTag have correct semantics for all...
2012-11-12 yangguo@chromium.orgCorrectly check for stack overflow even when interrupt...
2012-11-12 yangguo@chromium.orgCollect stack trace on stack overflow.
2012-11-12 mvstanton@chromium.orgPrepare push to trunk. Now working on version 3.15.3.
2012-11-12 yangguo@chromium.orgCorrectly fix test expectations.
2012-11-12 svenpanne@chromium.orgFixed Code::FindCodeAgeSequence logic, removing a dead...
2012-11-12 jkummerow@chromium.orgFunction::GetScriptOrigin should supply sourceURL when...
2012-11-12 yangguo@chromium.orgFix test expectations.
2012-11-12 rossberg@chromium.orgMinor cleanup and optimisation of element methods.
2012-11-12 yangguo@chromium.orgMake formatting error message side-effect-free.
2012-11-12 yangguo@chromium.orgFix length check in JSON.stringify.
2012-11-12 hpayer@chromium.orgRefactoring incremental marking
2012-11-09 rossberg@chromium.orgImplement Object.getNotifier() and remove Object.notify()
2012-11-09 svenpanne@chromium.orgRefactoring: Make emit_debug_code flag handling archite...
2012-11-09 svenpanne@chromium.orgRefactoring: Make predictable code flag handling archit...
2012-11-09 danno@chromium.orgDisable code aging due to bugs.
2012-11-09 rossberg@chromium.orgMinimal implementation and tests of observable array...
2012-11-09 svenpanne@chromium.orgKeep the number of descriptors below DescriptorArray...
2012-11-09 rossberg@chromium.orgAdd more test coverage for setting Array.length
2012-11-09 rossberg@chromium.orgObject.observe: notify when element addition causes...
2012-11-09 rossberg@chromium.orgFix InternalObjectHashTable to properly update table...
2012-11-09 mvstanton@chromium.orgSome improvements in register usage in lithium compilat...
2012-11-09 svenpanne@chromium.orgRollback of r12868, r12849 on bleeding_edge.
2012-11-09 mvstanton@chromium.orggit shoult ignore gtags and htags (GNU Global) output.
2012-11-09 mstarzinger... ES6: Add support for Set and Map clear method
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.
next