platform/upstream/v8.git
2011-09-22 fschneider... Give each function prototype a fresh copy of the object...
2011-09-22 danno@chromium.orgBasic support for tracking smi-only arrays on ia32.
2011-09-22 rossberg@chromium.orgMake integer indexed properties ("elements") work for...
2011-09-22 fschneider... Attempt to fix GCMole warning.
2011-09-22 yangguo@chromium.orgFixed string.split: always convert non-regexp separator...
2011-09-21 rossberg@chromium.orgReorganize object type enum, such that proxies are...
2011-09-21 fschneider... Fix broken Windows build.
2011-09-21 sgjesse@chromium.orgTurn on d8 interactive debugging before running files...
2011-09-21 fschneider... Landing for miket@chromium.org: Add an optional source...
2011-09-21 rossberg@chromium.orgFix and test use of property descriptor objects.
2011-09-21 keuchel@chromium.orgFix pre-parsing function declarations.
2011-09-21 vegorov@chromium.orgSemiSpace::AssertValidRange should use NewSpacePage...
2011-09-21 yangguo@chromium.orgAPI: Added Debug::DisableAgent to match existing Debug...
2011-09-21 vegorov@chromium.orgMake heap iterable in PrepareForBreakPoints.
2011-09-21 rossberg@chromium.orgFix GC hazard.
2011-09-21 kmillikin@chromium.orgFix build.
2011-09-21 kmillikin@chromium.orgReapply "Clean up Context::Lookup and its uses."
2011-09-21 svenpanne@chromium.orgFixed alignment problem when generating code for builtins.
2011-09-21 erik.corry... Disable some tests while we hunt for the reasons behind...
2011-09-20 mstarzinger... Add kHeaderSize constant to SeqString.
2011-09-20 mstarzinger... Fix new space shrinking to compute correct capacity.
2011-09-20 svenpanne@chromium.orgFixed an assertion in PagedSpace::Verify.
2011-09-20 mstarzinger... Fix new space shrinking to reset from-space.
2011-09-20 vegorov@chromium.orgGcSafeCastToCode should not use Code::contains it is...
2011-09-20 erik.corry... Put back the asserts in RememberedSetHelper, but correc...
2011-09-20 vegorov@chromium.orgRemove incorrect debug-code assertion.
2011-09-20 lrn@chromium.orgFix calculation of live-bytes in pages.
2011-09-20 fschneider... Fix a bug with uninitialized const variables in the...
2011-09-20 erik.corry... Fix pc to code cache so it can cope with a pointer...
2011-09-20 yangguo@chromium.orgInitialize pre-allocated fields of JSObject with undefined.
2011-09-20 svenpanne@chromium.orgMake newer GCCs happier: Removed unused variables.
2011-09-20 svenpanne@chromium.orgMake newer GCCs happier: Fixed NULL vs. 0 confusion.
2011-09-20 erik.corry... Speed up finding code objects from addresses in asserts...
2011-09-20 kmillikin@chromium.orgFix a deoptimization bug.
2011-09-20 fschneider... Skip crashing Harmony proxies unit test until underlyin...
2011-09-19 erik.corry... ARM: Pregenerate some stubs that we call from other...
2011-09-19 vegorov@chromium.orgMerge experimental/gc branch to the bleeding_edge.
2011-09-19 fschneider... Only do a full verify after computing dominators.
2011-09-19 svenpanne@chromium.orgUnify the handling of comparinsons against null and...
2011-09-19 yangguo@chromium.orgMIPS: port Make function proxies work as constructors.
2011-09-19 erik.corry... Fix a harmless assert and a genuine bug in the GC-safet...
2011-09-18 whesse@chromium.orgFix presubmit - remove stray whitespace on empty lines.
2011-09-18 erikcorryMIPS: Fixed a bug in CallStubCompiler::CompileArrayPush...
2011-09-18 erikcorryMIPS: port Implement function proxies (except for their...
2011-09-18 erikcorryMIPS: Fix assertion-fail on cacheflush from generated...
2011-09-17 fschneider... When --nolimit-inlining flag is set, don't limit inlini...
2011-09-16 rossberg@chromium.orgMake proxies work as prototypes.
2011-09-16 erik.corry... Fix asserts and GC unsafeness in stub generation, bug...
2011-09-16 rossberg@chromium.orgMake function proxies work as constructors.
2011-09-16 erik.corry... Fix some stub calling asserts on x64.
2011-09-16 danno@chromium.orgMIPS: pre-crankshaft updates to code-stubs and stub...
2011-09-16 danno@chromium.orgMIPS: pre-crankshaft updates to macro-assembler and...
2011-09-15 erik.corry... Fix some asserts in stub generation and file some bugs...
2011-09-15 danno@chromium.orgShare Maps for ElementsKind transitions
2011-09-15 yangguo@chromium.orgFixing presubmit.
2011-09-15 yangguo@chromium.orgTickprocessor no longer prints error messages on log...
2011-09-15 jkummerow@chromium.orgUpdate mozilla test expectations (FAIL regress-103602)
2011-09-15 yangguo@chromium.orgCorrecting a bogus assert outdated since r9295.
2011-09-15 jkummerow@chromium.orgChange global const handling to silently ignore redecla...
2011-09-15 jkummerow@chromium.orgConvert "BUG=foo" to "(issue foo)" in push-to-trunk.sh
2011-09-15 erik.corry... Add asserts to ensure that we:
2011-09-15 yangguo@chromium.orgEnable slices of external strings (in the tentative...
2011-09-15 fschneider... Enable inlining of functions that reference context...
2011-09-15 svenpanne@chromium.orgNuke CompareToNull AST node.
2011-09-15 jkummerow@chromium.orgAdd "native" target to Makefile for the benefit of...
2011-09-15 jkummerow@chromium.orgAdd solaris support to gyp build.
2011-09-15 yangguo@chromium.orgFixing issue 1639, debugger stops stepping outside...
2011-09-15 lrn@chromium.orgPrepare push to trunk. Now working on version 3.6.5.
2011-09-14 vegorov@chromium.orgForce lazy deoptimization and remove optimized code...
2011-09-14 yangguo@chromium.orgFixing d8's broken readline history.
2011-09-14 keuchel@chromium.orgMark variables as being accessed from any inner scope...
2011-09-14 lrn@chromium.orgMake built-in functions not call .apply on functions.
2011-09-14 lrn@chromium.orgCleanup of include comments
2011-09-14 mikhail.naganov... Eliminate the need for code delete events in CPU profiler.
2011-09-14 yangguo@chromium.orgReverting r9272.
2011-09-14 keuchel@chromium.orgFix scope iteration when debugging global code.
2011-09-14 yangguo@chromium.orgFixed broken readline console history.
2011-09-14 kmillikin@chromium.orgMIPS: port Remove in-loop tracking for call ICs.
2011-09-14 kmillikin@chromium.orgRevert "MIPS: port Remove in-loop tracking for call...
2011-09-14 kmillikin@chromium.orgMIPS: port Remove in-loop tracking for call ICs.
2011-09-14 rossberg@chromium.orgFixed spurious character in test case, plus presubmit...
2011-09-13 rossberg@chromium.orgFix for .bind regression.
2011-09-13 yangguo@chromium.orgFixing r9265: moving test case into correct location.
2011-09-13 yangguo@chromium.orgAdding test case for issue 1639, fixed by r9264.
2011-09-13 yangguo@chromium.orgDebugger: fix stepping next with trycatch recursion
2011-09-13 yangguo@chromium.orgFixing r9262 for shared library build.
2011-09-13 yangguo@chromium.orgFixing parallel execution in d8 (with -p) and some...
2011-09-13 rossberg@chromium.orgTest (and fix) all exception paths that can occur with...
2011-09-13 kmillikin@chromium.orgRemove in-loop tracking for call ICs.
2011-09-13 danno@chromium.orgMIPS: pre-crankshaft updates to assembler and related...
2011-09-13 rossberg@chromium.orgImplement function proxies (except for their use as...
2011-09-13 fschneider... Fix presubmit.
2011-09-13 jkummerow@chromium.orgpush-to-trunk.sh: correctly detect existing branches...
2011-09-13 mstarzinger... Fix parent of the WeakMap prototype.
2011-09-13 fschneider... Fix some valgrind errors in d8 shell.
2011-09-13 sgjesse@chromium.orgSupport for precise stepping in functions compiled...
2011-09-13 kmillikin@chromium.orgPrepare push to trunk. Now working on version 3.6.4.
2011-09-13 kmillikin@chromium.orgRevert "Clean up Context::Lookup and its uses."
2011-09-12 svenpanne@chromium.orgImproved pretty printing of VAR PROXY and some control...
2011-09-12 jkummerow@chromium.orgd8 external array c'tors: fix double-to-uint32 semantics
next