platform/upstream/v8.git
2014-10-16 wingo@igalia.comImplement .forEach() on typed arrays
2014-10-16 bmeurer@chromium.org[turbofan] Run value numbering after SimplifiedLowering.
2014-10-16 aandrey@chromium.orgIntroduce v8::Exception::GetStackTrace API method.
2014-10-16 m.m.capewell... [arm][arm64] fix code for InstanceofStub
2014-10-16 machenbach... Whitespace change to test the new poller.
2014-10-16 machenbach... Whitespace change to test the new poller.
2014-10-16 machenbach... Whitespace change to test the new poller.
2014-10-16 bmeurer@chromium.org[turbofan] Fix GraphC1Visualizer::PrintType().
2014-10-16 weiliang.lin... X87: Implement inline %_IsJSProxy() for full codegen...
2014-10-15 adamk@chromium.orgRevert "Remove SmartMove, bringing Array methods furthe...
2014-10-15 adamk@chromium.orgRemove SmartMove, bringing Array methods further into...
2014-10-15 adamk@chromium.orgHandle exceptions thrown by Array.observe machinery
2014-10-15 balazs.kilvady... MIPS: Implement inline %_IsJSProxy() for full codegen...
2014-10-15 jkummerow@chromium.orgFix compilation some more after r24639
2014-10-15 sigurds@chromium.orgFix compilation after r24639
2014-10-15 jkummerow@chromium.orgFix compilation after r24639
2014-10-15 rossberg@chromium.orgFix verification of Int64Constant
2014-10-15 neis@chromium.orgGive simple types to Math.Min, Math.Max, Math.Fround...
2014-10-15 yangguo@chromium.orgBreak deserializer reservations into chunks that fit...
2014-10-15 dslomov@chromium.orgConvert argument toObject() in Object.getOwnPropertyNam...
2014-10-15 jkummerow@chromium.orgImplement inline %_IsJSProxy() for full codegen and...
2014-10-15 titzer@chromium.orgFix bug in NodeCache::GetCachedNodes
2014-10-15 jochen@chromium.orgFix GetCurrentThreadId for Solaris etc..
2014-10-15 machenbach... Whitespace change to test new git workflow.
2014-10-15 titzer@chromium.orgAdd JSGraph::GetCachedNodes and NodeCache::GetCachedNod...
2014-10-15 verwaest@chromium.orgOptimize Function.prototype.call
2014-10-15 dcarney@chromium.org[turbofan] more verification of rpo
2014-10-15 vegorov@chromium.orgFix out-of-bounds read in SourcePositionToScriptPositio...
2014-10-15 rossberg@chromium.orgPresubmit checks
2014-10-15 rossberg@chromium.orgFix oversight in type change
2014-10-15 rossberg@chromium.orgBetter typing and type verification
2014-10-15 yangguo@chromium.orgMake event logger slightly more light-weight.
2014-10-15 erikcorry@chromium.orgUse WeakCell to handle the script wrapper cache
2014-10-15 yangguo@chromium.orgInitialize double values before calling rempio2.
2014-10-15 svenpanne@chromium.orgArray.prototype.{every, filter, find, findIndex, forEac...
2014-10-15 bmeurer@chromium.org[x86] Several small performance improvements.
2014-10-15 dcarney@chromium.orgLet FastCloneShallowObjectStub work with empty literal...
2014-10-15 ulan@chromium.orgRemove test-api/Regress2107 since it doesn't test what...
2014-10-15 dcarney@chromium.org[turbofan] fix block mapping in code comments
2014-10-15 neis@chromium.orgAgain reland "Refine expression typing, esp. by propaga...
2014-10-15 bmeurer@chromium.orgRevert "Reland "Refine expression typing, esp. by propa...
2014-10-14 balazs.kilvady... MIPS: [turbofan] Optimize division/modulus by constant.
2014-10-14 sigurds@chromium.orgFix performance bug in scheduler.
2014-10-14 neis@chromium.orgReland "Refine expression typing, esp. by propagating...
2014-10-14 yangguo@chromium.orgCatch exceptions thrown when enqueuing change records.
2014-10-14 yangguo@chromium.orgFix V8's default timer event logger.
2014-10-14 ulan@chromium.orgWeak Cells
2014-10-14 jkummerow@chromium.orgAlways initialize key_type_ in AST nodes
2014-10-14 yangguo@chromium.orgCorrectly expand literal buffer for surrogate pairs.
2014-10-14 neis@chromium.orgAdd typing for Int32MulHigh.
2014-10-14 neis@chromium.orgSimple typing of machine operators.
2014-10-14 jkummerow@chromium.orgFix de/serialization tests after r24592
2014-10-14 machenbach... Make release script cleanup more robust.
2014-10-14 machenbach... Fix remote branch location in releases script (2).
2014-10-14 sigurds@chromium.orgReland "Fix scheduler to correctly schedule nested...
2014-10-14 machenbach... Fix remote branch location in releases script.
2014-10-14 bmeurer@chromium.org[turbofan] Optimize division/modulus by constant.
2014-10-14 ishell@chromium.orgPreserve order of fields when doing slow-to-fast object...
2014-10-14 svenpanne@chromium.orgSqueeze the layout of various AST node types.
2014-10-14 jkummerow@chromium.orgAlways compile functions in the snapshot with deoptimiz...
2014-10-14 baptiste.afsa... [turbofan] Add support for shifted and rotated operands...
2014-10-14 dcarney@chromium.orgbuild fix
2014-10-14 machenbach... Switch chromium roll script to git.
2014-10-14 sigurds@chromium.orgAdd control input to LoadField.
2014-10-14 dcarney@chromium.org[turbofan] remove some of the dependency of Instruction...
2014-10-14 jarin@chromium.org[turbofan] Output schedule, instructions and register...
2014-10-14 jarin@chromium.org[turbofan] Use register for instruction operands when...
2014-10-14 hpayer@chromium.orgIncrease final idle time in idle notifcation of test...
2014-10-14 bmeurer@chromium.org[arm] Drop SMMLS support.
2014-10-14 bmeurer@chromium.org[arm] Add support for SMMLA, SMMLS and SMMUL.
2014-10-14 bmeurer@chromium.orgMIPS: Add OWNERS file for compiler unittests.
2014-10-14 bmeurer@chromium.orgFix non-TF targets after r24546.
2014-10-14 weiliang.lin... X87: Support for super assignments in for..in.
2014-10-13 paul.lind@imgtec.comMIPS: [turbofan] Make VisitBranch and friends to backen...
2014-10-13 balazs.kilvady... MIPS: Support for super assignments in for..in.
2014-10-13 hpayer@chromium.orgFix IdleNotificationFinishMarking test on slow devices.
2014-10-13 mstarzinger... Switch schedule early phase to basic blocks.
2014-10-13 hpayer@chromium.orgCheck if there is still time before finalizing an incre...
2014-10-13 sigurds@chromium.orgRevert "Fix scheduler to correctly schedule nested...
2014-10-13 rmcilroy@chromium.orgRefactor FrameAndConstantPoolScope and ConstantPoolUnav...
2014-10-13 dusan.milosavljevic... MIPS: Unbreak gn build, missing source files for MIPS tf.
2014-10-13 sigurds@chromium.orgFix scheduler to correctly schedule nested diamonds.
2014-10-13 dslomov@chromium.orgSupport for super assignments in for..in.
2014-10-13 machenbach... Make releases script ready for the new git workflow.
2014-10-13 mstarzinger... Mark some test262 cases as known failures after r24495.
2014-10-13 bmeurer@chromium.org[turbofan] Optimize Int32Mod by power-of-two.
2014-10-13 neis@chromium.orgRevert "Refine expression typing, esp. by propagating...
2014-10-13 neis@chromium.orgRefine expression typing, esp. by propagating range...
2014-10-13 dslomov@chromium.orgFix typedarray tests.
2014-10-13 rmcilroy@chromium.orgv8_external_snapshot target visible only when using...
2014-10-13 bmeurer@chromium.orgRun benchmarks tests with --turbo-asm flag.
2014-10-13 bmeurer@chromium.org[turbofan] Embed the actual backing store address for...
2014-10-13 marja@chromium.orgScript streaming: UTF-8 handling fix.
2014-10-13 bmeurer@chromium.org[turbofan] Make VisitBranch and friends to backend...
2014-10-13 dcarney@chromium.org[turbofan] remove graph from InstructionSequence
2014-10-13 yangguo@chromium.orgFix build failure.
2014-10-13 yangguo@chromium.orgAlways include full reloc info to stubs for serialization.
2014-10-13 dcarney@chromium.org[turbofan]IA: ChangeFloat32ToFloat64 supports mem operand
2014-10-13 dcarney@chromium.org[turbofan] IA: TruncateFloat64ToFloat32 supports mem...
2014-10-13 weiliang.lin... X87: Introduce FeedbackVectorSlot type - better than...
next