platform/upstream/v8.git
2012-01-11 vegorov@chromium.orgFix cctest/test-heap/InstanceOfStubWriteBarrier when...
2012-01-11 yangguo@chromium.orgInlining Math.min and Math.max in crankshaft.
2012-01-11 danno@chromium.orgCorrect nits in d8 ArrayBuffer() implementation
2012-01-11 danno@chromium.orgAdd primitive WebGL ArrayBuffer() support to d8
2012-01-11 ager@chromium.orgPort Math.random change to MIPS.
2012-01-11 mstarzinger... Fix Mac build boken in r10383.
2012-01-11 ager@chromium.orgSupport inlining and crankshaft optimization of Math...
2012-01-11 mstarzinger... Make heap size estimation more accurate.
2012-01-11 fschneider... Optimize simple constant cases for bitwise &, | and ^.
2012-01-11 vegorov@chromium.orgFix build failure introduced by r10380
2012-01-11 vegorov@chromium.orgChange inlined cache of intanceof stub to use indirecti...
2012-01-11 fschneider... Tiny improvement of register constraints in LClassOfTes...
2012-01-10 kmillikin@chromium.orgFix for an ARM register allocation bug.
2012-01-10 svenpanne@chromium.orgChanges after code review#
2012-01-10 svenpanne@chromium.orgFixed AccessorPair handling
2012-01-10 svenpanne@chromium.orgUse a separate new type AccessorPair for JavaScript...
2012-01-10 fschneider... Avoid recording unnecessary deoptimization environments...
2012-01-10 jkummerow@chromium.orgInline fast case of CodeGenerationFromStringsAllowed
2012-01-10 erik.corry... MIPS: Check that address given to __RecordWrite is...
2012-01-10 erik.corry... Minor cleanups of numeric seeded hashing patch.
2012-01-10 erik.corry... Add seed to hash of numeric keyed properties. This...
2012-01-10 erik.corry... Fix zero hash handling on ARM.
2012-01-10 danno@chromium.orgFix handling of -0.0 in IsInt32/IsUInt32
2012-01-10 yangguo@chromium.orgFixing windows builds.
2012-01-10 yangguo@chromium.orgFixing minGW build.
2012-01-09 danno@chromium.orgMake sure transitioned arrays efficiently call builtin...
2012-01-09 erik.corry... Use shift and add instead of mul on ARM for integer...
2012-01-06 erik.corry... Fix test-hashing after recent changes to string hashing.
2012-01-06 vegorov@chromium.orgAdjust position recorded for call expressions.
2012-01-05 ulan@chromium.orgMove handlified functions from handles.cc to objects.cc
2012-01-05 rossberg@chromium.orgPrepare push to trunk. Now working on version 3.8.6.
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...
next