platform/upstream/v8.git
2013-05-08 verwaest@chromium.orgUse mutable heapnumbers to store doubles in fields.
2013-05-08 ulan@chromium.orgFix environment in HOptimizedGraphBuilder::VisitCountOp...
2013-05-08 verwaest@chromium.orgSupport merging with distinct attributes.
2013-05-08 verwaest@chromium.orgAlways generalize all representations when no transitio...
2013-05-08 verwaest@chromium.orgTurn off tracking of fields for the roll.
2013-05-08 svenpanne@chromium.orgConsistently start (almost) all AstPrinter::VisitFoo...
2013-05-08 svenpanne@chromium.orgRefactoring only: Removed unused argument from Indented...
2013-05-08 verwaest@chromium.orgFix polymorphic store.
2013-05-08 verwaest@chromium.orgTurn polymorphic stores monomorphic if store sequence...
2013-05-08 mvstanton@chromium.orgTurn off optimize-constructed-arrays flag to investigat...
2013-05-08 danno@chromium.orgBias commutative single-use register inputs and support...
2013-05-08 wingo@igalia.comGenerators save and restore stack handlers
2013-05-08 dcarney@chromium.orgfix nosnapshot test failure in 14793004, do not depreca...
2013-05-08 ulan@chromium.orgDo not change environment between simulate and scope...
2013-05-07 palfia@homejinni.comMIPS: Becuase of cross-context calls, hydrogen-based...
2013-05-07 palfia@homejinni.comMIPS: Generators return boxed values
2013-05-07 mvstanton@chromium.orgBecuase of cross-context calls, hydrogen-based Array...
2013-05-07 mstarzinger... Revert "deprecate Context::New which returns Persistent"
2013-05-07 mstarzinger... Disable code flushing for native SharedFunctionInfo.
2013-05-07 dslomov@chromium.orgImplement TypedArray.set function.
2013-05-07 dslomov@chromium.orgUpdate mjsunit tests to be complaian with ES6 implement...
2013-05-07 mstarzinger... Disable flaky CPU profiler test case.
2013-05-07 dcarney@chromium.orgdeprecate Context::New which returns Persistent
2013-05-07 mstarzinger... Prevent grokdump from crying about invalid input.
2013-05-07 verwaest@chromium.orgFree up 11 bits in fast-mode PropertyDetails by removin...
2013-05-07 dcarney@chromium.orgAdd Persistent<T>::Reset which disposes the handle...
2013-05-07 rossberg@chromium.orgObject.observe: disable freezing changeRecords until...
2013-05-07 rossberg@chromium.orgFix braindead Handle::is_identical_to
2013-05-07 danno@chromium.orgFast-forward version number on bleeding_edge. Now worki...
2013-05-07 dcarney@chromium.orgadd weakcallback without persistent copying
2013-05-07 verwaest@chromium.orgFix polymorphic to monomorphic load to take representat...
2013-05-07 hpayer@chromium.orgPerform incremental marking step after free-list alloca...
2013-05-07 wingo@igalia.comGenerators return boxed values
2013-05-07 dcarney@chromium.orgremove use of WriteAscii for vtune
2013-05-06 dslomov@chromium.orgAdded an extra flag that enables only ArrayBuffer.
2013-05-06 hpayer@chromium.orgFix incremental marking speed accelleration and start...
2013-05-06 hpayer@chromium.orgRevert fix incremental marking speed accelleration...
2013-05-06 hpayer@chromium.orgFix incremental marking speed accelleration and start...
2013-05-06 dcarney@chromium.orgMake v8 compilable without V8_USE_UNSAFE_HANDLES.
2013-05-06 mvstanton@chromium.orgParallel compilation fix: the optimizer thread shouldn...
2013-05-06 mmassi@chromium.orgFix occasional crash when lithium goes out of vregs.
2013-05-03 palfia@homejinni.comMIPS: Pretenure ASCII cons string in high promotion...
2013-05-03 palfia@homejinni.comMIPS: Before comparing input with a constant smi in...
2013-05-03 mvstanton@chromium.orgBefore comparing input with a constant smi in GenerateR...
2013-05-03 mstarzinger... Cache first hint operand while building live ranges.
2013-05-03 verwaest@chromium.orgDon't double unlink in DCE.
2013-05-03 wingo@igalia.comtoString() on generator functions prints with function*
2013-05-03 mstarzinger... Remove obsolete LiveRange::FirstPosWithHint helper.
2013-05-03 titzer@chromium.orgRemove HLoadElements instruction and replace with use...
2013-05-03 verwaest@chromium.orgTurn on tracking of fields.
2013-05-03 hpayer@chromium.orgPretenure ASCII cons string in high promotion mode.
2013-05-03 dcarney@chromium.orgd8 shell fix for r14530
2013-05-03 dslomov@chromium.orgAdd type checks to typed array property getters.
2013-05-03 dslomov@chromium.orgImplement TypedArray.subarray method.
2013-05-03 jkummerow@chromium.orgRemove 'unanimous use observations' rule from Phi repre...
2013-05-03 verwaest@chromium.orgOverwrite the handler using Set.
2013-05-03 mstarzinger... Use first position in LAllocator ordering heuristic.
2013-05-03 dcarney@chromium.orgdeprecate WriteAscii and MayContainNonAscii
2013-05-02 dcarney@chromium.orgbuild fix for 14530
2013-05-02 dcarney@chromium.orgexpose AssertNoAllocation to api
2013-05-02 dcarney@chromium.orgfirst step to remove unsafe handles
2013-05-02 palfia@homejinni.comMIPS: Turn the load field code stub into a hydrogen...
2013-05-02 jkummerow@chromium.orgUse worklist to find out Phis that could not be truncat...
2013-05-02 jkummerow@chromium.orgFix typo in cctest.status
2013-05-02 verwaest@chromium.orgTurn the load field code stub into a hydrogen code...
2013-05-02 jkummerow@chromium.orgDetect truncating Phi uses of Phis with constant inputs
2013-05-02 verwaest@chromium.orgCleanup IC heuristics.
2013-05-02 verwaest@chromium.orgAdding fast path for generalizing maps.
2013-05-02 verwaest@chromium.orgUpdate deprecated maps before generating optimized...
2013-05-02 verwaest@chromium.orgAlways tag number candidate as smi if it does not come...
2013-05-02 dslomov@chromium.orgAllow pathological zero-length typed arrays.
2013-05-02 dslomov@chromium.orgRange checking bug in typed array constructor.
2013-05-02 dslomov@chromium.orgMore typed array constructors.
2013-05-02 dslomov@chromium.orgImplementation of Uint8ClampedArray.
2013-05-02 mstarzinger... Bump virtual register width in LUnallocated.
2013-05-02 mstarzinger... Allow more virtual registers to be encoded in LUnallocated.
2013-04-30 palfia@homejinni.comMIPS: Fix mjsunit/harmony/generators-iteration test...
2013-04-30 palfia@homejinni.comMIPS: Allow setting debugger breakpoints on CompareNilICs
2013-04-30 dslomov@chromium.orgAdd Value::Is* methods for typed arrays and ArrayBuffer
2013-04-30 dslomov@chromium.orgRevert "Fix typo"
2013-04-30 dslomov@chromium.orgFix typo
2013-04-30 dslomov@chromium.orgFix typo
2013-04-30 dslomov@chromium.orgRevert "patch from issue 13993029"
2013-04-30 dslomov@chromium.orgpatch from issue 13993029
2013-04-30 yurys@chromium.orgRevert "frames.h/cc cleanup"
2013-04-30 danno@chromium.orgPrepare push to trunk. Now working on version 3.18.6.
2013-04-30 yurys@chromium.orgframes.h/cc cleanup
2013-04-30 mvstanton@chromium.orgTwo bugfixes for hydrogen-based array constructors
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-30 dslomov@chromium.orgRevert "Accurate function prototypes for native calls...
2013-04-30 dslomov@chromium.orgRevert "Flag optimize-constructed-arrays turned on."
2013-04-30 dslomov@chromium.orgAccurate function prototypes for native calls from...
2013-04-30 mvstanton@chromium.orgFlag optimize-constructed-arrays turned on.
2013-04-30 mstarzinger... Make UsePosition::hint immutable.
2013-04-30 mstarzinger... Fix HConstant::InNewSpace() for parallel compilation.
2013-04-30 danno@chromium.orgAllow setting debugger breakpoints on CompareNilICs
2013-04-29 dslomov@chromium.orgTypedArray(length) constructor
2013-04-29 danno@chromium.orgFix bug in CompareNil IC
2013-04-29 dslomov@chromium.orgFix GCMole after r14476
2013-04-29 danno@chromium.orgFix beyond-heap load on x64 Crankshafted StringCharFromCode
next