platform/upstream/v8.git
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2013-02-25 danno@chromium.orgFix bugs in generating and printing of Crankshaft stubs
2013-02-25 ulan@chromium.orgZap holes in dependent code array after deoptimizing...
2013-02-25 ulan@chromium.orgRevert r13699 "Debugger: ScopeMirror has N^2 algorithm...
2013-02-21 ulan@chromium.orgPrepare push to trunk. Now working on version 3.17.4.
2013-02-21 svenpanne@chromium.orgForced inlining of some GC-related methods.
2013-02-21 loislo@chromium.orgHeap snapshot doesn't detect the fact that an old objec...
2013-02-21 hpayer@chromium.orgRelease evacuation candidates after parallel sweeper...
2013-02-21 yangguo@chromium.orgFix windows build warnings.
2013-02-21 loislo@chromium.orgSplit profile-generator
2013-02-21 yangguo@chromium.orgConstant fold math and string operations.
2013-02-21 jkummerow@chromium.orgAvoid creating unnecessary branches in Hydrogen
2013-02-21 mmassi@chromium.orgFixed numeric relations on HPhi instances.
2013-02-21 yangguo@chromium.orgHandlify escape and unescape.
2013-02-21 mmassi@chromium.orgAlso check if the length ia a smi in a HBoundsCheck.
2013-02-20 yangguo@chromium.orgCombine %_SubString and %_StringCharAt.
2013-02-20 yangguo@chromium.orgDebugger: ScopeMirror has N^2 algorithm when building...
2013-02-20 mstarzinger... Ensure deopt entries have no relocation information.
2013-02-20 ulan@chromium.orgRemove prototype checks for leaf maps in optimized...
2013-02-19 mmassi@chromium.orgRemove purely informative definitions from the graph.
2013-02-19 jkummerow@chromium.orgMIPS: Fix mips gyp build for chromium.
2013-02-19 mmassi@chromium.orgFix HCheckSmiOrInt32 fake observed representation.
2013-02-19 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.17.3.
2013-02-19 ulan@chromium.orgRemove bogus check for TOP register in deoptimizer.
2013-02-19 hpayer@chromium.orgPrecise GC time measurements.
2013-02-19 mstarzinger... Cleanup code-stub interface descriptor initialization.
2013-02-19 mstarzinger... Update grokdump to reflect current heap layout.
2013-02-18 danno@chromium.orgImprove the JitCodeEventHandler API to add support...
2013-02-18 palfia@homejinni.comMIPS: Split AccessorInfo into DeclaredAccessorInfo...
2013-02-18 yangguo@chromium.orgFix bogus assertion.
2013-02-18 yangguo@chromium.orgFix bogus assertion.
2013-02-18 yangguo@chromium.orgEnable Latin-1
2013-02-18 yangguo@chromium.orgRevert part of r13678 (InternalPackedArray).
2013-02-18 mstarzinger... Change and disable global handle zapping.
2013-02-15 yangguo@chromium.orgRemove wrong uses of InternalPackedArray.
2013-02-15 yangguo@chromium.orgIntroduce InternalPackedArray.
2013-02-15 palfia@homejinni.comARM: Remove unused flag in lithium-codegen.
2013-02-15 hpayer@chromium.orgDetermine number of available cores on all platforms.
2013-02-15 mstarzinger... Add zapping of disposed persistent handles.
2013-02-15 svenpanne@chromium.orgMake the Isolate parameter mandatory for internal Handl...
2013-02-14 mstarzinger... Fix f.apply() optimization when declared arguments...
2013-02-14 ulan@chromium.orgPrepare push to trunk. Now working on version 3.17.2.
2013-02-14 ulan@chromium.orgRegister dependent codes before populating deoptimizati...
2013-02-14 ulan@chromium.orgARM: Change signature for vmov.32 function in the assembler
2013-02-14 mstarzinger... Unflakify SetJitCodeEventHandler test case.
2013-02-14 ulan@chromium.orgEnable weak embedded maps in optimized code by default.
2013-02-14 mstarzinger... Allow full inlining of f.apply(this, arguments) calls.
2013-02-13 hpayer@chromium.orgPrepare push to trunk. Now working on version 3.17.1.
2013-02-13 hpayer@chromium.orgMove sweeping pending status field of concurrent sweepe...
2013-02-13 dcarney@chromium.orgDrop latin-1 check from BasicJsonStringifier::DoNotEscape
2013-02-13 jkummerow@chromium.orgProperly support undefined->0 conversion in ia32 bitwis...
2013-02-13 jkummerow@chromium.orgFix NegateCompareOp and InvertCompareOp
2013-02-13 palfia@homejinni.comMIPS: Support pass-through of stub caller arguments
2013-02-13 mmassi@chromium.orgInfrastructure classes for evaluating numeric relations...
2013-02-13 palfia@homejinni.comMIPS: Generate the TransitionElementsStub using Crankshaft
2013-02-13 palfia@homejinni.comMIPS: Add separate flag for --trace-stub-failures
2013-02-13 hpayer@chromium.orgLimit stack size of sweeper threads.
2013-02-13 hpayer@chromium.orgReduces memory consumption for parallel sweeping.
2013-02-13 hpayer@chromium.orgFix verify heap problem when parallel sweeping is enabled.
2013-02-13 hpayer@chromium.orgEnable parallel sweeping.
2013-02-12 dcarney@chromium.orgSplit AccessorInfo into DeclaredAccessorInfo and Execut...
2013-02-12 svenpanne@chromium.orgDon't try to unlink instructions twice during GVN
2013-02-12 mmassi@chromium.orgRemove instructions properly (stack check elimination...
2013-02-12 svenpanne@chromium.orgFixed a memory leak in v8 and another one in d8.
2013-02-12 mmassi@chromium.orgSeparated smi check from HBoundsCheck.
2013-02-12 verwaest@chromium.orgCalculate proper receiver map for monomorphic transitio...
2013-02-12 mstarzinger... MIPS: Fix bugs in DeoptimizeIf when lazy deopt is reque...
2013-02-12 svenpanne@chromium.orgDon't use local variable after its scoped has been...
2013-02-11 mstarzinger... Fix code flusher disabling while marking incrementally.
2013-02-11 svenpanne@chromium.orgGet rid of x87 in ia32 LCodeGen::DoBranch
2013-02-11 vegorov@chromium.orgPrint deoptimization index when printing lithium enviro...
2013-02-11 svenpanne@chromium.orgDon't use TLS for space iterators.
2013-02-11 rossberg@chromium.orgWork around nifty VS10 compiler bug
2013-02-08 mstarzinger... Fix bugs in DeoptimizeIf when lazy deopt is requested.
2013-02-08 danno@chromium.orgAdd additional flags to control array abuse tracing
2013-02-08 svenpanne@chromium.orgAdded new GetHeapStatistics API entry and deprecated...
2013-02-08 mstarzinger... Improve tracing of hydrogen stub compilation.
2013-02-07 jkummerow@chromium.orgAdd missing type feedback collection to ia32 BinaryOpSt...
2013-02-07 jkummerow@chromium.orgAdjust the stack-size value for big-array-literal.js
2013-02-07 jkummerow@chromium.orgAdd regression test for r13617
2013-02-07 jkummerow@chromium.orgFix DoubleStackSlot-to-DoubleStackSlot moves on ia32...
2013-02-07 danno@chromium.orgFix NULL-pointer arithmetic abuse in tests surfaced...
2013-02-07 danno@chromium.orgAdd --trace-array-abuse to help find OOB accesses.
2013-02-06 adamk@chromium.orgUse asserts instead of branches to avoid fast array...
2013-02-06 mmassi@chromium.orgPrepare push to trunk. Now working on version 3.17.0.
2013-02-06 mstarzinger... Make the GC stress builder go green.
2013-02-06 yangguo@chromium.orgSimplify secure API functions workaround for MinGW
2013-02-06 yangguo@chromium.orgInline some regexp code.
2013-02-06 yangguo@chromium.orgSmall improvement in x64 assembler
2013-02-06 verwaest@chromium.orgSplit CompileCallConstant into logical parts for Fronte...
2013-02-06 yangguo@chromium.orgDo not rely on secure API functions when using MinGW-w64
2013-02-06 mstarzinger... Add explicit Release configuration to standalone.gypi...
2013-02-06 ulan@chromium.orgARM: Try to avoid VMSR instruction and drop redundant...
2013-02-06 mstarzinger... Switch GYP to use LLVM-GCC when using Xcode.
2013-02-05 danno@chromium.orgPrint generated code for Crankshafted stubs with -...
2013-02-05 danno@chromium.orgAdd separate flag for --trace-stub-failures
2013-02-05 mstarzinger... Make object-observe test case resilient against GC...
2013-02-05 hpayer@chromium.orgFixed IsSweepingComplete and EnsureSweeperProgress...
2013-02-05 verwaest@chromium.orgFix Win64. It still cares about the actual registers...
2013-02-05 danno@chromium.orgFix Win64 build
next