platform/upstream/v8.git
2014-05-09 yangguo@chromium.orgClean up Debugger::NotifyMessageHandler.
2014-05-09 jarin@chromium.orgMake new space iterable for --log-gc and --heap-stats...
2014-05-09 yangguo@chromium.orgClean up stack guard interrupts.
2014-05-09 svenpanne@chromium.orgCleaned up the weak lists hanging off the heap a bit.
2014-05-09 yangguo@chromium.orgUse ReplaceCode instead of set_code in debug.cc.
2014-05-09 svenpanne@chromium.orgReland "Removed default Isolate."
2014-05-09 hpayer@chromium.orgSimplify ConfigureHeap and change --max_new_space_size...
2014-05-09 bmeurer@chromium.orgImprove Array.shift() performance for small arrays.
2014-05-08 rmcilroy@chromium.orgRestore behavior of PrepareForBreakpoints which was...
2014-05-08 jkummerow@chromium.orgSkip generated runtime tests that require i18nsupport...
2014-05-08 jkummerow@chromium.orgAdd test case generator for runtime functions
2014-05-08 alph@chromium.orgDevTools: Unflake test-cpu-profiler/JsNativeJsRuntimeJs...
2014-05-08 jkummerow@chromium.orgHarden yet more runtime functions
2014-05-08 ulan@chromium.orgFix index register assignment in LoadFieldByIndex for...
2014-05-08 svenpanne@chromium.orgUnbreak samples and tools.
2014-05-07 mstarzinger... Broaden test expectation for ARM64.
2014-05-07 mvstanton@chromium.orgCommenting out an assert to investigate mac test failure.
2014-05-07 jkummerow@chromium.orgRefactor mjsunit/fuzz-natives-* into a separate test...
2014-05-07 bmeurer@chromium.orgRemove GenerateBooleanCheck() since we have a boolean...
2014-05-07 jochen@chromium.orgAdd back a dummy --harmony-promises flag
2014-05-07 bmeurer@chromium.orgTurn CHECK()s into ASSERT()s.
2014-05-07 bmeurer@chromium.orgFix constructors for HLoadNamedField.
2014-05-07 jochen@chromium.orgMerge counters and v8-counters
2014-05-07 bmeurer@chromium.orgRevert "Arm64: Ensure that csp is always aligned to...
2014-05-07 bmeurer@chromium.orgFix invalid ASSERT() in HasStableMapValue().
2014-05-06 palfia@homejinni.comMIPS: Fix for 3303 MultithreadedParallelIsolates has...
2014-05-06 rmcilroy@chromium.orgArm64: Fix check errors on Arm64 debug after r21177.
2014-05-06 rossberg@chromium.orgRevert "Prevent liveedit on or under generators with...
2014-05-06 rmcilroy@chromium.orgArm64: Ensure that csp is always aligned to 16 byte...
2014-05-06 jochen@chromium.orgRemove strange v8_target_arch=="mac" conditions from...
2014-05-06 jochen@chromium.orgImport features.gypi into BUILD.gn
2014-05-06 wingo@igalia.comPrevent liveedit on or under generators with open activ...
2014-05-06 rossberg@chromium.orgRe^3-land "Ship promises and weak collections"
2014-05-06 m.m.capewell... ARM64: Sign extension on MemOperand for keyed ops
2014-05-06 ishell@chromium.orgFixed jump in non-SSE4.1 implementation of LMathFloor...
2014-05-06 svenpanne@chromium.orgRevert "Removed default Isolate."
2014-05-06 verwaest@chromium.orgOnly force creating initial maps when we have prototypes.
2014-05-06 baptiste.afsa... ARM64: Introduce TempDoubleRegister as a lithium operan...
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.
next