platform/upstream/v8.git
2014-07-17 yangguo@chromium.orgChange String.prototype.concat to be more like similar...
2014-07-17 rmcilroy@chromium.orgAdd back a static_cast<int32_t> to assembler-arm.cc...
2014-07-17 rmcilroy@chromium.orgSome fixes to avoid breakages when enabling out-of...
2014-07-17 rmcilroy@chromium.orgReland "Remove erroneous uses of CXX / CXX_target ...
2014-07-17 rodolph.perfetta... ARM64: always restore regexp register cache after a...
2014-07-17 jochen@chromium.orgRemove JSReceiver::GetPrototype and replace it with...
2014-07-17 verwaest@chromium.orgRemove hole handling since holes cannot occur in JSObje...
2014-07-17 yangguo@chromium.orgGo to slow path when JSON.stringifying the global proxy.
2014-07-17 ernstm@chromium.orgv8: GCTracer clean-up part 1.
2014-07-17 yangguo@chromium.orgMark test-mark-compact/Promotion as PASS, FAIL on arm64.
2014-07-16 yangguo@chromium.orgFix ninja build.
2014-07-16 yangguo@chromium.orgShip ES6 Math functions.
2014-07-16 yangguo@chromium.orgFix PagedSpace size accounting.
2014-07-16 ernstm@chromium.orgv8: fix tracking of longest_step in IncrementalMarking.
2014-07-16 vogelheim@chromium.orgChange ScriptCompiler::CompileOptions to allow for...
2014-07-16 mstarzinger... Rename [Load/Delete]ContextSlot for consistency after...
2014-07-16 yangguo@chromium.orgStore builtin index on the builtin code object.
2014-07-16 machenbach... Properly escape benchmark names when retrieving results.
2014-07-16 rmcilroy@chromium.orgRevert "Remove erroneous uses of CXX / CXX_target ...
2014-07-16 rossberg@chromium.orgMake ToPrimitive throw on symbol wrappers
2014-07-16 rmcilroy@chromium.orgRemove erroneous uses of CXX / CXX_target / CXX_host...
2014-07-16 machenbach... Allow benchmarks to provide the standard deviation.
2014-07-16 machenbach... [Auto-roll] Bump up version to 3.28.26.0
2014-07-16 yangguo@chromium.orgDo not expose all timer events to the API callback.
2014-07-16 machenbach... Add script to bump up version on bleeding edge.
2014-07-16 yangguo@chromium.orgError.captureStackTrace should define "stack" property...
2014-07-16 yangguo@chromium.orgVerify that source string matches serialized code.
2014-07-16 weiliang.lin... X87: Drop unnecessary receiver validity checks from...
2014-07-15 akos.palfi... MIPS: Minor fixes to r22396
2014-07-15 akos.palfi... MIPS: Fix r19500 register usage to match to ASSERT.
2014-07-15 akos.palfi... MIPS: Drop unnecessary receiver validity checks from...
2014-07-15 dusan.milosavljevic... MIPS64: Reland r22082 "Replace HeapNumber as doublebox...
2014-07-15 hpayer@chromium.orgRevert "Remove failure tag.".
2014-07-15 hpayer@chromium.orgRemove failure tag.
2014-07-15 yangguo@chromium.orgFix assertion failure. Use Vector instead of List in...
2014-07-15 mstarzinger... Allow embedding of ConsString objects into code.
2014-07-15 weiliang.lin... X87: Use the same registers for StoreIC and KeyedStoreIC.
2014-07-15 mvstanton@chromium.orgEnum RegisterInfo renamed to ParameterIndices.
2014-07-15 yangguo@chromium.orgDo not dump user source code in the code serializer.
2014-07-15 weiliang.lin... X87: Use register parameters in ElementsTransitionGenerator
2014-07-15 mstarzinger... Unify the IsShortcutCandidate predicate.
2014-07-15 yangguo@chromium.orgFix up internalized strings after deserializing user...
2014-07-15 akos.palfi... MIPS: Use the same registers for StoreIC and KeyedStoreIC.
2014-07-15 akos.palfi... MIPS: Use register parameters in ElementsTransitionGene...
2014-07-15 weiliang.lin... X87: Clean up and update const / var
2014-07-15 hpayer@chromium.orgRemove sequential sweeping mode and perform lazy sweepi...
2014-07-15 danno@chromium.orgfix the vtune support bug.
2014-07-15 marja@chromium.orgFix flags for test cases involving arrow functions
2014-07-15 jkummerow@chromium.orgDrop unnecessary receiver validity checks from {Load...
2014-07-15 svenpanne@chromium.orgRemoved some copy-n-paste from StackFrame::Foo API...
2014-07-14 mvstanton@chromium.orgUse the same registers for StoreIC and KeyedStoreIC.
2014-07-14 kilvadyb@homejinni.comMIPS: Remove ASSERT since there are tons of different...
2014-07-14 kilvadyb@homejinni.comMIPS: This CL simplifies var / const by ensuring the...
2014-07-14 mvstanton@chromium.orgUse register parameters in ElementsTransitionGenerator.
2014-07-14 verwaest@chromium.orgRemove PropertyAttributes from SetProperty
2014-07-14 verwaest@chromium.orgRemove ASSERT since there are tons of different ASSIGN...
2014-07-14 verwaest@chromium.orgReplace AddProperty by AddNamedProperty to speed up...
2014-07-14 rossberg@chromium.orgFix d8 object printing (symbols, accessors)
2014-07-14 verwaest@chromium.orgThis CL simplifies var / const by ensuring the behavior...
2014-07-14 rossberg@chromium.orgReland "Include symbol properties in Object.{create...
2014-07-14 mstarzinger... Fix error message about read-only symbol properties.
2014-07-14 titzer@chromium.orgRevert "Remove sequential sweeping mode and perform...
2014-07-14 rossberg@chromium.orgRevert "Include symbol properties in Object.{create...
2014-07-14 hpayer@chromium.orgRemove sequential sweeping mode and perform lazy sweepi...
2014-07-14 yangguo@chromium.orgSerialize builtins by referencing canonical ones.
2014-07-14 rossberg@chromium.orgInclude symbol properties in Object.{create,definePrope...
2014-07-14 jochen@chromium.orgUnify LookupIterator::GetRoot and Objects::GetRootMap
2014-07-14 yangguo@chromium.orgEnsure that each profiling entry ends with a new line.
2014-07-14 machenbach... Whitespace change to trigger bots.
2014-07-14 marja@chromium.orgImplement handling of arrow functions in the parser
2014-07-14 jochen@chromium.orgIntroduce a PrototypeIterator class and use it for...
2014-07-12 machenbach... Whiltespace change to trigger bots.
2014-07-12 machenbach... Whiltespace change to trigger bots.
2014-07-11 jarin@chromium.orgFix arm64 deoptimization from double registers (reverts...
2014-07-11 mvstanton@chromium.orgRevert "Use the same registers for StoreIC and KeyedSto...
2014-07-11 mvstanton@chromium.orgUse the same registers for StoreIC and KeyedStoreIC.
2014-07-11 kilvadyb@homejinni.comMIPS: slightly reduce deopt tables size.
2014-07-11 machenbach... Whitespace change to trigger bots.
2014-07-11 svenpanne@chromium.orgUnbreak build by making old MSVC happy (hopefully).
2014-07-11 svenpanne@chromium.orgMade printing of special FP values portable.
2014-07-11 machenbach... Whitespace change to trigger bots.
2014-07-11 machenbach... Whitespace change to trigger bots.
2014-07-11 svenpanne@chromium.orgMake UBSan happy.
2014-07-11 machenbach... Whitespace change to trigger bots.
2014-07-11 dslomov@chromium.orgRevert "Remove sequential sweeping mode and perform...
2014-07-11 dslomov@chromium.orgDisabling flakes.Filed 3433, 3434, 3435.
2014-07-11 akos.palfi... MIPS: update owners.
2014-07-11 hpayer@chromium.orgRemove sequential sweeping mode and perform lazy sweepi...
2014-07-11 alph@chromium.orgUnflake and speedup JsNative*Sample cpu profile tests
2014-07-11 mstarzinger... Remove AddCode and RemoveCode GDB JIT entry hooks.
2014-07-11 weiliang.lin... X87: Use a register spec for StoreIC and KeyedStoreIC.
2014-07-11 yangguo@chromium.orgChange ASSERTs in serializer macro to STATIC_ASSERTs.
2014-07-11 yangguo@chromium.orgFix assertion in ScriptData.
2014-07-11 yangguo@chromium.orgTemporarily remove newly introduced assertion.
2014-07-11 marja@chromium.orgRevert "Implement handling of arrow functions in the...
2014-07-11 akos.palfi... MIPS: Use a register spec for StoreIC and KeyedStoreIC.
2014-07-10 rmcilroy@chromium.orgRevert "Enable out-of-line constant pool on Arm"
2014-07-10 machenbach... Add compile-only win64 trybot.
2014-07-10 verwaest@chromium.orgEnsure we update attributes in CopyGeneralizeFieldRepre...
2014-07-10 rmcilroy@chromium.orgEnable out-of-line constant pool on Arm
next