platform/upstream/v8.git
2012-03-21 danno@chromium.orgMIPS: Branch delay slot and other optimizations.
2012-03-20 vegorov@chromium.orgUse correct arguments adaptation environment when inlin...
2012-03-20 jkummerow@chromium.orgFix overly aggressive ASSERT(!optimization_disabled())
2012-03-20 loislo@chromium.orgThere is a trick for speed up array shift operation.
2012-03-20 ulan@chromium.orgAdjust heuristics for idle notifications after context...
2012-03-20 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.9.23.
2012-03-20 fschneider... Fix assertion failure due to too many deoptimization...
2012-03-20 vegorov@chromium.orgAdd Zhongping Wang <kewpie.w.zp@gmail.com> to AUTHORS
2012-03-19 jkummerow@chromium.orgEnable experimental profiler by default
2012-03-19 mstarzinger... Mark invalid Test262 test cases correctly.
2012-03-19 fschneider... Insert explicit deoptimization for named loads that...
2012-03-19 mstarzinger... Temporary disable Test262 tests failing on buildbot.
2012-03-19 vegorov@chromium.orgWhen transitioning LoadIC to megamorphic case place...
2012-03-19 vegorov@chromium.orgImplement a hash based look-up to speed up containing...
2012-03-19 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.9.22.
2012-03-19 jkummerow@chromium.orgFix FLAG_always_opt and tools/push-to-trunk.sh
2012-03-19 erik.corry... Add API call that identifies strings that are guaranteed
2012-03-19 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.9.21.
2012-03-19 jkummerow@chromium.orgMark Code objects as not optimizable if their FunctionL...
2012-03-19 fschneider... Re-enable constructor inlining and inline === compariso...
2012-03-19 fschneider... Revert dynamic frame alignment (r9415)
2012-03-16 danno@chromium.orgMIPS: Properly initialize element-transitioning array...
2012-03-16 danno@chromium.orgFix bugs in tools/merge-to-branch.sh
2012-03-16 mstarzinger... Fix test harness to not break on aborts.
2012-03-16 erik.corry... Record the addresses of pages that are unmapped to aid
2012-03-16 danno@chromium.orgUse CopyElements for SetFastDoubleElementsCapacityAndLength
2012-03-16 vegorov@chromium.orgSwitch Heap::RecordStats to use PagedSpace::SizeOfObjec...
2012-03-16 danno@chromium.orgAdd flag to always call DebugBreak on abort
2012-03-15 yangguo@chromium.orgExperimental profiler: split RegExp.test() for better...
2012-03-15 ulan@chromium.orgMore fixes for V8 benchmark version 7.
2012-03-15 ulan@chromium.orgUpdate revision.html for V8 benchmark version 7.
2012-03-15 svenpanne@chromium.orgFix clang template weirdness.
2012-03-15 mstarzinger... Fix minor inconsistency with inline function list.
2012-03-15 pfeldman@chromium.orgDebugger: naive implementation of "step into Function...
2012-03-15 mstarzinger... Fix declarations escaping global strict eval.
2012-03-15 vegorov@chromium.orgMIPS: Inline functions that use arguments object in...
2012-03-15 vegorov@chromium.orgImprove representation inference for HUnknownOSRValue.
2012-03-15 pfeldman@chromium.orgDebugger: add ability to set script source from within...
2012-03-15 danno@chromium.orgDon't use an explicit s0 in ClampDoubleToUint8.
2012-03-15 svenpanne@chromium.orgFixed breakage caused by r11051 on non-ia32 platforms.
2012-03-15 svenpanne@chromium.orgEnsure that generated code for object literals will...
2012-03-14 mstarzinger... Fix wrapping of receiver for non-strict callbacks.
2012-03-14 rossberg@chromium.orgFix --use-strict flag in combination with --harmony...
2012-03-14 yangguo@chromium.orgRemove write barriers for raw smi accessors.
2012-03-14 mstarzinger... Fix passing of shard options in test wrapper.
2012-03-14 mstarzinger... Remove unused local variable after r11023.
2012-03-14 rossberg@chromium.orgFunction declarations shall not overwrite read-only...
2012-03-14 ulan@chromium.orgIncrease executable size limit.
2012-03-14 vegorov@chromium.orgDon't take UnkownOSRValues into account when infering...
2012-03-14 mstarzinger... Prepare push to trunk. Now working on version 3.9.20.
2012-03-14 jkummerow@chromium.orgAvoid implicit bool->int cast in CollectAllGarbage...
2012-03-14 fschneider... Change --hydrogen-filter to allow specifying a negative...
2012-03-13 jkummerow@chromium.orgFix common.gypi after r11032
2012-03-13 yangguo@chromium.orgFix test.py for Python 2.7.
2012-03-13 yangguo@chromium.orgMIPS: Added support for Loongson architectures.
2012-03-13 jkummerow@chromium.orgFix "already merging" safety check in merge-to-branch.sh
2012-03-13 yangguo@chromium.orgSplit up String.split to deal with normal separator...
2012-03-13 alexeif@chromium.orgStore entry id as 32-bit int.
2012-03-13 vegorov@chromium.orgAlways create HArgumentsObject on function entry.
2012-03-13 mstarzinger... Implement non-generic stores for object literals.
2012-03-13 kmillikin@chromium.orgEnsure there is a smi check of the receiver for global...
2012-03-13 yangguo@chromium.orgExperimental Profiler: tweak type info threshold.
2012-03-13 jkummerow@chromium.orgFix DEPS file patching in push-to-trunk.sh
2012-03-13 ulan@chromium.orgAdd type feedback info type to instance type list macro.
2012-03-13 yangguo@chromium.orgPrepare push to trunk. Now working on version 3.9.19.
2012-03-12 yangguo@chromium.orgRemove static Mutex from math function intializers.
2012-03-12 fschneider... Use lazy instance initializer to remove static initiali...
2012-03-12 erik.corry... Fix compile warning on 64 bit Windows.
2012-03-12 yangguo@chromium.orgEnsure consistency of Math.sqrt on Intel platforms.
2012-03-12 fschneider... Fix broken build on Win32 due to r11010.
2012-03-12 fschneider... Landing for pliard@chromium.org: Remove static initiali...
2012-03-12 erik.corry... Unbreak Windows build after UTF-16 change (sys/types...
2012-03-12 vegorov@chromium.orgInline functions that use arguments object in f.apply...
2012-03-12 erik.corry... Fix input and output to handle UTF16 surrogate pairs.
2012-03-12 mstarzinger... Fix missing initialization of mark-compact flags.
2012-03-12 jkummerow@chromium.orgAdd explicit dependency on v8_base
2012-03-12 yangguo@chromium.orgFix heuristic triggering incremental marking.
2012-03-12 ulan@chromium.orgMIPS: Port Date-related changes.
2012-03-12 yangguo@chromium.orgMIPS: Inline inequality compares of strings into Compar...
2012-03-12 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.9.18.
2012-03-11 loislo@chromium.orgV8 crashes when profile generator allocates a buffer...
2012-03-11 loislo@chromium.orgStyle fix after reapplying the patch r10996.
2012-03-11 loislo@chromium.orgWe have a problem with really big apps. The snapshot...
2012-03-11 loislo@chromium.orgRevert "We have a problem with really big apps. The...
2012-03-11 loislo@chromium.orgWe have a problem with really big apps. The snapshot...
2012-03-09 yangguo@chromium.orgFixed VFP detection through compiler defines.
2012-03-09 jkummerow@chromium.orgProfiler experiments: update flag default values.
2012-03-09 jkummerow@chromium.orgProfiler experiments: merge self-optimization code...
2012-03-09 danno@chromium.orgFix presubmit problem with elements template macro
2012-03-09 danno@chromium.orgImplement efficient element copying in ElementsAccessors.
2012-03-09 yangguo@chromium.orgInline inequality compares of strings into CompareICStu...
2012-03-09 ulan@chromium.orgFix compile errors on Windows introduced by r10983.
2012-03-09 vegorov@chromium.orgAdd Code-related fields to postmortem metadata
2012-03-09 vegorov@chromium.orgMIPS: Introduce basic type feedback for for-in statemen...
2012-03-09 rossberg@chromium.orgFix warning.
2012-03-09 ulan@chromium.orgImplement date library functions in C++.
2012-03-09 rossberg@chromium.orgImplement caching scheme for Date fields.
2012-03-09 rossberg@chromium.orgNew class for Date objects: caches individual date...
2012-03-09 erik.corry... Prepare push to trunk. Now working on version 3.9.17.
2012-03-09 yangguo@chromium.orgAdd clobber list to arm inline asm.
next