platform/upstream/v8.git
2012-01-05 mstarzinger... Fix several minor issues with grokdump.py tool.
2012-01-05 erik.corry... Fix broken test that assumes that no GC can clear the...
2012-01-05 mstarzinger... Fix handling of bogus receivers for Harmony collections.
2012-01-05 yangguo@chromium.orgAdd netbsd support to gyp build.
2012-01-05 erik.corry... Fix the logic that should ensure that a string cannot...
2012-01-05 erik.corry... Determine page size at runtime on posix platforms....
2012-01-05 vegorov@chromium.orgAlter the second hash used in StoreBuffer::Compact.
2012-01-05 vegorov@chromium.orgMIPS: Avoid embedding new space objects into code objec...
2012-01-05 vegorov@chromium.orgEnsure that store buffer filtering hash sets are cleare...
2012-01-04 vegorov@chromium.orgWhen shrinking semispace don't relink pages if semispac...
2012-01-04 danno@chromium.orgRollback 10331: Make sure transitioned arrays efficient...
2012-01-04 danno@chromium.orgMake sure transitioned arrays efficiently call builtin...
2012-01-04 erik.corry... Randomize the seed used for string hashing. This helps...
2012-01-04 kmillikin@chromium.orgFix a few preprocessor macros that could capture an...
2012-01-04 yangguo@chromium.orgFix windows build.
2012-01-04 danno@chromium.orgMIPS: Undo allocation of half-formed array during eleme...
2012-01-04 danno@chromium.orgMIPS: Add InternalArrayCodeGeneric
2012-01-04 danno@chromium.orgMIPS: Ensure that InternalArrays remain InternalArrays...
2012-01-04 yangguo@chromium.orgImplement callback when script finishes running in...
2012-01-03 danno@chromium.orgUpdate LICENSE file
2012-01-03 yangguo@chromium.orgImprove performance of Math.min and Math.max for the...
2012-01-03 danno@chromium.orgUndo allocation of half-formed array during elements...
2012-01-02 kmillikin@chromium.orgMake Runtime_Apply safer.
2012-01-02 vegorov@chromium.orgFix typo in tools/grokdump.py. Stack pointer on x86...
2012-01-02 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.8.5.
2012-01-02 vegorov@chromium.orgFilter transitions while searching for CONSTANT_FUNCTIO...
2011-12-30 danno@chromium.orgReland 10309: Ensure large Smi-only arrays don't transi...
2011-12-30 danno@chromium.orgRollback 10309
2011-12-30 danno@chromium.orgEnsure large Smi-only arrays don't transition to FAST_D...
2011-12-29 danno@chromium.orgAdd InternalArrayCodeGeneric
2011-12-28 danno@chromium.orgRemove unused runtime function
2011-12-27 danno@chromium.orgEnsure that InternalArrays remain InternalArrays regard...
2011-12-27 danno@chromium.orgPrepare push to trunk. Now working on version 3.8.4.
2011-12-27 danno@chromium.orgMIPS: fix bug in KeyedStoreIC::GenerateNonStrictArguments()
2011-12-23 vegorov@chromium.orgAvoid embedding new space objects into code objects...
2011-12-22 fschneider... Remove unnecessary environment from LStoreKeyedFastElem...
2011-12-22 ricow@chromium.orgEnable max optimization for v8 in chromium.
2011-12-21 vegorov@chromium.orgFix GCC 4.7 warnings:
2011-12-21 vegorov@chromium.orgFix GCC 4.7 warnings.
2011-12-21 ulan@chromium.orgDo not reassign debug-only flag in release mode.
2011-12-21 mstarzinger... Fix JavaScript accessors on objects with interceptors.
2011-12-21 ulan@chromium.orgUncommit free pages in all spaces on low memory notific...
2011-12-21 ricow@chromium.orgFix presubmit.
2011-12-21 danno@chromium.orgPrepare push to trunk. Now working on version 3.8.3.
2011-12-21 ricow@chromium.orgAdd max optimization flag to v8 build flag, chrome...
2011-12-20 danno@chromium.orgMIPS: Support Smi->Double->HeapObject transitions in...
2011-12-20 kmillikin@chromium.orgMIPS: Clean up handling of global cell stores in the...
2011-12-20 kmillikin@chromium.orgClean up handling of global cell stores in the optimizi...
2011-12-20 mstarzinger... Fix handling of foreign callbacks in DefineOwnProperty.
2011-12-19 fschneider... Fix bug with filtering of foreign context maps in the...
2011-12-19 ricow@chromium.orgPrepare push to trunk. Now working on version 3.8.2
2011-12-19 vegorov@chromium.orgDo not delay sweeping of pages that are completely...
2011-12-16 jkummerow@chromium.orgAdd tools/gyp/preparser_lib.vcproj to svn:ignore
2011-12-16 yangguo@chromium.orgFixed --print-source crash.
2011-12-16 mstarzinger... Fix Test262 command line in test harness.
2011-12-16 mstarzinger... Remove bogus writability check in DefineGetterSetter.
2011-12-16 yangguo@chromium.orgChange --print-all-code to include --code-comments.
2011-12-15 yangguo@chromium.orgIntroduce --print-all-code flag and infrastructure...
2011-12-15 yangguo@chromium.orgFix cctest/test-hashing on MIPS.
2011-12-15 yangguo@chromium.orgMIPS: Porting r10252 to ARM.
2011-12-15 yangguo@chromium.orgMIPS: Porting r10221 to ARM (avoid bailing out to runti...
2011-12-15 vegorov@chromium.orgAdd X64 minidumps support to tools/grokdump.py
2011-12-15 yangguo@chromium.orgPorting r10252 to ARM (handle external strings in gener...
2011-12-15 yangguo@chromium.orgPorting r10252 to x64 (handle external strings in gener...
2011-12-15 fschneider... Temporarily disable new test until no-snapshot version...
2011-12-15 vegorov@chromium.orgAlign tools/gc-nvp-trace-processor.py with --trace...
2011-12-14 mstarzinger... Mark Test262 test cases for known issue 1475.
2011-12-14 fschneider... Filter out maps from different global context when...
2011-12-14 jkummerow@chromium.orgFix outdated test expectations for array literal cranks...
2011-12-14 jkummerow@chromium.orgCreate missing boilerplate for array literals instead...
2011-12-14 mstarzinger... Fix invalid usage of StoreIC_ArrayLength optimization.
2011-12-14 yangguo@chromium.orgFix nosnap builds.
2011-12-14 yangguo@chromium.orgHandle external strings in generated code when concaten...
2011-12-14 yangguo@chromium.orgPorting r10221 to x64 (avoid bailing out to runtime...
2011-12-14 yangguo@chromium.orgPorting r10221 to ARM (avoid bailing out to runtime...
2011-12-14 fschneider... Fix two x64 code generation bugs introduced by const...
2011-12-13 fschneider... Landing forgotten mjsunit test file from previous CL.
2011-12-13 fschneider... [hydrogen] don't bailout assignments to consts
2011-12-13 ulan@chromium.orgGuard against undefined fields in global context.
2011-12-13 jkummerow@chromium.orgFix crash in d8 when external array ctor hits stack...
2011-12-13 vegorov@chromium.orgFix GCC 4.7 warnings, which are related to char being...
2011-12-13 yangguo@chromium.orgAvoid using an invalid working directory in mjsunit...
2011-12-13 ricow@chromium.orgPrepare push to trunk. Now working on version 3.8.1.
2011-12-12 fschneider... Remove dead code and one static initializer that came...
2011-12-12 mstarzinger... Fix another corner case for DefineOwnProperty on arrays.
2011-12-12 keuchel@chromium.orgMIPS: Hydrogen support for context allocated harmony...
2011-12-12 yangguo@chromium.orgMIPS: Port Math.pow inlining to ARM.
2011-12-12 yangguo@chromium.orgEnable mips in the test wrapper for gyp.
2011-12-12 ricow@chromium.orgMIPS: Reland 10216 - Optimize the equality check case...
2011-12-09 danno@chromium.orgFix regex regression in top-of-tree.
2011-12-09 yangguo@chromium.orgFixing bug introduced in r10210 that crashes v8 raytrac...
2011-12-09 yangguo@chromium.orgAvoid bailing out to runtime for short substrings.
2011-12-09 keuchel@chromium.orgHydrogen support for context allocated harmony bindings.
2011-12-09 ricow@chromium.orgReland 10216 - Optimize the equality check case of...
2011-12-09 danno@chromium.orgSupport Smi->Double->HeapObject transitions in construc...
2011-12-08 ricow@chromium.orgRevert 10216 Optimize the equality check case of ICComp...
2011-12-08 ricow@chromium.orgOptimize the equality check case of ICCompare stubs.
2011-12-08 vegorov@chromium.orgEnsure that non-optimized code objects are not flushed...
2011-12-08 yangguo@chromium.orgMIPS: Fixing MathPowHalf on ARM.
2011-12-08 ricow@chromium.orgPrepare push to trunk. Now working on version 3.8.1.
next