platform/upstream/v8.git
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.
2012-03-09 jkummerow@chromium.orgRefactored push-to-trunk.sh and merge-to-branch.sh.
2012-03-09 yangguo@chromium.orgSimplify V8::FillHeapNumberWithRandom.
2012-03-09 ulan@chromium.orgRevert r10435 and r10923 because of failures.
2012-03-09 svenpanne@chromium.orgAdded support functions for using Literal keys in a...
2012-03-08 mikhail.naganov... Fix signed / unsigned warnings for ?: operators reporte...
2012-03-08 rossberg@chromium.orgFix minifier to distinguish regexps from divisions...
2012-03-08 fschneider... Fix a bug in the x64 elements transition code.
2012-03-08 mstarzinger... Fix syntactical issue in r10965.
2012-03-08 rossberg@chromium.orgBasic interface inference for modules.
2012-03-08 mstarzinger... Implement Object.is and Number.is[Finite,NaN] functions.
2012-03-08 yangguo@chromium.orgSet debug break slot at init of loop variable in a...
2012-03-08 jkummerow@chromium.orgUn-braindead-ify test-debug/DebugBreakLoop
2012-03-07 mstarzinger... Add kAbortIncrementalMarkingMask flag for GC.
2012-03-07 vegorov@chromium.orgAdd HeapProfiler::GetPersistentHandleCount to be able...
2012-03-07 jkummerow@chromium.orgProfiler experiments: Honor postponing of interrupts...
2012-03-07 ulan@chromium.orgIgnore soft heap limit when reserving space.
2012-03-07 yangguo@chromium.orgTweaks to SubStringStub
2012-03-07 svenpanne@chromium.orgMake the runtime entry for setting/changing accessors...
2012-03-07 mstarzinger... Implement --download-data for test harness.
2012-03-07 fschneider... Avoid starting a new basic block when inlining a function.
2012-03-07 svenpanne@chromium.orgCaught yet another escaped hole.
2012-03-07 yangguo@chromium.orgFix compile with debuggersupport=off.
2012-03-07 svenpanne@chromium.orgNever let the hole escape...
2012-03-07 danno@chromium.orgMIPS: Simplify the deopt entry method.
2012-03-07 danno@chromium.orgMIPS: Minor optimizations in Builtins::Generate_Argumen...
2012-03-06 yangguo@chromium.orgMIPS: Port r10939 to x64 and arm (inline Math.random...
2012-03-06 yangguo@chromium.orgPort r10939 to x64 and arm (inline Math.random in crank...
2012-03-06 yangguo@chromium.orgFix nosse2 tests.
2012-03-06 danno@chromium.orgConsistently order receiver and holder argument in...
2012-03-06 yangguo@chromium.orgFix test-random test.
next