platform/upstream/v8.git
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.
2012-08-31 yangguo@chromium.orgFix VS2005 build.
2012-08-31 ulan@chromium.orgAdd option to build using a standalone Android toolchai...
2012-08-31 yangguo@chromium.orgDisable test that triggers known bug.
2012-08-31 verwaest@chromium.orgMIPS: Use a special EnumLength field to indicate number...
2012-08-31 yangguo@chromium.orgCache results in SearchRegExpMultiple.
2012-08-31 rossberg@chromium.orgActivate fixed ES5 readonly semantics by default.
2012-08-30 verwaest@chromium.orgRemoved trailing whitespace.
2012-08-30 verwaest@chromium.orgElements load depends on the type of the receiver.
2012-08-30 jkummerow@chromium.orgAdd hardfp flag to the Makefile.
2012-08-30 svenpanne@chromium.orgFixed comment and simplified the related code a bit.
2012-08-29 loislo@chromium.orgRemove obsolete method declarations from HeapEntry...
2012-08-29 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.13.6.
2012-08-29 yangguo@chromium.orgRevert r12379 (Add checks to external string API).
2012-08-29 rossberg@chromium.orgSlightly simplify declaration of node types.
2012-08-29 rossberg@chromium.orgIntroduce some predicates over variable modes.
2012-08-29 yangguo@chromium.orgRelease stack trace data after firing Error.stack accessor.
2012-08-29 svenpanne@chromium.orgAdded IC support for native setters on the prototype...
2012-08-28 jkummerow@chromium.orgAdd a new API V8::SetJitCodeEventHandler to push code...
2012-08-28 verwaest@chromium.orgUse a special EnumLength field to indicate number of...
2012-08-28 rossberg@chromium.orgDisable test that triggers known bug.
2012-08-28 rossberg@chromium.orgAllocate block-scoped global bindings to global context.
2012-08-28 rossberg@chromium.orgIndex script compilation cache over context, too,
2012-08-28 yangguo@chromium.orgReland regexp global optimizations.
2012-08-28 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.13.5.
2012-08-28 yangguo@chromium.orgDisable array bounds checks elimination.
2012-08-28 svenpanne@chromium.orgPrint reason for disabling optimization. Kill --trace...
2012-08-27 verwaest@chromium.orgRevert "Add a new API V8::SetJitCodeEventHandler to...
2012-08-27 jkummerow@chromium.orgAdd a new API V8::SetJitCodeEventHandler to push code...
2012-08-27 ulan@chromium.orgRevert r12342 "Flush monomorphic ICs on context disposa...
2012-08-27 ulan@chromium.orgProvide option to disable full DEBUG build on Android.
2012-08-27 ulan@chromium.orgDisallow updates to ic_with_type_info_count with negati...
2012-08-27 verwaest@chromium.orgMake order of addition the primary order of descriptor...
2012-08-27 rossberg@chromium.orgIntroduce global contexts to represent lexical global...
2012-08-27 svenpanne@chromium.orgFirst steps towards named Litihium operands.
2012-08-27 svenpanne@chromium.orgUnbreak MIPS build.
2012-08-27 yurys@chromium.orgRemove unused method and add line breaks after each...
2012-08-27 ulan@chromium.orgMIPS: Fix rounding in Uint8ClampedArray setter.
2012-08-24 yangguo@chromium.orgAdd check to external string resource.
2012-08-24 verwaest@chromium.orgMIPS: Check that index and length are Smi in bounds...
2012-08-23 danno@chromium.orgDisable speculative LICM when it may lead to unnecessar...
2012-08-23 rossberg@chromium.orgTest case for conflicting global declarations across...
next