platform/upstream/v8.git
2011-09-23 whesse@chromium.orgAdd dynamic stack frame alignment to optimized function...
2011-09-23 fschneider... Make --trace-deopt --code-comments print the Lithium...
2011-09-23 svenpanne@chromium.orgImproved printing of a few Hydrogen instructions.
2011-09-23 danno@chromium.orgAllow gyp build to turn on OBJECT_PRINT
2011-09-23 yangguo@chromium.orgPorting r9392 to arm (smi-only arrays).
2011-09-23 danno@chromium.orgAdd elements kind to maps debugging output
2011-09-23 svenpanne@chromium.orgImprove Hydrogen code for accessing undefined/null...
2011-09-23 mstarzinger... Implement verification of new space evacuation.
2011-09-22 rossberg@chromium.orgHandle function proxies as getters/setters.
2011-09-22 ricow@chromium.orgGC Cleanup + Set max old generation size to 700MB on...
2011-09-22 mstarzinger... Fix compilation of GrowAndShrinkNewSpace on Mac.
2011-09-22 keuchel@chromium.orgDisallow strict mode FutureReservedWords as break/conti...
2011-09-22 ricow@chromium.orgFix arm compilation, missing isolate pointer
2011-09-22 vegorov@chromium.orgNotify collector about lazily deoptimized code objects.
2011-09-22 yangguo@chromium.orgReverting r9399.
2011-09-22 yangguo@chromium.orgFix debug builds broken by r9399.
2011-09-22 yangguo@chromium.orgSet RegExp's prototype to RegExp as specified by ES5.
2011-09-22 mstarzinger... Cleanup and enable GrowAndShrinkNewSpace test case.
2011-09-22 ricow@chromium.orgDon't take heap snapshot when doing Heap::RecordStats...
2011-09-22 rossberg@chromium.orgImplement identity hashes for proxies.
2011-09-22 fschneider... Temporarily mark a test as timing out until the problem...
2011-09-22 mstarzinger... Fix transferal of marking bits on array trimming.
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.
next