platform/upstream/v8.git
2013-09-03 rossberg@chromium.orgInitialize CompareOperation::combined_type to avoid...
2013-09-03 verwaest@chromium.orgSupport setter inlining in CountOperation.
2013-09-03 verwaest@chromium.orgUnify all 3 implementations of load handling.
2013-09-03 verwaest@chromium.orgAdd premonomorphic store ICs
2013-09-03 dcarney@chromium.orgbuild fix for 16507
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-09-03 palfia@homejinni.comMIPS: Improve TruncateNumberToI implementation after...
2013-09-03 bmeurer@chromium.orgWe can't use pthread_condattr_setclock() in NaCl.
2013-09-03 bmeurer@chromium.orgImprove cctest/test-condition-variable.
2013-09-03 mstarzinger... Prepare push to trunk. Now working on version 3.21.10.
2013-09-03 mstarzinger... Temporarily skip escape analysis when compiling for...
2013-09-03 palfia@homejinni.comMIPS: thread isolate for files starting with 'b' and...
2013-09-03 mstarzinger... Make sure the fatal OOM handler never returns.
2013-09-03 mstarzinger... Move global V8::IsDead() into the Isolate.
2013-09-03 verwaest@chromium.orgFix interceptor handling in crankshaft.
2013-09-03 mstarzinger... Move global V8::UseCrankshaft() into the Isolate.
2013-09-03 svenpanne@chromium.orgDeprecate Persistent functions which were marked to...
2013-09-03 bmeurer@chromium.orgImport ConditionVariable class.
2013-09-03 dcarney@chromium.orgbuild fix for 16490
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-09-03 dcarney@chromium.orgthread isolate for files starting with 'b' and 'c'
2013-09-02 mstarzinger... Remove obsolete global V8::IsRunning() predicate.
2013-09-02 mstarzinger... Enable escape analysis for Hydrogen.
2013-09-02 mstarzinger... Fix OSR to ignore phis without merge index in loop...
2013-09-02 verwaest@chromium.orgAllow uncacheable identifiers to go generic.
2013-09-02 jkummerow@chromium.orgFix ChangeLog entry for 3.20.15
2013-09-02 jkummerow@chromium.orgBump MaxRegularSpaceAllocationSize to InitialSemiSpaceS...
2013-09-02 bmeurer@chromium.orgFix Mac llvm-gcc42 build after commit r16473.
2013-09-02 bmeurer@chromium.orgCleanup Semaphore class.
2013-09-02 prybin@chromium.orgIn reporting step-in positions be more accurate with...
2013-09-02 verwaest@chromium.orgRepresentation of interceptor / handler properties...
2013-09-02 dcarney@chromium.orgrevert thread isolate in PreallocatedStorageAllocationP...
2013-09-02 dcarney@chromium.orgthread isolate in PreallocatedStorageAllocationPolicy
2013-09-02 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.21.9.
2013-09-02 titzer@chromium.orgRemove OptimizedCodeEntry *sigh*.
2013-09-02 olivf@chromium.orgMove ToI conversions to the MacroAssembler
2013-09-02 dcarney@chromium.orgremove Isolate::Current from most files starting with 'a'
2013-09-02 dcarney@chromium.orgthread isolate in accessors.cc
2013-09-01 gergely@homejinni.comMIPS: Support for DoubleToIStub (truncating).
2013-09-01 bmeurer@chromium.orgFix definition of V8_LIBRT_NOT_AVAILABLE in v8.gyp...
2013-08-30 yurys@chromium.orgAdd scriptId to StackTrace frames.
2013-08-30 bmeurer@chromium.orgWork-around missing librt for cross-compiling Chrome...
2013-08-30 mstarzinger... Handlify JSObject::SetAccessor method.
2013-08-30 mstarzinger... Handlify JSObject::SetIdentityHash method.
2013-08-30 mstarzinger... Handlify JSObject::DeleteHiddenProperty method.
2013-08-30 verwaest@chromium.orgHandlify JSProxy::Fix
2013-08-30 bmeurer@chromium.orgFix typo breaking Mac build after commit r16450.
2013-08-30 bmeurer@chromium.orgImprove feature detection.
2013-08-30 olivf@chromium.orgReland "Fix missing x87 tracking for deferred code."
2013-08-30 mstarzinger... Handlify JSReceiver::SetElement method.
2013-08-30 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.21.8.
2013-08-30 yangguo@chromium.orgTurn interrupt and stack check into builtins.
2013-08-30 jkummerow@chromium.orgMake VisitStatements() consistent among all AstVisitor...
2013-08-30 dcarney@chromium.orgfix eternal casts
2013-08-30 bmeurer@chromium.orgRevert "ConstantPoolSizeAt() should return number of...
2013-08-30 yangguo@chromium.orgAssert external strings in external string table. Remov...
2013-08-30 mstarzinger... Simplify object printer declarations.
2013-08-29 mstarzinger... Handlify JSObject::DeleteElement method.
2013-08-29 mstarzinger... Make implicit HandleScope of AssertNoContextChange...
2013-08-29 olivf@chromium.orgRevert "Fix missing x87 tracking for deferred code."
2013-08-29 olivf@chromium.orgFix missing x87 tracking for deferred code.
2013-08-29 dcarney@chromium.orgturn on global handle zapping
2013-08-29 jkummerow@chromium.orgAlways visit branches during HGraph building
2013-08-29 yurys@chromium.orgDo not start sampler thread when CpuProfiler is active
2013-08-29 mstarzinger... Implement materialization support for JSArray types.
2013-08-29 yurys@chromium.orgSupport higher CPU profiler sampling rate on Windows
2013-08-29 yangguo@chromium.orgRefactor interrupt check patching for OSR.
2013-08-29 hpayer@chromium.orgSimplified BuildFastLiteral by eliminating manual alloc...
2013-08-29 hpayer@chromium.orgDisabling escape analysis.
2013-08-29 mstarzinger... Fix escape analysis for redefining operators.
2013-08-29 bmeurer@chromium.orgConstantPoolSizeAt() should return number of Instructio...
2013-08-29 haitao.feng... Consolidate SMI functions into one area for X64
2013-08-29 yurys@chromium.orgRemove deprecated profiler API
2013-08-29 bmeurer@chromium.orgCleanup Mutex and related classes.
2013-08-29 yurys@chromium.orgUse V8_OS_* variables for platform detection in the...
2013-08-29 olivf@chromium.orgFix assert triggered by constant folding.
2013-08-29 bmeurer@chromium.orgReland^2 "Add Chromium-style TimeDelta, Time and TimeTi...
2013-08-29 mstarzinger... Enable escape analysis for Hydrogen.
2013-08-29 mstarzinger... Prepare push to trunk. Now working on version 3.21.7.
2013-08-29 plind44@gmail.comMIPS: Sync structure to r14382.
2013-08-28 titzer@chromium.orgAdd OptimizedCodeEntry as a new heap object type. An...
2013-08-28 jkummerow@chromium.orgDelete HAbnormalExit. It does more harm than good.
2013-08-28 bmeurer@chromium.orgRevert "Cross-compiling from Linux to Android requires...
2013-08-28 mstarzinger... Remove obsolete Oddball setters in FixedArray.
2013-08-28 mstarzinger... Implement proper map checks of captured objects.
2013-08-28 bmeurer@chromium.orgCross-compiling from Linux to Android requires -lrt...
2013-08-28 bmeurer@chromium.orgFix Visual Studio debug build after r16398.
2013-08-28 bmeurer@chromium.orgReland "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 verwaest@chromium.orgReuse AddFastPropertyUsingMap in AddFastProperty
2013-08-28 verwaest@chromium.orgMerge verbatim descriptors from other (the descriptor...
2013-08-28 verwaest@chromium.orgSimplify logic by extracting local lookup before the...
2013-08-28 mstarzinger... Fix lost store side effects with escape analysis.
2013-08-28 hpayer@chromium.orgInsert allocation memento clear instructions after...
2013-08-28 bmeurer@chromium.orgReplace OS::NumberOfCores() with CPU::NumberOfProcessor...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-08-28 bmeurer@chromium.orgRevert "Add Chromium-style TimeDelta, Time and TimeTick...
2013-08-28 bmeurer@chromium.orgAdd Chromium-style TimeDelta, Time and TimeTicks classe...
2013-08-28 machenbach... Mark cpu profiler tests as flaky to avoid tree closing.
next