platform/upstream/v8.git
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
2013-10-02 verwaest@chromium.orgRename ComputeLoadStoreField to just handle ComputeStor...
2013-10-02 plind44@gmail.comMIPS: Add support to load/store byte fields.
2013-10-02 plind44@gmail.comMIPS: Improve and simplify removal of unreachable code.
2013-10-02 danno@chromium.orgFix failure in unit tests
2013-10-02 danno@chromium.orgFix test262 failures and x64 compile failure.
2013-10-02 hpayer@chromium.orgTweak default max heap size constants for platforms...
2013-10-02 bmeurer@chromium.orgAlways use timeGetTime() for TimeTicks::Now() on Windows.
2013-10-02 bmeurer@chromium.orgAdd support to load/store byte fields.
2013-10-02 verwaest@chromium.orgOnly fold polymorphic into monomorphic load if all...
2013-10-02 danno@chromium.orgFix improper usage of V8_OVERRIDE.
2013-10-02 haitao.feng... Tweak SmiAdd for X64
2013-10-02 danno@chromium.orgImprove and simplify removal of unreachable code
2013-10-02 olivf@chromium.orgAdd flag for printing the time it took to deserialize...
2013-10-02 olivf@chromium.orgAdd a flag to print the time it takes to compile Hydrog...
2013-10-02 palfia@homejinni.comMIPS: Allow function inlining with context change.
2013-10-02 hpayer@chromium.orgPrint out how many AllocationMementos were found during...
2013-10-02 yangguo@chromium.orgCorrectly handlify CopyContextLocalsToScopeObject.
2013-10-02 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.22.7.
2013-10-02 jkummerow@chromium.orgRevert "lazy instantiation of the default isolate"...
2013-10-02 jkummerow@chromium.orgCancel push to trunk. Working on version 3.22.6 again.
2013-10-02 yangguo@chromium.orgFix compile error.
2013-10-02 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.22.7.
2013-10-02 yangguo@chromium.orgHandlify Runtime_GetPrototype and Runtime_GetOwnProperty.
2013-10-02 mstarzinger... Remove deprecated JSObject::GetLocalPropertyType method.
2013-10-02 dcarney@chromium.orgbuild fix for 17049
2013-10-01 palfia@homejinni.comMIPS: Let the register allocator handle the context...
2013-10-01 plind44@gmail.comMIPS: Tweak LoadKeyed.
2013-10-01 plind44@gmail.comMIPS: Lazily save double registers for HCallRuntime...
2013-10-01 plind44@gmail.comMIPS: Refactor PropertyCallbackInfo & FunctionCallbackI...
2013-10-01 olivf@chromium.orgRevert "Hydrogenisation of binops"
2013-10-01 olivf@chromium.orgRemove incorrect assertion.
2013-10-01 olivf@chromium.orgBump old pointer space size.
2013-10-01 olivf@chromium.orgHydrogenisation of binops
2013-10-01 mstarzinger... Turn Heap::AllowedToBeMigrated checks into asserts.
next