platform/upstream/v8.git
2013-05-27 verwaest@chromium.orgFix the hole loading optimization.
2013-05-27 palfia@homejinni.comMIPS: Fix unaligned address of double.
2013-05-27 palfia@homejinni.comMIPS: make isolate accessible from returnvalue
2013-05-27 dcarney@chromium.orgAdd template parameter to ReturnValue::Set.
2013-05-27 rossberg@chromium.orgCollect type feedback in separate pass and store it...
2013-05-27 titzer@chromium.orgExtract GlobalValueNumberer and helper classes from...
2013-05-27 palfia@homejinni.comMIPS: Remove HCheckSmi, LCheckSmi and rename LCheckSmiA...
2013-05-27 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.19.6.
2013-05-27 dcarney@chromium.orgmake isolate accessible from returnvalue
2013-05-27 verwaest@chromium.orgFix Object.freeze for objects with mixed accessors...
2013-05-27 yangguo@chromium.orgRegexp parser: reset flag after scanning ahead for...
2013-05-27 verwaest@chromium.orgRemove HCheckSmi, LCheckSmi and rename LCheckSmiAndRetu...
2013-05-27 verwaest@chromium.orgFix build
2013-05-27 verwaest@chromium.orgTag smi-constants as smi. This also fixes code that...
2013-05-25 palfia@homejinni.comMIPS: Fix DIRECT_API_CALL_NEW and DIRECT_GETTER_CALL_NE...
2013-05-24 palfia@homejinni.comMIPS: Fix hole handling, and ensure smi representation...
2013-05-24 palfia@homejinni.comMIPS: DummyUse if Representation::Tagged()+Type::Smi...
2013-05-24 palfia@homejinni.comMIPS: Replace tagged keys for fast access by smi, and...
2013-05-24 yurys@chromium.orgUn-flake test-cpu-profiler/SampleWhenFrameIsNotSetup
2013-05-24 olivf@chromium.orgtrace compare_nil_ic state in --trace-ic output
2013-05-24 verwaest@chromium.orgFix hole handling, and ensure smi representation is...
2013-05-24 titzer@chromium.orgRemove offset() and is_in_object() from hydrogen and...
2013-05-24 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.19.5.
2013-05-24 verwaest@chromium.orgDummyUse if Representation::Tagged()+Type::Smi() to...
2013-05-24 verwaest@chromium.orgUpdate representation-from-uses to support smi.
2013-05-24 olivf@chromium.orgfix some names in compare nil ic
2013-05-24 yangguo@chromium.orgFix edge case in stack trace formatting.
2013-05-24 svenpanne@chromium.orgMake (most of) --trace-codegen available in release...
2013-05-24 svenpanne@chromium.orgfix thread safety issue in FunctionTemplate test
2013-05-24 verwaest@chromium.orgReplace tagged keys for fast access by smi, and use...
2013-05-24 titzer@chromium.orgIntroduce ObjectAccess, which is used by LoadNamedField...
2013-05-24 yangguo@chromium.orgAdd belated test for the SeqStringSetChar bug.
2013-05-24 dcarney@chromium.orgcallback handler map not correctly populated by direct...
2013-05-24 palfia@homejinni.comMIPS: Fix assert on ARM
2013-05-24 palfia@homejinni.comMIPS: Require smi for keyed store to smi.
2013-05-24 palfia@homejinni.comMIPS: Tag length of FixedArrayBase and smi-array[x...
2013-05-24 palfia@homejinni.comMIPS: Improve SeqStringSetChar implementation.
2013-05-24 palfia@homejinni.comMIPS: Always require exact maps.
2013-05-24 palfia@homejinni.comMIPS: Omit smi-check for write-barrier unless tagged.
2013-05-24 palfia@homejinni.comMIPS: Implement HChange support for Smis and use it...
2013-05-23 verwaest@chromium.orgFix assert on ARM
2013-05-23 hpayer@chromium.orgSimplifying GC heuristics, deleted old generation alloc...
2013-05-23 verwaest@chromium.orgRequire smi for keyed store to smi.
2013-05-23 verwaest@chromium.orgTag length of FixedArrayBase and smi-array[x] as smi...
2013-05-23 mstarzinger... Fix embedded new-space pointer in LCmpObjectEqAndBranch.
2013-05-23 yangguo@chromium.orgAdd asserts to String::GetFlatContent.
2013-05-23 mvstanton@chromium.orgMissing type cell on ia32 from bindings.
2013-05-23 verwaest@chromium.orgDon't use fast literal if the boilerplate map is still...
2013-05-23 dslomov@chromium.orgFix Windows build after r14770
2013-05-23 dslomov@chromium.orgExternalization API for ArrayBuffer
2013-05-23 yangguo@chromium.orgImprove SeqStringSetChar implementation.
2013-05-23 verwaest@chromium.orgAlways require exact maps.
2013-05-23 verwaest@chromium.orgOmit smi-check for write-barrier unless tagged.
2013-05-23 jkummerow@chromium.orgAvoid creating duplicate entries for a value when mergi...
2013-05-23 verwaest@chromium.orgImplement HChange support for Smis and use it in Load...
2013-05-23 dcarney@chromium.orgde-isolate Persistent::Dispose
2013-05-23 hpayer@chromium.orgMove global pretenuring flag check to ShouldGloballyPre...
2013-05-23 verwaest@chromium.orgMake Object.freeze fast
2013-05-22 palfia@homejinni.comMIPS: Handle holes in smi-untag from LoadKeyed requirin...
2013-05-22 adamk@chromium.orgRevert "Make Object.freeze fast"
2013-05-22 adamk@chromium.orgFix Object.freeze on dictionary-backed arrays to proper...
2013-05-22 adamk@chromium.orgMake Object.freeze fast
2013-05-22 mstarzinger... Fix bogus deopt in BuildEmitDeepCopy for holey arrays.
2013-05-22 verwaest@chromium.orgHandle holes in smi-untag from LoadKeyed requiring...
2013-05-22 verwaest@chromium.orgDon't allow copying holes to fields.
2013-05-22 mstarzinger... Fix corner case in optimized code map zapping.
2013-05-22 ulan@chromium.orgFix Windows shared library build.
2013-05-22 ulan@chromium.orgPrepare push to trunk. Now working on version 3.19.4.
2013-05-22 mstarzinger... Fix VisitLogicalExpression for empty blocks on RHS.
2013-05-22 yangguo@chromium.orgFix unexpected elements transition in JSON.parse
2013-05-22 verwaest@chromium.orgKeep representations while overwriting transitions.
2013-05-22 mstarzinger... Use explicit type feedback clearing in some tests.
2013-05-22 hpayer@chromium.orgForce GC before executing unbox double arrays test...
2013-05-22 dcarney@chromium.orgbuild fix for 14738
2013-05-22 dcarney@chromium.orgimplement fast ReturnValue setters
2013-05-21 palfia@homejinni.comMIPS: fix arm simulator after 14725
2013-05-21 palfia@homejinni.comMIPS: new style of property/function callbacks
2013-05-21 verwaest@chromium.orgDon't track representations in context extensions.
2013-05-21 mstarzinger... Add regression test for fix from r14732.
2013-05-21 mmassi@chromium.orga tiny bug in DehoistArrayIndex
2013-05-21 verwaest@chromium.orgZap map value in the stub-cache on clear.
2013-05-21 dcarney@chromium.orgfix arm simulator after 14725
2013-05-21 svenpanne@chromium.orgMake sure we register extensions only once. Removed...
2013-05-21 mstarzinger... Disable flaky test after r14723.
2013-05-21 verwaest@chromium.orgDon't create new maps in CurrentMapForDeprecated.
2013-05-21 wingo@igalia.comRemove unneeded argument from Parser::GetSymbol
2013-05-21 mstarzinger... Make Runtime_Abort print to stderr instead of stdout.
2013-05-21 dcarney@chromium.orgnew style of property/function callbacks
2013-05-17 rodolph.perfetta... ARM: Smi refactoring and improvements.
2013-05-17 yurys@chromium.orgAllow for no samples in test-cpu-profiler/SampleWhenFra...
2013-05-17 rossberg@chromium.orgReduce register pressure in some runtime functions
2013-05-17 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.19.3.
2013-05-17 mvstanton@chromium.orgTurning off optimize-constructed-arrays to investigate...
2013-05-17 palfia@homejinni.comMIPS: Unify deoptimizer for JavaScript frames.
2013-05-17 hpayer@chromium.orgFix transition test to support allocation site info.
2013-05-17 mstarzinger... Unify deoptimizer for JavaScript frames.
2013-05-17 danno@chromium.orgFill in one-word-fillers for the unused property fields.
2013-05-17 verwaest@chromium.orgFix bugs in rewriting combined with attributes and...
2013-05-17 palfia@homejinni.comMIPS: Implement yield* (delegating yield)
2013-05-16 hpayer@chromium.orgRevert "Simplifying GC heuristics, deleted old generati...
next