platform/upstream/v8.git
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.
2013-10-10 olivf@chromium.orgFixing tagged binary operation input type feedback.
2013-10-10 yurys@chromium.orgAdd column getter to CpuProfileNode
2013-10-10 ulan@chromium.orgEnable weak embedded objects in optimized code with...
2013-10-10 yurys@chromium.orgUnflake cctest/test-cpu-profiler/JsNativeJsRuntimeJsSam...
2013-10-10 rossberg@chromium.orgMore precise type lub for numbers
2013-10-10 rossberg@chromium.orgRevert "Load/Store cannot handle double representation."
2013-10-10 mstarzinger... Unify and fix checkers for duplicate object literal...
2013-10-10 bmeurer@chromium.orgLoad/Store cannot handle double representation.
2013-10-10 jkummerow@chromium.orgAdd myself to a watchlist for the public API.
2013-10-10 ulan@chromium.orgFix windows shared library build.
2013-10-10 olivf@chromium.orgOnly crosscompile binary op stubs if we compile a snapshot.
2013-10-10 verwaest@chromium.orgUse the new introduced block's reachable flag.
2013-10-10 mvstanton@chromium.orgPrepare push to trunk. Now working on version 3.22.10.
2013-10-10 mvstanton@chromium.orgRevert "Debug: Allow stepping into on a given call...
2013-10-10 titzer@chromium.orgSimplify redundant phi elimination and use during canon...
2013-10-10 olivf@chromium.orgEnsure only whitelisted stubs have sse2 versions in...
2013-10-10 mvstanton@chromium.orgRevert "Unify and fix checkers for duplicate object...
2013-10-10 dslomov@chromium.orgImplement ArrayBuffer.isView.
2013-10-04 bmeurer@chromium.orgGet rid of the HInstanceSize instruction.
2013-10-04 mstarzinger... Unify and fix checkers for duplicate object literal...
2013-10-04 mstarzinger... Remove obsolete preparser binary.
2013-10-04 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.22.9.
2013-10-04 jkummerow@chromium.orgFix shared_library build after r17107
2013-10-04 jkummerow@chromium.orgMIPS: Hydrogenisation of binops
2013-10-04 jkummerow@chromium.orgExplicitly include defaults.cc in the shared_library...
2013-10-04 olivf@chromium.orgCalm down GCMole after r17104.
2013-10-04 olivf@chromium.orgBump code space size for cctest/DeserializeFromSecondSe...
2013-10-04 olivf@chromium.orgReland "Hydrogenisation of binops"
2013-10-04 ulan@chromium.orgDisable weak embedded objects in optimized code because...
2013-10-04 ulan@chromium.orgMake objects embedded in optimized code weak.
2013-10-04 bmeurer@chromium.orgFix SmiMove unit test.
2013-10-04 bmeurer@chromium.orgAdd support to load/store byte fields.
2013-10-04 bmeurer@chromium.orgRevert "Add support to load/store byte fields." and...
2013-10-03 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.22.8.
2013-10-03 yurys@chromium.orgDebug: Allow stepping into on a given call frame.
2013-10-03 haitao.feng... Use StackArgumenstAccessor and kPCOnStackSize/kFPOnStac...
2013-10-03 haitao.feng... Use StackArgumentsAccessor for PropertyCallback and...
2013-10-02 plind44@gmail.comMIPS: Fix test262 failures and x64 compile failure.
2013-10-02 olivf@chromium.orgInline some more compare operations.
2013-10-02 adamk@chromium.orgAvoid allocations in Object.observe access check tests
2013-10-02 verwaest@chromium.orgDon't use StubType to probe the code caches.
2013-10-02 verwaest@chromium.orgUse PatchCache for call ICs.
2013-10-02 verwaest@chromium.orgCleanup map deprecation handling in the ICs
next