platform/upstream/v8.git
2011-10-19 yangguo@chromium.orgPorting r9605 to arm (elements kind conversion in gener...
2011-10-19 erik.corry... Fix from Paul Lind that helps post-isolates V8 work...
2011-10-19 svenpanne@chromium.orgRecognize special comparisons via pattern matching...
2011-10-18 fschneider... Add write barrier helper for code patching and refactor...
2011-10-18 vegorov@chromium.orgIncrease ARM/MIPS simulators stack safety margin to...
2011-10-18 mstarzinger... Fix updating of property attributes for elements.
2011-10-18 sgjesse@chromium.orgReapply "Support for precise stepping in functions...
2011-10-18 lrn@chromium.orgMake bound functions have poisoned .caller and .arguments.
2011-10-18 ulan@chromium.orgHandlify upper layers of LoadIC.
2011-10-18 jkummerow@chromium.orgSilence GCC-4.5.3 warning about unused result in d8.cc
2011-10-18 fschneider... Fix assert by reordering the initialization of the...
2011-10-18 lrn@chromium.orgFix bug in instanceof of bound functions on ARM.
2011-10-18 kmillikin@chromium.orgMake the GC aware of JSReceiver pointers in LookupResults.
2011-10-18 keuchel@chromium.orgUse int instead of size_t, StrLength instead of strlen.
2011-10-18 keuchel@chromium.orgUse OS::SNPrintF instead of snprintf.
2011-10-18 keuchel@chromium.orgScope tree serialization and ScopeIterator cleanup.
2011-10-17 keuchel@chromium.orgReplace calls_eval() by calls_non_strict_eval() where...
2011-10-17 yangguo@chromium.orgRolling back r9662.
2011-10-17 erik.corry... Change to disable stupid gcc warning.
2011-10-17 mstarzinger... Mark Test262 test cases for known issue 893.
2011-10-17 yangguo@chromium.orgChanges around ascii-check for strings wrt external...
2011-10-17 erikcorryImprove speed of Utf8Write by always flattening the...
2011-10-17 lrn@chromium.orgMake native syntax an early error in the preparser.
2011-10-17 lrn@chromium.orgReimplement Function.prototype.bind.
2011-10-17 keuchel@chromium.orgLet bound iteration variables in for-loops
2011-10-17 keuchel@chromium.orgDisallow function declarations in statement positions...
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.
next