platform/upstream/v8.git
2014-05-06 svenpanne@chromium.orgRemoved default Isolate.
2014-05-06 verwaest@chromium.orgPass in the map while creating JSFunction, and set...
2014-05-06 mvstanton@chromium.orgFix for 3303 MultithreadedParallelIsolates has a race...
2014-05-06 marja@chromium.orgProduce cached data only for scripts which compile...
2014-05-06 jochen@chromium.orgMove generated math methods from platform to codegen
2014-05-06 verwaest@chromium.orgPass dependency to HLoadNamedField for array length...
2014-05-06 m.m.capewell... ARM64: Use the shifter operand to merge in previous...
2014-05-06 mstarzinger... Remove broken %_Log functionality.
2014-05-06 rmcilroy@chromium.org[Android]: Update Makefile.android to use platform...
2014-05-06 ulan@chromium.orgDo not call setters of read-only accessors.
2014-05-06 alph@chromium.orgMake sure CPU profiler collects a sample on start.
2014-05-06 Jacob.Bramley... ARM64: Use default-NaN mode to canonicalize NaNs.
2014-05-06 bmeurer@chromium.orgFix Mac64-debug issue introduced with r21154.
2014-05-06 bmeurer@chromium.orgNext bunch of fixes for check elimination.
2014-05-05 adamk@chromium.orgTighten up Object.observe code to ASSERT that it never...
2014-05-05 adamk@chromium.orgStore JSGlobalProxy's identity hash directly on the...
2014-05-05 hpayer@chromium.orgSet max new space size in tests to proper MB value.
2014-05-05 hpayer@chromium.orgFLAG_max_new_space_size is in MB.
2014-05-05 machenbach... Remove old branch logic from push scripts.
2014-05-05 marja@chromium.orgRemove symbol preparse data altogether.
2014-05-05 wingo@igalia.comRelocate suspended generator activations when enabling...
2014-05-05 jochen@chromium.orgFix cctest.status typo
2014-05-05 jochen@chromium.orgMark test-cpu-profiler/JsNativeJsRuntimeJsSample as...
2014-05-05 jochen@chromium.orgRevert r21141.
2014-05-05 wingo@igalia.comRelocate suspended generator activations when enabling...
2014-05-05 jochen@chromium.orgAdd a basic gn file for V8
2014-05-05 bmeurer@chromium.orgDon't add code dependencies eagerly for HCheckMaps.
2014-05-05 ishell@chromium.orgMap::TransitionElementsTo() extracted from JSObject...
2014-05-05 svenpanne@chromium.orgInlined IsFoundByRuntimeProbingOnly.
2014-05-05 yurys@chromium.orgRemove Message::GetScriptData declaration
2014-05-05 yangguo@chromium.orgAlways initialize the debugger eagerly.
2014-05-05 machenbach... Revert "Version 3.26.30 (based on bleeding_edge revisio...
2014-05-05 bmeurer@chromium.orgVarious cleanups in check elimination.
2014-05-05 machenbach... Version 3.26.30 (based on bleeding_edge revision r21129)
2014-05-02 adamk@chromium.orgFix ObjectNotifierPerformChange leak after r21126
2014-05-02 jochen@chromium.orgIntroduce a microtask suppression scope and move microt...
2014-05-02 rafaelw@chromium.orgBuild cleanup following r21126. Marking Native* methods...
2014-05-02 rafaelw@chromium.orgDon't leak contexts in Object.observe
2014-05-02 rafaelw@chromium.orgUpdate test expectations after re-enabling Object.observe
2014-05-02 rafaelw@chromium.orgRe-enable Object.observe and add enforcement for securi...
2014-05-02 ishell@chromium.orgFix for a GCMole issue introduced in r21117.
2014-05-02 mvstanton@chromium.orgv8:3303 MultithreadedParallelIsolates has a race condition
2014-05-02 svenpanne@chromium.orgMove cache line size calculation directly into CPU...
2014-05-02 ishell@chromium.orgChecks for empty array case added before casting elemen...
2014-05-02 ishell@chromium.orgMap::Normalize() introduced as single entry point for...
2014-05-02 svenpanne@chromium.orgGeneration of our home-grown memmove doesn't depend...
2014-05-02 bmeurer@chromium.orgMake zone_allocator actually usable.
2014-05-02 bmeurer@chromium.orgFix crash in debug builds introduced with r21110.
2014-05-02 haraken@chromium.orgFix |RunMicrotasks()| leaking reference to the last...
2014-05-02 bmeurer@chromium.orgDon't add code dependencies on transitioning stores...
2014-05-02 svenpanne@chromium.orgObject.defineProperty shouldn't be a hint that we're...
2014-05-02 bmeurer@chromium.orgDrop obsolete HCheckMaps::HandleSideEffectsDominator().
2014-04-30 plind44@gmail.comMIPS: CallICStub with a "never patch" approach by default.
2014-04-30 hpayer@chromium.orgRemove max space limits in tests.
2014-04-30 hpayer@chromium.orgLimit old space size in test which require a large...
2014-04-30 hpayer@chromium.orgWhen maximum space size flags are set, overwrite the...
2014-04-30 m.m.capewell... ARM64: use jssp for stack slots
2014-04-30 ishell@chromium.orgStringTable::Lookup*IfExist() handlified.
2014-04-30 ishell@chromium.orgContextSlotCache::Update() handlified.
2014-04-30 plind44@gmail.comMIPS: Simplify feedback vector creation and store in...
2014-04-30 yangguo@chromium.orgReland "Trigger exception debug event for promises...
2014-04-30 ishell@chromium.orgScopeInfo::ContextSlotIndex() handlified.
2014-04-30 ishell@chromium.orgPublic interface of KeyedLookupCache handlified.
2014-04-30 yangguo@chromium.orgRevert "Trigger exception debug event for promises...
2014-04-30 mvstanton@chromium.orgCallICStub with a "never patch" approach by default...
2014-04-30 yangguo@chromium.orgTrigger exception debug event for promises at the throw...
2014-04-30 alexandre.rames... ARM64: Generate optimized code for Math.floor and Math...
2014-04-30 jkummerow@chromium.orgHarden more runtime functions
2014-04-30 yangguo@chromium.orgDo not use default for switch over AllocationSpace.
2014-04-30 mvstanton@chromium.orgSmall cleanup: AstConstructionVisitor no longer needs...
2014-04-30 mvstanton@chromium.orgFix gcmole warning in EnsureSlotContainsAllocationSite().
2014-04-30 yangguo@chromium.orgKiss goodbye to MaybeObject.
2014-04-30 mvstanton@chromium.orgSimplify feedback vector creation and store in SharedFu...
2014-04-30 svenpanne@chromium.orgUnbreak the build after r21083.
2014-04-30 svenpanne@chromium.orgAdded a Isolate* parameter to Serializer::enabled().
2014-04-30 haitao.feng... Introduce DropUnderReturnAddress for x64 port.
2014-04-30 ishell@chromium.orgHandlification TODOs in scanner and string stream resolved.
2014-04-30 haitao.feng... Introduce PushQuad and PopQuad for x64 port.
2014-04-30 haitao.feng... Update SafeMove, SafePush, SmiToIndex and SmiToNegative...
2014-04-30 mvstanton@chromium.orgA new test needs to exit early on non-internationalizat...
2014-04-30 mstarzinger... Fix some more missing ToObject on Array.prototype.
2014-04-30 ishell@chromium.orgTODO in Dictionary resolved.
2014-04-30 haitao.feng... Update ElementsTransitionGenerator::GenerateSmiToDouble...
2014-04-30 dslomov@chromium.orgES6: Add support for Array.prototype.fill()
2014-04-30 hpayer@chromium.orgRemove BootUpMemoryUse test.
2014-04-30 mstarzinger... Remove duplicate ToObject implementaion from i18n.
2014-04-30 mvstanton@chromium.orgBugfix: internationalization routines fail on monkeypat...
2014-04-30 hpayer@chromium.orgEnable concurrent sweeping.
2014-04-30 yangguo@chromium.orgHide some more heap allocators.
2014-04-29 hpayer@chromium.orgFix compile.
2014-04-29 hpayer@chromium.orgWait for sweepter threads in idle notifcation with...
2014-04-29 verwaest@chromium.orgPass in the prototype to CreateApiFunction rather than...
2014-04-29 rossberg@chromium.orgAdapt more test expectations
2014-04-29 danno@chromium.orgdisable Object.observe
2014-04-29 rossberg@chromium.orgRevert "Enable concurrent sweeping."
2014-04-29 ishell@chromium.orgWeakHashTable::Lookup() handlified and ObjectHashTable...
2014-04-29 hpayer@chromium.orgEnable concurrent sweeping.
2014-04-29 hpayer@chromium.orgWait for sweeper threads in incremental marking step...
2014-04-29 ishell@chromium.orgOrderedHashTable::FindEntry() handlified.
2014-04-29 rmcilroy@chromium.orgFix android_arm.debug after r20051
next