platform/upstream/v8.git
2011-09-27 mstarzinger... Pass sweeping mode as template parameter.
2011-09-26 ricow@chromium.orgMake sure that we can't access hidden properties by...
2011-09-26 mikhail.naganov... Fix race in CpuProfiler::StopProcessor / CpuProfiler...
2011-09-26 mikhail.naganov... Add ObjectMoveEvent reporting for the Heap Profiler...
2011-09-26 ulan@chromium.orgSearch prototypes for accessor setters if interceptor...
2011-09-26 mikhail.naganov... Add v8::HeapGraphNode::GetHeapValue method.
2011-09-26 yangguo@chromium.orgAdapt linux-tick-processor to GYP build.
2011-09-26 lrn@chromium.orgAvoid using C++ STL include <limits>.
2011-09-26 kmillikin@chromium.orgFix a GC-safety issue in optimized code.
2011-09-26 jkummerow@chromium.orgAdd Crankshaft support for smi-only elements
2011-09-26 vegorov@chromium.orgEnable compaction, disable code-compaction.
2011-09-26 lrn@chromium.orgAdded ability to lock strings to prevent their represen...
2011-09-26 vegorov@chromium.orgFix bug in PointersUpdatingVisitor::UpdatePointer.
2011-09-26 fschneider... Add code comments to deferred code objects to make...
2011-09-26 kmillikin@chromium.orgEnable inlining functions with contexts different than...
2011-09-26 vegorov@chromium.orgDisable compaction.
2011-09-26 lrn@chromium.orgMake the RegExp.prototype object be a RegExp object.
2011-09-26 yangguo@chromium.orgSmall refactor to KeyedStoreIC::GenerateGeneric to...
2011-09-23 danno@chromium.orgCache multiple ElementsKind map transition per map.
2011-09-23 yangguo@chromium.orgPorting r9392 to x64 (smi-only arrays).
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.
next