platform/upstream/v8.git
2013-06-14 jkummerow@chromium.orgFix MathFloorOfDiv canonicalization ASSERT failures
2013-06-14 danno@chromium.orgRefactor only: Rename JSGlobaPropertyCell to PropertyCell
2013-06-14 mstarzinger... Make --trace-code-flushing uniform with other tracing.
2013-06-14 machenbach... This test fails sometimes on all platforms.
2013-06-14 machenbach... HasUnexpectedOutput() is evaluated two times for each...
2013-06-14 jkummerow@chromium.orgMake MathFloorOfDiv optimization trigger more often
2013-06-14 ulan@chromium.orgReland "Make more GCs in idle notification handler."
2013-06-14 verwaest@chromium.orgWhen HBranch sees Smi, it sees Smi.
2013-06-14 verwaest@chromium.orgTry convert polymorphic stores into a single monomorphi...
2013-06-14 yangguo@chromium.orgIncrease default type info threshold.
2013-06-14 verwaest@chromium.orgOnly infer int32 in HBoundsCheck if input is double...
2013-06-14 verwaest@chromium.orgCleanup RepresentationFromUseRequirements, move it...
2013-06-14 svenpanne@chromium.orgPrepare push to trunk. Now working on version 3.19.17.
2013-06-14 dcarney@chromium.orgbuild fix for d8-readline for 15142
2013-06-14 palfia@homejinni.comMIPS: Install a generic handler whenever we fail to...
2013-06-14 dcarney@chromium.orgwebkit build fix for 15142
2013-06-14 hpayer@chromium.orgDecrease size of first page of property cell space.
2013-06-14 yangguo@chromium.orgInhibit OSR for big functions.
2013-06-14 hpayer@chromium.orgAs a last resort try to allocate out of the smaller...
2013-06-14 verwaest@chromium.orgInstall a generic handler whenever we fail to update...
2013-06-14 dcarney@chromium.orgarm build fix for 15142
2013-06-14 dcarney@chromium.orgbuild fix for 15142
2013-06-14 dcarney@chromium.orgremove V8_USE_UNSAFE_HANDLES define
2013-06-14 mstarzinger... Remove bogus cast in LChunkBuilder::CreateEnvironment.
2013-06-14 verwaest@chromium.orgObserve smi as input for HCompareIDAndBranch
2013-06-14 svenpanne@chromium.orgReduce the amount of full code generated to fill out...
2013-06-13 yurys@chromium.orgNotify CPU profiler when calling native getters
2013-06-13 palfia@homejinni.comMIPS: Only extend storage if FIELD
2013-06-13 palfia@homejinni.comMIPS: Implement IC support for Constant Function transi...
2013-06-13 verwaest@chromium.orgReduce usage of AssumeRepresentation
2013-06-13 palfia@homejinni.comMIPS: Delegating yield does not re-box result objects.
2013-06-13 verwaest@chromium.orgRemove manual representation annotations for constants.
2013-06-13 hpayer@chromium.orgAllow allocations in spaces with constant allocation...
2013-06-13 palfia@homejinni.comMIPS: Use keyed-call inline caches in delegating yield.
2013-06-13 palfia@homejinni.comMIPS: Increase sanity of integer division handling.
2013-06-13 verwaest@chromium.orgRefactor turning polymorphic loads into monomorphic...
2013-06-13 verwaest@chromium.orgOnly extend storage if FIELD
2013-06-13 verwaest@chromium.orgImplement IC support for Constant Function transitions.
2013-06-13 mstarzinger... Deprecate several unchecked accessors.
2013-06-13 verwaest@chromium.orgTemporarily patch HCompareIDAndBranch to accept Smi.
2013-06-13 danno@chromium.orgPrepare push to trunk. Now working on version 3.19.16.
2013-06-13 mvstanton@chromium.orgHCheckFunction is needed to protect new array construct...
2013-06-13 yurys@chromium.orgRevert "Notify CPU profiler when calling native getters"
2013-06-13 yurys@chromium.orgNotify CPU profiler when calling native getters
2013-06-13 mstarzinger... Disable compaction stress for test-heap/Regression144230.
2013-06-13 loislo@chromium.orgRevert "DevTools: CPUProfiler: provide url for scripts...
2013-06-13 wingo@igalia.comDelegating yield does not re-box result objects
2013-06-13 dcarney@chromium.organother attempt at fixing 15107
2013-06-13 wingo@igalia.comUse keyed-call inline caches in delegating yield
2013-06-13 dcarney@chromium.orgbuild fix for 15107
2013-06-13 dcarney@chromium.orgbuild fix for 15107
2013-06-13 mstarzinger... Trace amount of external memory with --trace-gc-verbose.
2013-06-13 dcarney@chromium.orgremove most uses of raw handle constructors
2013-06-13 yangguo@chromium.orgFix memory leak in assert scopes.
2013-06-13 dcarney@chromium.orgDeprecate the version of MakeWeak which takes an Isolate.
2013-06-12 palfia@homejinni.comMIPS: Fix for bug 245480. Calling new Array(a) with...
2013-06-12 palfia@homejinni.comMIPS: Separate Cell and PropertyCell spaces
2013-06-12 danno@chromium.orgBump snapshot limits to fix BootUpMemoryUse tests
2013-06-12 danno@chromium.orgPrepare push to trunk. Now working on version 3.19.15.
2013-06-12 danno@chromium.orgFix nosnap sarialization test failure (again)
2013-06-12 palfia@homejinni.comMIPS: Allow the deoptimizer translation to track de...
2013-06-12 palfia@homejinni.comMIPS: Allocate generator result objects before unwindin...
2013-06-12 mvstanton@chromium.orgFix for bug 245480. Calling new Array(a) with a single...
2013-06-12 danno@chromium.orgFix release serialization tests
2013-06-12 rossberg@chromium.orgMigrate Compare ICs to new type rep
2013-06-12 danno@chromium.orgFix serialization tests and Mac build
2013-06-12 verwaest@chromium.orgAdd sample usage / output and -u option
2013-06-12 danno@chromium.orgIncrease limit for snapshot size test
2013-06-12 danno@chromium.orgSeparate Cell and PropertyCell spaces
2013-06-12 loislo@chromium.orgtwo cpu profiler tests are flaky on windows.
2013-06-12 mstarzinger... Allow the deoptimizer translation to track de-materiali...
2013-06-12 mstarzinger... Deprecate obsolete JSFunction::unchecked_shared accessor.
2013-06-12 hpayer@chromium.orgClean up StoreBuffer::EnsureSpace.
2013-06-12 wingo@igalia.comGeneratorFunction() makes generator instances
2013-06-12 hpayer@chromium.orgImplemented function that returns code age.
2013-06-12 wingo@igalia.comFor-of statements do not permit initializers.
2013-06-12 wingo@igalia.comRe-enable the harmony => harmony-generators implication...
2013-06-12 verwaest@chromium.orgPrint v8 revision rather than branches/$branch.
2013-06-12 wingo@igalia.comAllocate generator result objects before unwinding...
2013-06-12 verwaest@chromium.orgAdding useful scripts to parse revision info.
2013-06-12 yangguo@chromium.orgReland "Enable map dependency to in-flight compilation...
2013-06-12 dslomov@chromium.orgUnify processing of weak lists in heap.cc
2013-06-12 dcarney@chromium.orgrelease callback table memory in ~Isolate
2013-06-12 loislo@chromium.orgDevTools: CPUProfiler: provide url for scripts that...
2013-06-12 ulan@chromium.orgUse -O2 instead -O3 for Android build.
2013-06-11 plind44@gmail.comMIPS: Skip some conditional deopts for Div/Mul when...
2013-06-11 ulan@chromium.orgPrepare push to trunk. Now working on version 3.19.14.
2013-06-11 yurys@chromium.orgTest that functions created using v8::FunctionTemplate...
2013-06-11 wingo@igalia.comDisable --harmony -> --harmony-generators implication
2013-06-11 mstarzinger... Add tracing for functions processed by code flushing.
2013-06-11 plind44@gmail.comMIPS: Allow timeout for TerminateMultipleV8ThreadsDefau...
2013-06-11 plind44@gmail.comMIPS: Fix memory barriers for atomic operations.
2013-06-11 yangguo@chromium.orgRevert "Enable map dependency to in-flight compilation...
2013-06-11 jkummerow@chromium.orgSkip some conditional deopts for Div/Mul when all uses...
2013-06-11 wingo@igalia.comFix crasher when checking for "of", but next token...
2013-06-11 dcarney@chromium.orginterceptor return values escape their scope
2013-06-11 jkummerow@chromium.orgIncrease sanity of integer division handling on ARM
2013-06-11 dslomov@chromium.orgChange ArrayBuffer API and implementation to use embedd...
2013-06-11 yurys@chromium.orgMake sure CallIC is in monomorphic state when starting...
2013-06-11 dcarney@chromium.orgmake empty string returnable by ReturnValue
next