platform/upstream/v8.git
2012-09-20 mstarzinger... Fix missing slot recodring during clearing of CallICs.
2012-09-20 jkummerow@chromium.orgFix LBoundsCheck on x64 to handle (stack slot + constan...
2012-09-20 jkummerow@chromium.orgMove regress-2286.js where it belongs
2012-09-20 ulan@chromium.orgWait for resolving conflicts in merge-to-branch script.
2012-09-19 verwaest@chromium.orgMIPS: Sharing of descriptor arrays.
2012-09-19 mmassi@chromium.orgFixed minus zero test (fixes v8:2133).
2012-09-19 mstarzinger... Fix setting array length to zero for slow elements.
2012-09-19 verwaest@chromium.orgRemove whitespace
2012-09-19 verwaest@chromium.orgUse NumberOfOwnDescriptors/EnumLength for counting...
2012-09-19 verwaest@chromium.orgReduce space usage of simple transitions and descriptor...
2012-09-19 mstarzinger... Fix lost arguments dropping in HLeaveInlined.
2012-09-19 verwaest@chromium.orgClear EnumIndices as well on CNLT.
2012-09-18 verwaest@chromium.orgMIPS: Do not go to slow mode and back to fast in initia...
2012-09-18 verwaest@chromium.orgRevert due to invalid description / CL combination.
2012-09-18 verwaest@chromium.orgMIPS: Do not go to slow mode and back to fast in initia...
2012-09-18 verwaest@chromium.orgPreallocate space in descriptor arrays.
2012-09-18 mstarzinger... Fix printing of HCallKnownGlobal.
2012-09-18 yangguo@chromium.orgImprove the assembly code for power function with integ...
2012-09-17 verwaest@chromium.orgDo not go to slow mode and back to fast in initializer...
2012-09-17 mstarzinger... Add jsfunfuzz to gitignore file.
2012-09-17 mstarzinger... Fix casting error for receiver of interceptors.
2012-09-17 yangguo@chromium.orgTentatively reenable previous failing test.
2012-09-17 yangguo@chromium.orgChange regress-2318 to trigger more quickly and reliably.
2012-09-17 erik.corry... Fix misplaced assert in heap.cc.
2012-09-17 svenpanne@chromium.orgConsistently use named getters for Lithium operands...
2012-09-17 mstarzinger... Integrate map marking into static marking visitor.
2012-09-17 ulan@chromium.orgThrow a more descriptive exception when blocking 'eval...
2012-09-17 yangguo@chromium.orgFix build on OpenBSD/i386.
2012-09-17 yangguo@chromium.orgImprove the assembly code for power function with integ...
2012-09-14 danno@chromium.orgLet the embedder store arbitrary Values via Context...
2012-09-14 verwaest@chromium.orgMoving the WhitenessWitness back to DescriptorArray.
2012-09-14 yangguo@chromium.orgFix debugger's eval when close to stack overflow.
2012-09-14 verwaest@chromium.orgOnly count the descriptor array if it's owned by the...
2012-09-14 yangguo@chromium.orgAdd checks to live edit.
2012-09-14 erik.corry... Fix test failures on nosnap builder.
2012-09-14 verwaest@chromium.orgCNLT with descriptors but no valid enum fields has...
2012-09-14 erik.corry... Microoptimization to regexps.
2012-09-14 svenpanne@chromium.orgConsistently use named getters for Lithium operands...
2012-09-14 erik.corry... Fix compile errors on Win64.
2012-09-14 svenpanne@chromium.orgConsistently use named getters for Lithium operands...
2012-09-14 yangguo@chromium.orgReplace r12503. Explicitly check toString() for excepti...
2012-09-14 erik.corry... Switch on code compaction on incremental GCs.
2012-09-14 erik.corry... Refactoring of snapshots. This simplifies and improves
2012-09-14 mstarzinger... Fix caching of optimized code for OSR.
2012-09-14 yangguo@chromium.orgNot mask exception thrown by toString in String::UtfVal...
2012-09-14 danno@chromium.orgSkip version 3.13.8 and fast-forward to 3.14.0
2012-09-14 yangguo@chromium.orgReplace VFP by VFP2 in common.gypi
2012-09-13 verwaest@chromium.orgDirectly set the value in the descriptors pointer to...
2012-09-13 yangguo@chromium.orgFix printf formatting in test-compiler.
2012-09-13 verwaest@chromium.orgClear the EnumLength fields of maps that lose their...
2012-09-13 mstarzinger... Fix API check for length of external arrays.
2012-09-13 verwaest@chromium.orgEnsure correct enumeration indices in the dict
2012-09-12 mmassi@chromium.orgFixed bounds check removal by restricting it to int32...
2012-09-12 verwaest@chromium.orgSharing of descriptor arrays.
2012-09-12 yangguo@chromium.orgCorrectly initialize regexp global cache.
2012-09-12 mstarzinger... Fix compilation issue in r12489.
2012-09-12 mstarzinger... Fix arguments object materialization during deopt.
2012-09-12 yangguo@chromium.orgIntroduce new API to expose external string resource...
2012-09-12 yangguo@chromium.orgShorten code path in string allocation.
2012-09-12 jkummerow@chromium.orgFixed CHECK failure in LCodeGen::DoWrapReceiver when...
2012-09-11 yangguo@chromium.orgFix edge case of extension with NULL as source string.
2012-09-11 mmassi@chromium.orgFix array index dehoisting.
2012-09-11 erik.corry... Fix invariant so that we cannot record relocation slots for
2012-09-11 mstarzinger... Prepare push to trunk. Now working on version 3.13.8.
2012-09-11 yangguo@chromium.orgFix TypeError message for Date builtins.
2012-09-11 ulan@chromium.orgFix delta computation in DoDeferredInstanceOfKnownGloba...
2012-09-10 peter.rybin... Introduce InternalProperty type and expose internal...
2012-09-10 yangguo@chromium.orgAdd more checks for native callback results.
2012-09-10 mstarzinger... Fix deoptimizer for shared optimized code.
2012-09-10 yangguo@chromium.orgEnable/disable LiveEdit using the (C++) debug API.
2012-09-10 yangguo@chromium.orgAdd checks to runtime functions.
2012-09-07 svenpanne@chromium.orgFixed deoptimization of inlined getters.
2012-09-06 ulan@chromium.orgAdd support for running low level profiler on Android.
2012-09-06 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.13.7.
2012-09-06 erik.corry... Loosen up code logging test that was sensitive to GC...
2012-09-05 vegorov@chromium.orgExtend grokdump.py with [u]nassemble command
2012-09-05 jkummerow@chromium.orgCheck the return value of API calls on ia32 and x64.
2012-09-05 jkummerow@chromium.orgAdd empty-handle checks to API functions (#ifdef ENABLE...
2012-09-05 jkummerow@chromium.orgDisable accessor inlining (due to broken deopts)
2012-09-05 verwaest@chromium.orgPush stacktrace and die if the receiver is of unknown...
2012-09-05 erik.corry... Fix binding in new Function().
2012-09-05 jkummerow@chromium.orgFix missing colon in common.gypi
2012-09-05 jkummerow@chromium.orgAdd build system infrastructure for ENABLE_EXTRA_CHECKS...
2012-09-05 erik.corry... Fix some corner cases in skipping native methods using...
2012-09-04 yangguo@chromium.orgRevert r12430, r12432, r12433 (basic support for Latin1).
2012-09-04 verwaest@chromium.orgFixed test expectation.
2012-09-04 verwaest@chromium.orgSupport register as right operand in min/max support.
2012-09-03 yangguo@chromium.orgFix more windows build warnings.
2012-09-03 yangguo@chromium.orgFix windows compile errors introduced by r12430.
2012-09-03 verwaest@chromium.orgDo not generate new enumeration indices for global...
2012-09-03 yangguo@chromium.orgAdd basic support for Latin1 to the API.
2012-09-03 yangguo@chromium.orgUse local variable for getter function in Error.stack
2012-09-03 mstarzinger... Fix FindSharedFunctionInfoInScript to not optimize.
2012-09-03 verwaest@chromium.orgIf we are trimming the whole array, just return the...
2012-09-03 verwaest@chromium.orgOptimize dictionary enum generation.
2012-09-03 ulan@chromium.orgFix android.gypi to provide correct include and library...
2012-09-03 verwaest@chromium.orgDirectly use %ObjectKeys in json stringify.
2012-09-03 svenpanne@chromium.orgMIPS: First steps towards named Litihium operands.
2012-08-31 verwaest@chromium.orgOnly regenerate enumeration indices if properties were...
2012-08-31 verwaest@chromium.orgClear descriptor pointer when normalizing properties.
next