platform/upstream/v8.git
2013-10-18 mstarzinger... Make stack_parameter_count a plain register.
2013-10-18 titzer@chromium.orgImplement global load elimination based on flow engine.
2013-10-18 yangguo@chromium.orgHandlify JSObject::HasReal*Property.
2013-10-18 loislo@chromium.orgHeapProfiler: integrate FindUntrackedObjects into js...
2013-10-18 loislo@chromium.orgHeapProfiler: for the test purposes we would like to...
2013-10-18 jkummerow@chromium.orgTweak Math.log on ia32/x64
2013-10-18 mstarzinger... Prepare push to trunk. Now working on version 3.22.16.
2013-10-18 mstarzinger... Revert "HeapProfiler: for the test purposes we would...
2013-10-18 loislo@chromium.orgHeapProfiler: for the test purposes we would like to...
2013-10-18 svenpanne@chromium.orgRemoved dead code from mksnapshot.
2013-10-18 yurys@chromium.orgAlways make a copy of a string when adding it to String...
2013-10-18 loislo@chromium.orgRevert "HeapProfiler: for the test purposes we would...
2013-10-18 loislo@chromium.orgHeapProfiler: for the test purposes we would like to...
2013-10-17 rafaelw@chromium.orgPrevent changes to hidden properties from being observa...
2013-10-17 svenpanne@chromium.orgMake it possible to run a test only in the standard...
2013-10-17 mstarzinger... Add regression test for optimized count operation.
2013-10-17 marja@chromium.orgEnable calling the SetReference* & SetObjectGroupId...
2013-10-17 yangguo@chromium.orgCosmetic: Add macros for NaN, undefined and Infinity...
2013-10-17 mstarzinger... Prepare push to trunk. Now working on version 3.22.15.
2013-10-16 palfia@homejinni.comMIPS: Add support for Token::NE and Token::NE_STRICT...
2013-10-16 yangguo@chromium.orgFix leak in optimizing compiler thread.
2013-10-16 yangguo@chromium.orgImprove queuing for concurrent OSR.
2013-10-16 olivf@chromium.orgFix lower bound of shr.
2013-10-16 yurys@chromium.orgGet rid of HEAP_PROFILE macro
2013-10-16 mstarzinger... Revert "TransitionAndStoreStub bailout needs to transit...
2013-10-16 titzer@chromium.orgRemove dead constants not in block #0.
2013-10-16 bmeurer@chromium.orgAdd support for Token::NE and Token::NE_STRICT to Token...
2013-10-16 yangguo@chromium.orgRefactor part of handles.cc
2013-10-16 mstarzinger... Return descriptor ownership after TrimDescriptorArray...
2013-10-16 mstarzinger... Implement fixpoint iteration for escape analysis.
2013-10-16 yangguo@chromium.orgHandlify GetPropertyWithCallback.
2013-10-16 mstarzinger... Prepare push to trunk. Now working on version 3.22.14.
2013-10-16 yurys@chromium.orgFix unexpected stack traces in test-cpu-profiler/JsNati...
2013-10-16 mvstanton@chromium.orgAllocationSites for all literals
2013-10-16 svenpanne@chromium.orgFix for non-SSE2.
2013-10-16 haitao.feng... Refactor deferred_objects_double_values_ a little in...
2013-10-15 palfia@homejinni.comMIPS: Make TestJSArrayForAllocationMemento less awkward.
2013-10-15 rafaelw@chromium.orgHandlify JSObject::SetObserved
2013-10-15 olivf@chromium.orgProperly export uin32_bias double constant.
2013-10-15 mvstanton@chromium.orgRevert "AllocationSites for all literals"
2013-10-15 jkummerow@chromium.orgSimplify array element access in Hydrogen.
2013-10-15 mvstanton@chromium.orgMake TestJSArrayForAllocationMemento less awkward.
2013-10-15 mvstanton@chromium.orgAllocationSites for all literals
2013-10-15 svenpanne@chromium.orgDo not rely on actual NaN value for testing extractps.
2013-10-15 svenpanne@chromium.orgFixed bug in extractps instruction on ia32 and x64
2013-10-15 mvstanton@chromium.orgTransitionAndStoreStub bailout needs to transition...
2013-10-15 dslomov@chromium.orgDo not look up ArrayBuffer on global object in typed...
2013-10-15 jkummerow@chromium.orgDelete dead code from HOptimizedGraphBuilder::VisitComp...
2013-10-15 yangguo@chromium.orgDisable RegExpInterruption test for interpreted irregexp.
2013-10-15 mstarzinger... Remove deprecated "i::" prefix from the pre-parser.
2013-10-15 mstarzinger... Unify several checking methods between parser and pre...
2013-10-15 mstarzinger... Prepare push to trunk. Now working on version 3.22.13.
2013-10-15 yangguo@chromium.orgFix regexp interrupt test.
2013-10-14 mstarzinger... Introduce ParserBase for common code between parser...
2013-10-14 yangguo@chromium.orgRetire concurrent recompilation delay for non-stress...
2013-10-14 mstarzinger... Add histograms to track fraction of heap spaces and...
2013-10-14 ulan@chromium.orgOut-of-line constant pool on Arm: Stage 2 - Introduce...
2013-10-14 titzer@chromium.orgReduce queue size in dead code elimination by eagerly...
2013-10-14 rossberg@chromium.orgFix initial comparison combined_type
2013-10-14 jkummerow@chromium.orgAdd additional postmortem debugging metadata to support...
2013-10-14 jkummerow@chromium.orgMove v8_optimized_debug default value to standalone...
2013-10-14 mstarzinger... Remove deprecated v8::preparser namespace.
2013-10-14 yurys@chromium.orgTrack JS allocations as they arrive with no affection...
2013-10-14 rossberg@chromium.orgReenable 17167: "Ensure lower <= upper bound"
2013-10-14 rossberg@chromium.orgUnify handling of position info in AST, part 3
2013-10-14 hpayer@chromium.orgUse pages from lower to higher addresses in new space.
2013-10-14 rossberg@chromium.orgUnify handling of position info in AST, part 2
2013-10-14 rossberg@chromium.orgUnify handling of position info in AST, part 1
2013-10-14 bmeurer@chromium.orgDrop useless HForceRepresentation in BinaryOpStub.
2013-10-14 titzer@chromium.orgReturn the new state from local analysis in flow-engine.
2013-10-14 yurys@chromium.orgprofile-generator.* code clean-up
2013-10-14 mstarzinger... Prepare push to trunk. Now working on version 3.22.12.
2013-10-14 bmeurer@chromium.orgHIsStringAndBranch does an implicit SMI check if necessary.
2013-10-14 haitao.feng... Remove unnecessary MarkAsDeferredCalling when changing...
2013-10-11 palfia@homejinni.comMIPS: Truncate booleans to 0/1 in truncating t-to-i.
2013-10-11 palfia@homejinni.comMIPS: Remove BaseLoad/StoreStub compilers, and the...
2013-10-11 cira@chromium.orgOriginal review https://codereview.chromium.org/25855005.
2013-10-11 danno@chromium.orgRevert 17167: "Ensure lower <= upper bound"
2013-10-11 danno@chromium.orgAdding Cira & Mihai to OWNERS for internationalization...
2013-10-11 rossberg@chromium.orgEnsure lower <= upper bound
2013-10-11 olivf@chromium.orgTruncate booleans to 0/1 in truncating t-to-i.
2013-10-11 verwaest@chromium.orgRemove BaseLoad/StoreStub compilers, and the stub-cache...
2013-10-11 mstarzinger... Fix pre-parsing of 'use strict' directive after string...
2013-10-11 rossberg@chromium.orgMinor tweaks to types cctest
2013-10-11 verwaest@chromium.orgUnify ComputeLoad/StoreHandler and dispatch on compile.
2013-10-11 verwaest@chromium.orgCentralize handler caching and probing in ic.cc.
2013-10-11 mstarzinger... Remove dead IsEqualString and IsEqualNumber method.
2013-10-11 titzer@chromium.orgImplement first version of HFlowEngine, a framework...
2013-10-11 verwaest@chromium.orgAdd a slow stub for store ICs.
2013-10-11 mvstanton@chromium.orgPrepare push to trunk. Now working on version 3.22.11.
2013-10-11 mvstanton@chromium.orgAllow FastCloneShallowObjectStub to use AllocationMementos.
2013-10-11 jochen@chromium.orgRevert r17018 - "Turn on handle zapping for release...
2013-10-11 bmeurer@chromium.orgLoad/Store cannot handle double representation.
2013-10-10 dslomov@chromium.orgAdd instruction factories to HHasInstanceTypeAndBranch.
2013-10-10 dslomov@chromium.orgRevert "Fixing timezone issues with date-time/parse...
2013-10-10 cira@chromium.orgFixing timezone issues with date-time/parse-* tests.
2013-10-10 olivf@chromium.orgOnly set binary operation side effects flags, when...
2013-10-10 yangguo@chromium.orgHandlify GetPropertyWithFailedAccessCheck.
2013-10-10 yangguo@chromium.orgHandlify JSObject::GetProperty????Interceptor.
2013-10-10 olivf@chromium.orgFix potential deopt-loop introduced in r17143.
next