platform/upstream/v8.git
2013-08-14 jochen@chromium.orgupdates
2013-08-14 jochen@chromium.orgupdates
2013-08-14 jochen@chromium.orgAdd a bootstrap script to make it easier to build gcmole
2013-08-14 jkummerow@chromium.orgRevert "Make GlobalHandle::NodeBlock deletable"
2013-08-14 jkummerow@chromium.orgFix Math.round/floor that had bogus Smi representation
2013-08-14 verwaest@chromium.orgLoad size in signed int before making negative.
2013-08-14 verwaest@chromium.orgNever hchange nan-hole to hole or hole to nan-hole.
2013-08-13 palfia@homejinni.comMIPS: Store doubles before calling into the elements...
2013-08-13 jkummerow@chromium.orgFix overflow check computation for Smi Phis
2013-08-13 jkummerow@chromium.orgFix overwriting order of object literal properties...
2013-08-13 danno@chromium.orgPrepare push to trunk. Now working on version 3.20.17.
2013-08-13 yangguo@chromium.orgUse Cell instead of PropertyCell in DoCheckFunction...
2013-08-13 yangguo@chromium.orgFix bug in HPhi::SimplifyConstantInput
2013-08-13 jkummerow@chromium.orgMake HToFastProperties GC safe.
2013-08-13 verwaest@chromium.orgStore doubles before calling into the elements transiti...
2013-08-13 jochen@chromium.orgFix gcmole bugs in i18n code
2013-08-13 jochen@chromium.orgAlso add i18n directories to gcmole
2013-08-13 jochen@chromium.orgRun gcmole on i18n code.
2013-08-13 verwaest@chromium.orgMark CheckMaps that can cause migration with ChangesNew...
2013-08-13 machenbach... Ignore flaky intl test.
2013-08-13 palfia@homejinni.comMIPS: Make assert more accurate
2013-08-12 jkummerow@chromium.orgia32: Calls to the TranscendentalCacheStub must ensure...
2013-08-12 palfia@homejinni.comMIPS: Replace LoadNamedFieldPolymorphic with explicit...
2013-08-12 yangguo@chromium.orgFix regressions triggered by map invalidation during...
2013-08-12 machenbach... Remove test from deopt fuzzer skip list after bugfix.
2013-08-12 yangguo@chromium.orgDo not materialize uninitialized const for debug evaluate.
2013-08-12 verwaest@chromium.orgMake assert more accurate
2013-08-12 verwaest@chromium.orgBreak typecheck dependency in escape analysis.
2013-08-12 machenbach... Ignore an unsuitable test under deopt fuzz.
2013-08-12 jochen@chromium.orgReturn i18n object holders directly.
2013-08-09 verwaest@chromium.orgMake all load-named-fields depend on their map-check...
2013-08-09 dslomov@chromium.orgRevert "Promote ArrayBuffer, DataView and typed arrays...
2013-08-09 dslomov@chromium.orgPromote ArrayBuffer, DataView and typed arrays to non...
2013-08-09 mstarzinger... Make sure polymorphic element access creates non-replay...
2013-08-09 mstarzinger... Allow HPhis to have an invalid merge index.
2013-08-09 yurys@chromium.orgSet bailout reason to kCodeGenerationFailed only when...
2013-08-09 verwaest@chromium.orgReplace LoadNamedFieldPolymorphic with explicit branches.
2013-08-09 bmeurer@chromium.orgFix/unify root handling in code generation.
2013-08-09 mvstanton@chromium.orgDeoptimization is easier to diagnose when there is...
2013-08-09 verwaest@chromium.orgReduce some code duplication
2013-08-09 verwaest@chromium.orgReplace MathFloor/Round by HChange if the input represe...
2013-08-09 verwaest@chromium.orgFix smi-based math floor.
2013-08-09 bmeurer@chromium.orgFix -Wconversion warnings in external V8 headers.
2013-08-09 jochen@chromium.orgMove i18n collator code to runtime.
2013-08-09 mstarzinger... Fix handle unsafety in Deoptimizer::MaterializeNextHeap...
2013-08-09 bmeurer@chromium.orgopenbsd: fix platform build
2013-08-09 mvstanton@chromium.orgAdd flag trap_on_stub_deopt. We want to be able to...
2013-08-09 svenpanne@chromium.orgInstance-type-related fixes and cleanup.
2013-08-09 yurys@chromium.orgDeprecate self and total time getters and total sample...
2013-08-08 palfia@homejinni.comMIPS: Patch to enhance the source code line information...
2013-08-08 yurys@chromium.orgRevert "Deprecate self and total time getters and total...
2013-08-08 yurys@chromium.orgDeprecate self and total time getters and total sample...
2013-08-08 plind44@gmail.comMIPS: Optimize DoCheckMaps.
2013-08-08 haitao.feng... Patch to enhance the source code line information for...
2013-08-08 haitao.feng... tweak of Math.abs in its x64 stub
2013-08-07 plind44@gmail.comMIPS: Refactor and improve inlined double-aligned alloc...
2013-08-07 verwaest@chromium.orgFix Object.freeze, Object.observe wrt CountOperation...
2013-08-07 verwaest@chromium.orgRevert "mod does not rely on a fixed register anymore...
2013-08-07 yurys@chromium.orgSupport idle time in CPU profiler
2013-08-07 olivf@chromium.orgmod does not rely on a fixed register anymore, the...
2013-08-07 palfia@homejinni.comMIPS: First implementation of allocation elimination...
2013-08-07 jkummerow@chromium.orgCheck for empty handle in JSON stringifier
2013-08-07 svenpanne@chromium.orgRemoved wrong ASSERTs on MIPS.
2013-08-07 svenpanne@chromium.orgHandle Symbols in the LBranch instruction on x64.
2013-08-07 prybin@chromium.orgFix step in positions (include various calls and exclud...
2013-08-07 jochen@chromium.orgMove i18n's number-format C++ code to runtime
2013-08-07 mstarzinger... First implementation of allocation elimination in Hydrogen.
2013-08-07 yangguo@chromium.orgRe-reland "Flush parallel recompilation queues on conte...
2013-08-07 yangguo@chromium.orgMake JSON::Parse return Local<Value>
2013-08-07 dslomov@chromium.orgPrepare push to trunk. Now working on version 3.20.15.
2013-08-07 mstarzinger... Add frame pointer markup to grokdump.
2013-08-07 dcarney@chromium.orgexpose eternal handle api
2013-08-07 jkummerow@chromium.orgPacify Win7 builders
2013-08-07 bmeurer@chromium.orgHandle external reference values properly in HConstant...
2013-08-07 jochen@chromium.orgMove i18n extension's date-format C++ code to runtime
2013-08-07 palfia@homejinni.comMIPS: Fix Sunspider 1.0/crypto-aes.
2013-08-06 dslomov@chromium.orgHandlify factory methods for typed array, ArrayBuffer...
2013-08-06 dslomov@chromium.orgFix Win64 build after r16079.
2013-08-06 ulan@chromium.orgFix Array index dehoisting.
2013-08-06 jkummerow@chromium.orgARM/MIPS: Fix Constant-to-DoubleRegister moves in LGapR...
2013-08-06 machenbach... Add flaky test classification feature to test suites.
2013-08-06 yangguo@chromium.orgWrap back edge table in an iterator.
2013-08-06 yurys@chromium.orgDefine V8EXPORT only in v8.h and use it in the other...
2013-08-06 rossberg@chromium.orgRemove test that causes illegal access now
2013-08-06 rossberg@chromium.orgTurn assert into runtime assertion to make fuzzer happy
2013-08-06 yangguo@chromium.orgImprove internal stringifcation for custom Error objects.
2013-08-06 rossberg@chromium.orgI found this working on
2013-08-06 svenpanne@chromium.orgDesugar bitwise negation into XOR and kill all UnaryOp...
2013-08-06 dslomov@chromium.orgUpdate Array Iterator to use numeric indexes
2013-08-06 jkummerow@chromium.orgUn-revert "Implement simple effect typing for variables...
2013-08-06 bmeurer@chromium.orgr11951 changed the existing check for the __SOFTFP__...
2013-08-06 yurys@chromium.orgUse standard routine to compute pointer hashs in heap...
2013-08-06 verwaest@chromium.orgFix DeferredInstanceMigration to store the result to...
2013-08-06 yurys@chromium.orgReturn start/end profiling time in microseconds instead...
2013-08-06 danno@chromium.orgPrepare push to trunk. Now working on version 3.20.14.
2013-08-06 dcarney@chromium.orgdelete eternal handle blocks correctly
2013-08-06 palfia@homejinni.comMIPS: Migrate instance of deprecated maps in HCheckMaps.
2013-08-06 haitao.feng... Make some constants' meaning clear for X64
2013-08-05 palfia@homejinni.comMIPS: Replace HCheckPrototypeMaps by explicit map check...
2013-08-05 verwaest@chromium.orgChange environment padding value to value with smi...
next