platform/upstream/v8.git
2013-10-22 yurys@chromium.orgRevert "Expose v8::Function::GetDisplayName to public...
2013-10-22 yurys@chromium.orgExpose v8::Function::GetDisplayName to public API.
2013-10-22 yurys@chromium.orgExpose v8::Function::IsBuiltin to public API.
2013-10-22 mstarzinger... Enable escape analysis for Hydrogen.
2013-10-22 mstarzinger... Fix materialization of captured objects with field...
2013-10-22 svenpanne@chromium.orgTemporarily deactive regress-2185-2 until our array...
2013-10-22 bmeurer@chromium.orgGuard against misuse of IfBuilder.
2013-10-22 ishell@chromium.orgMore Hydrogen templatization.
2013-10-22 svenpanne@chromium.orgRemoved obsolete unit tests.
2013-10-22 bmeurer@chromium.orgRevert "Re-enable global load elimination after fixing...
2013-10-22 titzer@chromium.orgRe-enable global load elimination after fixing misalign...
2013-10-22 svenpanne@chromium.orgDo not run useless test variants for test-parsing/Parse...
2013-10-22 svenpanne@chromium.orgDo not serialize stack limits.
2013-10-22 mstarzinger... Make PropertyCell::UpdatedType return a handle.
2013-10-22 bmeurer@chromium.orgPrepare push to trunk. Now working on version 3.22.19.
2013-10-22 machenbach... Add test for push-to-trunk script.
2013-10-22 bmeurer@chromium.org[Sheriff] Revert "Record allocation stack traces" and...
2013-10-21 palfia@homejinni.comMIPS: Fix kraken 1.1 benchmark failure.
2013-10-21 palfia@homejinni.comMIPS: Add tool to visualize machine code/lithium.
2013-10-21 palfia@homejinni.comMIPS: Inline number to string conversion for string...
2013-10-21 yurys@chromium.orgTemporarily disable test-heap-profiler/TrackHeapAllocations
2013-10-21 yurys@chromium.orgRecord allocation stack traces
2013-10-21 ishell@chromium.orgHEnvironmentMarker factory added
2013-10-21 titzer@chromium.orgAllow constants to be deleted by reinserting them into...
2013-10-21 mstarzinger... Handlify PropertyCell::SetValueInferType and friends.
2013-10-21 bmeurer@chromium.orgAdd ishell@ to OWNERS.
2013-10-21 danno@chromium.orgAdd tool to visualize machine code/lithium.
2013-10-21 titzer@chromium.orgHandle misaligned loads and stores in load elimination...
2013-10-21 bmeurer@chromium.orgPrepare push to trunk. Now working on version 3.22.18.
2013-10-21 bmeurer@chromium.orgInline number to string conversion for string addition...
2013-10-21 bmeurer@chromium.orgRevert "Add a soft-deopt in keyed element access when...
2013-10-21 hpayer@chromium.orgAdd a soft-deopt in keyed element access when current...
2013-10-21 yangguo@chromium.orgHarmony: implement Math.trunc.
2013-10-21 titzer@chromium.orgRevert "Enable load elimination."
2013-10-21 titzer@chromium.orgEnable load elimination.
2013-10-21 yangguo@chromium.orgHarmony: implement Math.sign.
2013-10-21 bmeurer@chromium.orgPrepare push to trunk. Now working on version 3.22.17.
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...
next