platform/upstream/v8.git
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...
2014-10-11 weiliang.lin... X87: Teach TurboFan to call vector-based ICs.
2014-10-10 dusan.milosavljevic... MIPS: Fix loading Float64 constants in turbofan.
2014-10-10 adamk@chromium.orgAdd test case for SparseJoin misbehavior with getters
2014-10-10 balazs.kilvady... MIPS: Introduce FeedbackVectorSlot type - better than...
2014-10-10 yangguo@chromium.orgSplit off remaining runtime functions in runtime.cc.
2014-10-10 balazs.kilvady... MIPS: Teach TurboFan to call vector-based ICs.
2014-10-10 mstarzinger... Use phase-local zone in the graph builder.
2014-10-10 ishell@chromium.orgDisable webkit/array-iterate-backwards test in --gc...
2014-10-10 jkummerow@chromium.orgFix type feedback for name-keyed stores
2014-10-10 mvstanton@chromium.orgIntroduce FeedbackVectorSlot type - better than int.
2014-10-10 mvstanton@chromium.orgBogus assert caused turbofan failure.
2014-10-10 mstarzinger... Improve comments and readability of scheduler.
2014-10-10 mstarzinger... Remove fixpoint workaround from schedule early phase.
2014-10-10 svenpanne@chromium.orgAST nodes have at most one bailout/typefeedback ID...
2014-10-10 yangguo@chromium.orgReset code age when serializing code objects.
2014-10-10 dslomov@chromium.orgKeyed loads from super with numeric keys.
2014-10-10 ulan@chromium.orgSet output representation of HIsStringAndBranch to...
2014-10-10 bmeurer@chromium.org[turbofan] Optimize Uint32LessThan with Word32Sar.
2014-10-10 mvstanton@chromium.orgTeach TurboFan to call vector-based ICs.
2014-10-10 akos.palfi... MIPS: Fix for r24501.
2014-10-10 yangguo@chromium.orgUpdate .gitignore with test/test262-es6/data.
2014-10-10 bmeurer@chromium.org[turbofan] Fix typed lowering of typed array loads...
2014-10-10 yangguo@chromium.orgConform to the unittest naming convention.
2014-10-10 jochen@chromium.orgFix typo in Mac GetCurrentThreadId
2014-10-10 jochen@chromium.orgSync OS::GetCurrentThreadId with chromium's/blink's...
2014-10-10 yangguo@chromium.orgAllow identifier code points from supplementary multili...
2014-10-10 machenbach... Make benchmark runner understand chromium perf output.
2014-10-10 weiliang.lin... X87: Fix uninitialized FixedArray potentially being...
2014-10-10 weiliang.lin... X87: Keyed stores to super where key is a name.
2014-10-10 weiliang.lin... X87: Add MEGAMORPHIC state support for KeyedStoreIC
2014-10-09 balazs.kilvady... MIPS: Add MEGAMORPHIC state support for KeyedStoreIC.
2014-10-09 balazs.kilvady... MIPS: Fix uninitialized FixedArray potentially being...
2014-10-09 balazs.kilvady... MIPS: Keyed stores to super where key is a name.
2014-10-09 jkummerow@chromium.orgAdd MEGAMORPHIC state support for KeyedStoreIC
2014-10-09 ulan@chromium.orgFix computation of UTC time from local time at DST...
2014-10-09 jkummerow@chromium.orgFix uninitialized FixedArray potentially being left...
2014-10-09 mstarzinger... Remove deprecated verification for context separation.
2014-10-09 machenbach... Remove perf tests that are moved to another location.
next