platform/upstream/v8.git
2011-10-03 lrn@chromium.orgCheck enumerability of array indices correctly in prope...
2011-10-01 sgjesse@chromium.orgRevert "Support for precise stepping in functions compi...
2011-10-01 sgjesse@chromium.orgReapply "Support for precise stepping in functions...
2011-09-30 sgjesse@chromium.orgRevert "Support for precise stepping in functions compi...
2011-09-30 sgjesse@chromium.orgTry to fix Win64 build
2011-09-30 mstarzinger... Fix map modification in transition tree traversal.
2011-09-30 sgjesse@chromium.orgMake sure heap is iteratable before iterating it.
2011-09-30 vegorov@chromium.orgFix presubmit error in mark-compact.cc
2011-09-30 ager@chromium.orgRemove the use of <limits> from strtod.cc. It is unused.
2011-09-30 vegorov@chromium.orgAdjust assertions in UpdateSlot to match UpdatePointer...
2011-09-30 sgjesse@chromium.orgSupport for precise stepping in functions compiled...
2011-09-30 yangguo@chromium.orgFixing MinGW build.
2011-09-29 mikhail.naganov... Make sure that heap is iterable prior to iterating...
2011-09-29 yangguo@chromium.orgPorting r9456 to x64 (Optimize KeyedStoreGeneric for...
2011-09-29 yangguo@chromium.orgEnable --smi-only-arrays flag in test case for no-snaps...
2011-09-29 vegorov@chromium.orgEnable code flushing for full (non-incremental) collect...
2011-09-29 mstarzinger... Reenable assertion after issue was fixed.
2011-09-29 erik.corry... Temporary change to try to catch missing pregenerated...
2011-09-29 mstarzinger... Implement shrinking of paged spaces during sweeping.
2011-09-29 vegorov@chromium.orgFix leakage of virtual address space on Linux platform.
2011-09-29 erik.corry... Don't need to protect pregenerated stubs from flushing...
2011-09-29 yangguo@chromium.orgFix build with debuggersupport=off.
2011-09-28 vegorov@chromium.orgPass correct anchor_slot for EMBEDDED_OBJECT pointers...
2011-09-28 ricow@chromium.orgFix use of non-gc safe pointer in regexp code.
2011-09-28 yangguo@chromium.orgFixing test case from r9469.
2011-09-28 fschneider... Small simplification of HChange instruction.
2011-09-28 yangguo@chromium.orgFixing headers for Windows 2000.
2011-09-28 erik.corry... Disable array-join test. We know it is flaky and it is
2011-09-28 yangguo@chromium.orgFixed deadlock in the debugger agent in Windows.
2011-09-28 erik.corry... Fix the no-VFP3 build on ARM.
2011-09-28 vegorov@chromium.orgAdjust assertion in Heap::IdleNotification.
2011-09-28 erik.corry... Move the is_pregenerated flag so it does not overlap...
2011-09-28 vegorov@chromium.orgRemove HEnvironment::CheckDepth.
2011-09-28 fschneider... Limit depth of inlining for --stress-opt runs to avoid...
2011-09-28 erik.corry... Temporarily switch on always-compact to flush out crash...
2011-09-28 jkummerow@chromium.orgMake MSVS happy with ExternalAsciiStringResourceImpl
2011-09-28 erik.corry... Fix the build on ARM.
2011-09-28 vegorov@chromium.orgEvacuateNewSpaceAndCandidates should explicitly skip...
2011-09-28 erik.corry... Make sure we don't flush the pregenerated stubs, since...
2011-09-28 jkummerow@chromium.orgAdd /bigobj parameter to cctest to make MSVS happy.
2011-09-27 danno@chromium.orgOptimize KeyedStoreGeneric for Smi arrays.
2011-09-27 vegorov@chromium.orgCallFunctionStub was missing a write-barrier for write...
2011-09-27 mstarzinger... Fix slot buffers of abandoned evacuation candidates.
2011-09-27 fschneider... Improve our simple elimination of hole checks.
2011-09-27 vegorov@chromium.orgCheck the depth of the constructed HEnvironment.
2011-09-27 yangguo@chromium.orgFixed a bug in smi-only implementation in x64.
2011-09-27 mstarzinger... Fix passing of --special-command flag in test wrapper.
2011-09-27 kmillikin@chromium.orgRecord function call targets, use them for inlining.
2011-09-27 danno@chromium.orgSmi element fixes in Builtins.
2011-09-27 vegorov@chromium.orgTighten up assertions checking GC-safety of stub calls.
2011-09-27 vegorov@chromium.orgIn Invoke get JSEntryStub and JSConstructEntryStub...
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.
next