platform/upstream/v8.git
2011-10-17 yangguo@chromium.orgFixing compile error on win64.
2011-10-17 yangguo@chromium.orgPorting r9605 to x64 (elements kind conversion in gener...
2011-10-17 keuchel@chromium.orgIntroduce with scope and rework variable resolution.
2011-10-17 lrn@chromium.orgRemove redundant allow-natives flag from CompilationInfo.
2011-10-17 jkummerow@chromium.orgSpeedup HInstruction::Verify() for pathological cases
2011-10-17 mstarzinger... Fix evaluation order of GT and LTE operators.
2011-10-14 svenpanne@chromium.orgRevert r9612, it hits an assertion under special circum...
2011-10-14 svenpanne@chromium.orgFixed printing of HTypeofIsAndBranch instruction for...
2011-10-14 fschneider... Revert r9619.
2011-10-14 fschneider... Revert last revert.
2011-10-14 fschneider... Revert r9619.
2011-10-14 erik.corry... Avoid extra GCs when deserializing during incremental...
2011-10-14 ricow@chromium.orgFix available new space memory statistics reporting.
2011-10-14 erik.corry... Speed up cloning objects by avoiding a write barrier...
2011-10-14 ricow@chromium.orgRemove timeout test expectation for OutOfMemoryNested
2011-10-14 fschneider... Fix a number of bugs with inlining calls as function.
2011-10-14 fschneider... Eliminate write barrier for global stores at compile...
2011-10-14 ulan@chromium.orgIgnore flags with arguments in preparser-process.
2011-10-14 danno@chromium.orgMIPS: fix build breakage due to r9607, faster slow...
2011-10-13 yangguo@chromium.orgAdding missing hole check to FixedDoubleArray::Initialize
2011-10-13 vegorov@chromium.orgReturn empty HeapStatistics for uninitialized isolate.
2011-10-13 rossberg@chromium.orgFix handling of this in direct calls to function proxies.
2011-10-13 svenpanne@chromium.orgRecognize special comparisons via pattern matching...
2011-10-13 fschneider... Always limit inlining depth to avoid taking too much...
2011-10-13 mstarzinger... Put store buffer verification behind a flag.
2011-10-13 yangguo@chromium.orgFixing test failures in arm and x64 due to missing...
2011-10-13 erik.corry... Faster slow asserts.
2011-10-13 erik.corry... Remove some asserts to speed up debug mode.
2011-10-13 yangguo@chromium.orgElements kind conversion in generated code (ia32).
2011-10-13 rossberg@chromium.orgPreparing push to trunk for 3.7.0
2011-10-13 danno@chromium.orgMIPS: port all relevant commits since the new-gc was...
2011-10-13 danno@chromium.orgMIPS: port Merge experimental/gc branch to the bleeding...
2011-10-13 jkummerow@chromium.orgChange type=settings to type=none for gyp targets
2011-10-12 yangguo@chromium.orgFixing bug caused by missing smi-tag.
2011-10-12 mstarzinger... Refactor how embedded pointers are visited.
2011-10-12 mstarzinger... Fix special handling of DefineOwnProperty on arrays.
2011-10-12 yangguo@chromium.orgTentatively enabling string slices.
2011-10-12 rossberg@chromium.orgIntroduce collective --harmony flag.
2011-10-12 vegorov@chromium.orgRuntime_NotifyDeoptimized should search for function...
2011-10-11 mstarzinger... Fix free list node ending up on evacuation candidate.
2011-10-11 jkummerow@chromium.orgRefactor and fix polymorphic KeyedStoreIC creation
2011-10-11 yangguo@chromium.orgFixing a bug in arm as pointed out in issue 1759.
2011-10-11 erik.corry... New flag --stress-compaction
2011-10-11 erik.corry... Revert inadvertent changes to the spinning balls tool.
2011-10-11 vegorov@chromium.orgAdjust assertions in the incremental marking.
2011-10-11 erik.corry... Add --noclever-optimizations to disable some things...
2011-10-11 jkummerow@chromium.orgMake elements_kind map transition test conditional...
2011-10-11 jkummerow@chromium.orgTrack elements_kind transitions in KeyedStoreICs.
2011-10-11 erik.corry... Remove some unused and unneeded flags.
2011-10-11 fschneider... Move declaration of SerializedScopeInfo from variables...
2011-10-10 yangguo@chromium.orgFixing assertion.
2011-10-10 yangguo@chromium.orgFixing issue 1757 (string slices of external strings).
2011-10-10 vegorov@chromium.orgAdd hinting to improve ASLR for macos (all allocations...
2011-10-10 svenpanne@chromium.orgPrepare push to trunk. We are now working on 3.6.7.
2011-10-10 yangguo@chromium.orgDisabling string slices.
2011-10-10 svenpanne@chromium.orgPrepare push to trunk. We are now working on 3.6.7.
2011-10-10 kmillikin@chromium.orgAdd a regression test for an already fixed issue.
2011-10-10 vegorov@chromium.orgDisable short-circuiting of cons-strings when compactio...
2011-10-10 fschneider... Fix presubmit error.
2011-10-10 yangguo@chromium.orgFixing bogus assertion.
2011-10-10 rossberg@chromium.orgTests for evil side-effects during 'internal methods'.
2011-10-10 fschneider... Make accessors for oddball objects return Oddball*...
2011-10-10 rossberg@chromium.orgSeparate tests specific to function proxies in a separa...
2011-10-10 svenpanne@chromium.orgMake GCC 4.5.x happy.
2011-10-10 yangguo@chromium.orgEnable string slices.
2011-10-10 danno@chromium.orgActivate smi-only optimizations for large array literals.
2011-10-07 mstarzinger... Fixed status file of es5conform test suite.
2011-10-07 erik.corry... Remove a static initializer that could potentially...
2011-10-07 mstarzinger... Fix string whitespace trimming of byte order marks.
2011-10-07 mstarzinger... Fix some array functions to behave as specified.
2011-10-07 kasperl@chromium.orgUse "text/html" as the svn:mime-type for the spinning
2011-10-07 erik.corry... Change cached powers of 10 to avoid constants that...
2011-10-07 mstarzinger... Update test harness and status file for Test262.
2011-10-06 keuchel@chromium.orgFast allocation of block contexts.
2011-10-06 keuchel@chromium.orgFix load of potentially eval-shadowed let bindings.
2011-10-06 kmillikin@chromium.orgDon't count duplicate assignments to the same property...
2011-10-06 jkummerow@chromium.orgAdd presubmit=no and werror=no flags to Makefile
2011-10-06 lrn@chromium.orgChange implementation of JSObject::HasHiddenProperties...
2011-10-06 kmillikin@chromium.orgSimplify calling generated code from the runtime.
2011-10-06 rossberg@chromium.orgFix a prototype chain traversal not expecting proxies.
2011-10-06 rossberg@chromium.orgUse correct trap for lookup in prototype proxy.
2011-10-05 jkummerow@chromium.orgRefactor JSObject::SetFastElement.
2011-10-05 vegorov@chromium.orgGC pauses visualization tool.
2011-10-05 yangguo@chromium.orgPorting r9456 to arm (Optimize KeyedStoreGeneric for...
2011-10-05 erik.corry... Prepare push to trunk. We are now working on 3.6.6.
2011-10-05 lrn@chromium.orgRevert "Added ability to lock strings to prevent their...
2011-10-05 vegorov@chromium.orgFix Kraken segfaults on ARM.
2011-10-05 vegorov@chromium.orgKeep MemoryChunk::LiveBytes in sync when marking deque...
2011-10-05 rossberg@chromium.orgMake 'Become' safe for retries.
2011-10-05 mstarzinger... Remove some obsolete GC-safe accessors.
2011-10-05 lrn@chromium.orgFix sputnik test expectations to no longer expect the...
2011-10-05 lrn@chromium.orgFix issue 1361 - Implement ES5 Array.prototype.toString.
2011-10-04 mstarzinger... Fix compilation error and add missing file to GYP.
2011-10-04 mstarzinger... Fix verification of weak maps during initialization.
2011-10-04 mstarzinger... Fix preparation for sorting of external arrays.
2011-10-04 rossberg@chromium.orgRemove two left-over uses of Function.prototype.apply...
2011-10-04 yangguo@chromium.orgSimplify compares in KeyedStoreIC::GenerateGeneric.
2011-10-04 vegorov@chromium.orgAdjust contents of kAheadOfTime to match write-barrier...
2011-10-04 erik.corry... Don't always compact when collecting.
2011-10-04 fschneider... Clean list of external references from internal objects...
next