platform/upstream/v8.git
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.
2013-10-01 mstarzinger... Remove obsolete AssertNoContextChangeWithHandleScope.
2013-10-01 dcarney@chromium.orglazy instantiation of the default isolate
2013-10-01 mstarzinger... Handlify JSObject::LookupAccessor method.
2013-10-01 yurys@chromium.orgFix threading problems in test-api when running on...
2013-10-01 verwaest@chromium.orgEncapsulate extra_ic_state in CallICs.
2013-10-01 verwaest@chromium.orgAllow code to be cached in shared maps.
2013-10-01 bmeurer@chromium.orgLazily save double registers for HCallRuntime instructi...
2013-10-01 haitao.feng... Refactor translation opcode a little in the deoptimization
2013-10-01 rodolph.perfetta... ARM: Tweak LoadKeyed.
2013-10-01 dcarney@chromium.orgremove Isolate::Current from ScriptData and Script
2013-10-01 verwaest@chromium.orgMove TryRemoveInvalidPrototypeDependentStub onto the...
2013-10-01 verwaest@chromium.orgEncapsulate IC::State into the IC.
2013-10-01 mstarzinger... Defer allocation of native function literals.
2013-10-01 verwaest@chromium.orgAlways cache the original target in a handle on the IC.
2013-10-01 verwaest@chromium.orgCleanup in IC patching.
2013-10-01 verwaest@chromium.orgMake strict_mode a flag on StoreIC.
2013-10-01 verwaest@chromium.orgReduce code duplication in IC updating.
2013-10-01 mstarzinger... Limit entry points into the parser API.
2013-10-01 marja@chromium.orgRefactor PropertyCallbackInfo & FunctionCallbackInfo...
2013-10-01 yangguo@chromium.orgInitialize flag before usage.
2013-10-01 mvstanton@chromium.orgIn crankshafted code, we were creating allocation memen...
2013-10-01 mvstanton@chromium.orgPrint out how many AllocationMementos were found on...
2013-10-01 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.22.6.
2013-10-01 yangguo@chromium.orgFixed debuggersupport=off build after r16521
2013-09-30 jkummerow@chromium.orgRevert "Defer allocation of native function literals."
2013-09-30 jkummerow@chromium.orgDisable externalization of sliced/cons strings in old...
2013-09-30 verwaest@chromium.orgRevert "Allow code to be cached in shared maps." due...
2013-09-30 marja@chromium.orgRevert "Refactor PropertyCallbackInfo & FunctionCallbac...
2013-09-30 verwaest@chromium.orgAllow code to be cached in shared maps.
2013-09-30 rodolph.perfetta... ARM: Allow function inlining with context change.
2013-09-30 jochen@chromium.orgTurn on handle zapping for release builds
2013-09-30 mstarzinger... Defer allocation of native function literals.
2013-09-30 dcarney@chromium.orgconvert remainder of v8.h to use V8_DEPRECATED
2013-09-30 marja@chromium.orgRefactor PropertyCallbackInfo & FunctionCallbackInfo...
2013-09-30 jochen@chromium.orgRemove parallel marking support.
2013-09-30 verwaest@chromium.orgTag normal as handlers, and make code handler-specific.
2013-09-30 verwaest@chromium.orgTag handlers as HANDLER rather than STUB.
2013-09-30 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.22.5.
2013-09-30 yangguo@chromium.orgAdd titzer@ to owners file.
2013-09-30 haitao.feng... Remove unused SmiTryAddConstant from X64 macro assembler
2013-09-30 dcarney@chromium.orgchange of V8_DEPRECATED to be enabled behind a gyp...
2013-09-30 jochen@chromium.orgUpdate V8 top-level OWNERS: -mmassi +machenbach
2013-09-30 jochen@chromium.orgSplit extra checks into extra checks and handle zapping
2013-09-30 mstarzinger... Function::Call and Object::CallAsFunction APIs should...
2013-09-30 yangguo@chromium.orgRemove unnecessary mutex.
2013-09-30 mvstanton@chromium.orgUse a walking visitor to traverse JSObject structure...
2013-09-30 jkummerow@chromium.orgDelete references to old_statusfile.py
2013-09-30 dslomov@chromium.orgRemove ArrayBufferView::BaseAddress method.
2013-09-28 haitao.feng... Refactor register allocator a little bit
2013-09-27 plind44@gmail.comMIPS: Improve integer multiplication.
2013-09-27 mstarzinger... Try to make MSVC happy about EscapableHandleScope.
2013-09-27 rodolph.perfetta... ARM: Let the register allocator handle the context...
2013-09-27 yangguo@chromium.orgFinish control flow after throw if not inlined.
2013-09-27 yangguo@chromium.orgRestrict recorded execution pauses to the required...
2013-09-27 mvstanton@chromium.orgRefactoring such that loop builders only call into...
2013-09-27 mvstanton@chromium.orgAvoid using double temp register explicitly in lithium...
2013-09-27 dcarney@chromium.orgmake v8::Locker not use Isolate::GetCurrent()
2013-09-27 jochen@chromium.orgOnly zapped used handles if a handle scope fits entirel...
2013-09-27 hpayer@chromium.orgDisable gc stress mode for mjsunit timer test.
2013-09-27 hpayer@chromium.orgRe-land "Add methods to enable configuration of Resourc...
2013-09-27 palfia@homejinni.comMIPS: Fix simulator divide for overflow case.
2013-09-27 machenbach... Revert "Add methods to enable configuration of Resource...
2013-09-27 yangguo@chromium.orgDisposing an OSR job should only restore the back edge...
2013-09-27 mstarzinger... Disable escape analysis for Canary stabilization.
2013-09-27 haitao.feng... Tweak SmiSub for X64
2013-09-27 machenbach... Prepare push to trunk. Now working on version 3.22.4.
2013-09-27 dcarney@chromium.orgremove Local::New with no isolate parameter
2013-09-26 palfia@homejinni.comMIPS: Refactoring PropertyCallbackInfo & FunctionCallba...
2013-09-26 titzer@chromium.orgImplement local check elimination on basic blocks.
2013-09-26 mstarzinger... Fix replaying of HCapturedObject for nested objects.
2013-09-26 hpayer@chromium.orgFix Windows build of defaults.cc.
2013-09-26 dcarney@chromium.orgAdd EscapableHandleScope to api to fix problems with...
2013-09-26 hpayer@chromium.orgAdd methods to enable configuration of ResourceConstrai...
2013-09-26 dcarney@chromium.orgbuild fix for 16957 - broke shared builds
2013-09-26 marja@chromium.orgRefactoring PropertyCallbackInfo & FunctionCallbackInfo...
2013-09-26 hpayer@chromium.orgAdd -optimize-for-size flag to optimize for memory...
2013-09-26 mstarzinger... Make Heap::AllocateRawFixedArray methods private.
2013-09-26 dcarney@chromium.orgbuild fix for 16957
2013-09-26 dcarney@chromium.orgremove uses of static oddball accessors using GetCurren...
2013-09-26 dcarney@chromium.orgfix copy/paste error in r16955
2013-09-26 dcarney@chromium.orgadd isolate parameter to ThrowException
2013-09-26 machenbach... Prepare push to trunk. Now working on version 3.22.3.
2013-09-25 palfia@homejinni.comMIPS: Tweak Math.exp.
2013-09-25 machenbach... Fix comment in test case.
2013-09-25 machenbach... Let timer test retry for 20ms to reduce flakiness.
2013-09-25 plind44@gmail.comMIPS: Less aggressive polling when concurrently compili...
2013-09-25 yangguo@chromium.orgAllocate optimizing compiler thread only when necessary.
next