platform/upstream/v8.git
2013-09-11 mstarzinger... Unify computation of load stubs in stub cache.
2013-09-11 mstarzinger... Revert "Use trampoline or handlified JSObject::SetLocal...
2013-09-11 yangguo@chromium.orgMake handle dereference check more precise.
2013-09-11 palfia@homejinni.comMIPS: remove most uses of Isolate::Current in arch...
2013-09-11 palfia@homejinni.comMIPS: thread isolate for EntryHookTrampoline.
2013-09-11 mstarzinger... Revert "Handlify JSObject::AddProperty method" for...
2013-09-11 mvstanton@chromium.orgTo diagnose chromium bug 284577, some additional CHECKS...
2013-09-11 verwaest@chromium.orgDelete useless CompileStoreGlobal
2013-09-11 yangguo@chromium.orgAdd assertion to UniqueValueId constructor.
2013-09-11 titzer@chromium.orgImprove alias analysis for HConstants (and fix small...
2013-09-11 dslomov@chromium.orgClean-up v8::ArrayBuffer::Allocator interface
2013-09-11 yangguo@chromium.orgPass PC offset into runtime when compiling for OSR.
2013-09-11 bmeurer@chromium.orgDon't align size on allocation granularity for unaligne...
2013-09-11 mstarzinger... Handlify JSObject::AddProperty method.
2013-09-11 dcarney@chromium.orgthread isolate for logging calls
2013-09-11 titzer@chromium.orgImplement simplistic local alias analysis, which will...
2013-09-11 rossberg@chromium.orgperformChange no longer takes a |receiver| argument.
2013-09-11 dcarney@chromium.orgremove most uses of Isolate::Current in arch specific...
2013-09-11 mstarzinger... Use trampoline or handlified JSObject::SetLocalProperty...
2013-09-11 bmeurer@chromium.orgDeuglify V8_INLINE and V8_NOINLINE.
2013-09-11 bmeurer@chromium.orgFix leftover usage of OS::Allocate().
2013-09-11 titzer@chromium.orgRemove dead strings from heap.h
2013-09-11 bmeurer@chromium.orgFix typo.
2013-09-11 bmeurer@chromium.orgRefactor and cleanup VirtualMemory.
2013-09-11 dcarney@chromium.orgsome random isolate threading
2013-09-11 hpayer@chromium.orgPrepare push to trunk. Now working on version 3.21.14.
2013-09-11 dcarney@chromium.orgremove ISOLATE
2013-09-11 dcarney@chromium.orgmove HEAP to /test
2013-09-11 dcarney@chromium.orgthread isolate for EntryHookTrampoline
2013-09-10 adamk@chromium.orgThis patch implements optimized objectInfo structure...
2013-09-10 hpayer@chromium.orgCheck that AllocationMementos never get scavengend.
2013-09-10 yangguo@chromium.orga small fix: DependentCode contains check against relat...
2013-09-10 mstarzinger... Remove V8_WARN_UNUSED_RESULT for simple getters.
2013-09-10 mstarzinger... Use raw-to-handle trampoline in [Get/Set]HiddenProperti...
2013-09-10 dcarney@chromium.orgGet rid of most uses of 'Temporary macro' HEAP
2013-09-10 dcarney@chromium.orgthread isolate for DebugMessage
2013-09-10 rodolph.perfetta... ARM: replace RegExpCEntryStub with DirectCEntryStub.
2013-09-10 bmeurer@chromium.orgFix clang C++11 compiler warning.
2013-09-10 olivf@chromium.orgRevert TranscendentalCacheStub changes in r16615.
2013-09-10 olivf@chromium.orgMove ToInt conversions to the MacroAssembler for x64
2013-09-10 bmeurer@chromium.orgFix MSVC compiler warning after commit r16612.
2013-09-10 svenpanne@chromium.orgInitialize forgotten Isolate member.
2013-09-10 bmeurer@chromium.orgIntroduce a RandonNumberGenerator class. Refactor the...
2013-09-10 loislo@chromium.orgHeapProfiler: very slow ~4min "take snapshot time"...
2013-09-10 titzer@chromium.orgRemove unused method HType::IsTagged().
2013-09-10 yangguo@chromium.orgFix concurrent osr.
2013-09-10 svenpanne@chromium.orgAdd a ResourceConstraint for the embedder to specify...
2013-09-10 svenpanne@chromium.orgMove Maybe template into v8.h so it can be used by...
2013-09-10 dcarney@chromium.orgrestore persistent dtor
2013-09-10 svenpanne@chromium.orgRemove HandleScope default ctor.
2013-09-10 bmeurer@chromium.orgUse PAGE_NOACCESS for guard pages in Windows.
2013-09-09 mstarzinger... Enable escape analysis for Hydrogen.
2013-09-09 olivf@chromium.orgExtend assembler and codegen with more fpu arithmetic
2013-09-09 titzer@chromium.orgGenerate a custom OSR entrypoint for OSR compiles on...
2013-09-09 yangguo@chromium.orgCorrectly stringify mixed encoding indirect strings.
2013-09-09 dcarney@chromium.orgput js accessor ics behind a flags until fixed
2013-09-09 palfia@homejinni.comMIPS: thread isolate for HConstant::handle.
2013-09-09 mstarzinger... Handlify JSObject::EnsureCanContainHeapObjectElements...
2013-09-09 dslomov@chromium.orgPrepare push to trunk. Now working on version 3.21.13.
2013-09-09 dcarney@chromium.orgremove commented out code in v8.h
2013-09-09 dcarney@chromium.orgtemporarily remove persistent destructor to allow trunk...
2013-09-09 mstarzinger... Consider out-of-bounds accesses as escaping uses.
2013-09-09 dcarney@chromium.orgnew persistent semantics
2013-09-09 dcarney@chromium.orgthread isolate for HConstant::handle
2013-09-09 dcarney@chromium.orgadd uncached Function::New
2013-09-09 dcarney@chromium.orgrevert 16584 for breaking build
2013-09-09 dcarney@chromium.orgadd uncached Function::New
2013-09-09 bmeurer@chromium.orgReplace uses of MUST_USE_RESULT by V8_WARN_UNUSED_RESUL...
2013-09-08 machenbach... Increase test timeout on slow architectures.
2013-09-08 prybin@chromium.orgDebug: parameterize 'step over' action with a frame...
2013-09-06 palfia@homejinni.comMIPS: store ics for js api accessors.
2013-09-06 jkummerow@chromium.orgFix bitwise negation on x64
2013-09-06 mstarzinger... Disable recently added failing InitializeAndDisposeOnce...
2013-09-06 svenpanne@chromium.orgSome thread data simplifications.
2013-09-06 rodolph.perfetta... ARM: Improve integer multiplication.
2013-09-06 verwaest@chromium.orgLet BuildStore/BuildLoad distinguish between keyed...
2013-09-06 bmeurer@chromium.orgIt should break out while loop once page_has_scan_on_sc...
2013-09-06 svenpanne@chromium.orgFixed 2 space leaks in CreateMemmoveFunction, finally...
2013-09-06 verwaest@chromium.orgProperly filter types using the initial map from HAllocate.
2013-09-06 dcarney@chromium.orgstore ics for js api accessors
2013-09-06 bmeurer@chromium.orgDrop GetCurrentThreadId() and TerminateExecution(int...
2013-09-06 mstarzinger... Revert "Fix multiple V8::Dispose calls since r16563...
2013-09-06 jkummerow@chromium.orgFix polymorphic INTERCEPTOR StoreICs on ARM/MIPS
2013-09-06 mstarzinger... Fix multiple V8::Dispose calls since r16563.
2013-09-06 yurys@chromium.orgCheck if timeout has expired after processing each...
2013-09-05 mstarzinger... Remove obsolete global V8::has_been_fooed flags.
2013-09-05 mstarzinger... Consistently use CHECK_ALIVE_OR_RETURN in graph builder.
2013-09-05 jkummerow@chromium.orgPrepare push to trunk. Now working on version 3.21.12.
2013-09-05 verwaest@chromium.orgWrap PushLoad and BuildStoreInEffect in CHECK_ALIVE.
2013-09-05 jkummerow@chromium.orgMIPS: load ics for js api accessors.
2013-09-05 yangguo@chromium.orgFix bug in regexp result object construction.
2013-09-05 loislo@chromium.orgFunctions may not be optimized and we would like to...
2013-09-05 verwaest@chromium.orgProperly close the CountOperation value/effect context...
2013-09-05 yurys@chromium.orgRevert r16548 due to cpu profiler test falkiness
2013-09-05 dcarney@chromium.orgremove most Isolate::Current asserts
2013-09-05 dcarney@chromium.orgload ics for js api accessors
2013-09-05 dcarney@chromium.orgfix mac build after 16548
2013-09-05 yurys@chromium.orgRename some of SamplingCircularQueue methods
2013-09-05 yurys@chromium.orgCheck if timeout has expired after processing each...
2013-09-05 dcarney@chromium.orgrevert 16543 for breaking windows build
next