platform/upstream/v8.git
2014-05-12 jarin@chromium.orgGuard against stack overflow in Runtime::StringReplaceO...
2014-05-12 yangguo@chromium.orgTurn off --logfile-per-isolate by default in d8.
2014-05-12 jarin@chromium.orgFix %SetFlags("--stress-compaction")
2014-05-12 jkummerow@chromium.orgHarden runtime functions (part 6).
2014-05-12 m.m.capewell... ARM: update defaults for flags
2014-05-12 mstarzinger... Partially revert r21254 due to WebKit test failure.
2014-05-12 adamk@chromium.orgHarden %SetIsObserved with RUNTIME_ASSERTs
2014-05-12 jarin@chromium.orgMake escape analysis preserve all representations requi...
2014-05-12 mstarzinger... Move more builtin files to strict mode.
2014-05-12 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-12 yangguo@chromium.orgRevert interrupt handling code changed in r21208.
2014-05-12 jochen@chromium.orgDrop unused static microtask API
2014-05-12 jochen@chromium.orgIntroduce an api to query the microtask autorun state...
2014-05-09 palfia@homejinni.comRevert "MIPS: Reland r20974: Unify and simplify the...
2014-05-09 adamk@chromium.orgClean up hash creation code to use Handle<Smi> where...
2014-05-09 adamk@chromium.orgUpdated runtime function counts after r21243
2014-05-09 adamk@chromium.orgObject.observe: avoid accessing acceptList properties...
2014-05-09 verwaest@chromium.orgDirectly create API functions with readonly prototypes...
2014-05-09 verwaest@chromium.orgRevert "Reland r20974: Unify and simplify the FastClone...
2014-05-09 verwaest@chromium.orgRename NewFunction without prototype to NewFunctionWith...
2014-05-09 plind44@gmail.comMIPS: Reland and fix r21225 and r21226.
2014-05-09 plind44@gmail.comMIPS: Reland r20974: Unify and simplify the FastCloneSh...
2014-05-09 verwaest@chromium.orgAlways set the class name on installed functions if...
2014-05-09 verwaest@chromium.orgReplace NewFunction(MaybeHandle<> prototype by Handle...
2014-05-09 verwaest@chromium.orgRemove "force_initial_map"
2014-05-09 verwaest@chromium.orgReplace NewFunctionWithPrototype(name, prototype) by...
2014-05-09 verwaest@chromium.orgArray Iterator prototype should not have a constructor.
2014-05-09 verwaest@chromium.orgMerge NewFunction and NewFunctionWithPrototype
2014-05-09 verwaest@chromium.orgReland and fix r21225 and r21226
2014-05-09 ishell@chromium.orgFix typos in unit test for Array.prototype.fill()
2014-05-09 danno@chromium.orgReland r20974: Unify and simplify the FastCloneShallowA...
2014-05-09 plind44@gmail.comMIPS: Improve Array.shift() performance for small arrays.
2014-05-09 vogelheim@chromium.orgPrevent calls to ReturnValue::Set with pointer-valued...
2014-05-09 ishell@chromium.org[Sheriff] This reverts commits r21225 and r21226 for...
2014-05-09 verwaest@chromium.orgMake space available in bf3 by moving FunctionWithProto...
2014-05-09 verwaest@chromium.orgMake BitField3 a raw uint32 field, and move to the...
2014-05-09 yangguo@chromium.orgShorten autogenerated error message for functions only.
2014-05-09 yangguo@chromium.orgRequire SSE2 support for the ia32 port.
2014-05-09 ishell@chromium.orgPresubmit checks recover:
2014-05-09 rmcilroy@chromium.orgReland - Arm64: Ensure that csp is always aligned to...
2014-05-09 hpayer@chromium.orgAdd flag to set minimum semi-space size.
2014-05-09 vogelheim@chromium.orgRevert of Prevent calls to ReturnValue::Set with pointe...
2014-05-09 bmeurer@chromium.orgFix new space array check limit.
2014-05-09 vogelheim@chromium.orgPrevent calls to ReturnValue::Set with pointer-valued...
2014-05-09 bmeurer@chromium.orgEliminate further write barriers for old space allocations.
2014-05-09 bmeurer@chromium.orgUse HType::NonPrimitive() for unclassified HeapObjects...
2014-05-09 svenpanne@chromium.orgFixed d8 shutdown.
2014-05-09 machenbach... Sync change log and version file with trunk.
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.
next