Граф коммитов

46942 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Nethercote 7498962b16 Bug 1123576 - Measure TypeNewScript in the JS memory reporter. r=bhackett. 2015-01-21 19:47:53 -08:00
Bill McCloskey 582425cdbd Bug 1114345 - Don't pop up slow script dialog after waking up laptop (r=bholley) 2015-01-21 16:13:21 -08:00
Kannan Vijayan ec9c29bed1 Bug 1123864 - Stop reporting ion-compile events to profiler. r=h4writer 2015-01-21 17:42:08 -05:00
Jan de Mooij 6f87a1ed2c Bug 1124002 - Remove unnecessary object/symbol checks in MBinaryArithInstruction::infer. r=h4writer 2015-01-21 23:06:42 +01:00
Nicolas B. Pierron 09de8e21b2 Bug 1123631 - SIMD Ion: Disable inlining of Float64x2. r=bbouvier 2015-01-21 16:57:12 +01:00
Masatoshi Kimura 9656ec51c3 Bug 895582 - Get rid of MOZ_ENUM_TYPE. r=waldo 2015-01-21 22:35:19 +09:00
Tom Schuster b3ba254898 Bug 1122913 - Remove object out-parameter from native LookupOwnProperty. r=jorendorff 2015-01-21 14:09:43 +01:00
Jon Coppeard 951e6e1657 Bug 1088214 - Assert JSCLASS_IMPLEMENTS_BARRIERS is implemented everywhere r=terrence 2015-01-21 10:53:32 +00:00
Jon Coppeard 1b718aa75f Bug 1123394 - Stop spurious re-entry of shell interrupt callback r=shu 2015-01-21 10:53:32 +00:00
Arpad Borsos fb018eecf1 Bug 932080 - part1: support default values in destructuring of array and full objects; r=jorendorff
--HG--
extra : rebase_source : d89417a57082915cc447f477d2ab6e85f30d3a2a
2014-12-09 10:33:51 +01:00
Arpad Borsos f42106a9ce Bug 932080 - part0: Reflect.parse changes for destructuring; r=jorendorff
--HG--
extra : rebase_source : 3050ae24cc23ed472b6cbd34079cd90547294c9e
2014-12-09 10:54:26 +01:00
Jon Coppeard 8b0024a51a Bug 650161 - Enable compacting GC on GC_SHRINK collections r=terrence r=glandium 2015-01-16 14:34:32 +00:00
Jon Coppeard 90c9dbbc91 Bug 650161 - Don't trace contents of wrapped native scope in wrapped native proto's trace hook, just the scope's global r=billm 2015-01-21 09:25:13 +00:00
Jon Coppeard 03377550a4 Bug 650161 - Don't update non-background finalizable arenas in parallel r=terrence 2015-01-21 09:25:13 +00:00
Makoto Kato 6067a444b4 Bug 1123547 - Remove old MSVS toolchain support using _CC_SUITE. r=mshal 2015-01-21 17:08:17 +09:00
Tom Tromey 4b6414f3c9 Bug 1123641 - change dissrc to print result. r=jandem 2015-01-20 05:27:00 +01:00
Heiher 69a3f01ba2 Bug 1033962 - Fix Math.hypot crash on MIPS. r=jorendorff
--HG--
extra : rebase_source : 9f197c8d3277490c4be36286cddda3d4aa2f0bf9
2014-07-03 01:29:00 -04:00
Ryan VanderMeulen cfde909e52 Merge m-c to inbound. a=merge 2015-01-20 22:15:04 -05:00
Ryan VanderMeulen dc6b716941 Backed out changeset e9e78f9c8c40 (bug 1111361) for frequent Win7 dromaeo OOMs. a=me 2015-01-20 22:13:10 -05:00
Ryan VanderMeulen 91742f015d Backed out changesets fe340da3fb4c and 076426ec9ed6 (bug 1112537) for jit-test failures on OSX and Win8. 2015-01-20 17:30:49 -05:00
Abhishek Bhattacharya 190c8e4a69 Bug 1092547 - IonMonkey: Implement MathFunction(Log) recover instruction. r=nbp 2015-01-20 17:29:18 -05:00
Brian Smith 33a1219ee6 Bug 1119072: Backout cset bc297ccecb13 (parts 1, 2, 4, 9, 17) because I broke the build, a=backout 2015-01-20 16:59:52 -08:00
Sean Stangl 9aa80a582f Bug 1113378 - Part 2/2 - IIFE prediction should ignore generators. r=Waldo 2015-01-14 14:31:36 -08:00
Brian Smith dc162e25f3 Bug 1119072, Part 10: Work around internal compiler error in VS2015 (js), r=waldo
--HG--
extra : rebase_source : 1892631f8130c7eb09876b766fc13ad649e8616e
2015-01-09 01:21:37 -08:00
Brian Smith 7a02ba7054 Bug 1119072, Parts 1, 2, 4, 9, 17: Update build system to make MSVC2015 build succeed, r=glandium
--HG--
extra : rebase_source : 385a279690c1658915bffb348221b5142210bb31
2015-01-13 22:47:16 -08:00
Ehsan Akhgari d161a0c991 Bug 1123002 - Convert XPCStringConvert::ZoneStringCache::mBuffer to void*; r=mccr8
This variable is only used for pointer comparison in order to compute
a cache match.  This patch converts the type of the variable to void*
so that it can still be used for the pointer comparison, but not for
any other purpose, including dereferencing, since the pointer may
potentially be dangling if the string buffer dies.
2015-01-20 19:12:42 -05:00
Sean Stangl 61a4d0e8f4 Bug 1113378 - Part 1/2 - Always fully parse IIFEs. r=Waldo 2014-12-19 14:48:17 -08:00
Sean Stangl 1c263c6f62 Bug 1122723 - Fold MConcat when used with the empty string. r=h4writer 2015-01-16 12:57:40 -08:00
Terrence Cole ea8b6889bf Backout 3682a6de6b1f (Bug 1119537) for a 19% regression on Splay. 2015-01-20 12:50:42 -08:00
Terrence Cole d6eea80650 Bug 1111361 - Allow for lower latency GC on elm micro-benchmark; r=jonco
--HG--
extra : rebase_source : 205068401b975345f79610581cd08afb754bf870
2015-01-16 09:44:20 -08:00
Ryan VanderMeulen 659821b4e4 Backed out changeset 973ede87dcdd (bug 1092547) for jit-test timeouts in bug977966.js.
CLOSED TREE
2015-01-20 15:10:38 -05:00
Robert Longson 2a7259e8ca Bug 1123779 - Remove some duplicated code. r=nbp 2015-01-20 19:04:33 +00:00
Terrence Cole 534fb9f4c5 Backout cafc08288982 (Bug 1111361) for a 19% regression on splay. 2015-01-20 10:57:13 -08:00
Terrence Cole 2f8e577df8 Bug 1119550 - Stop using volatile to "synchronize" majorGCRequested; r=jonco 2015-01-17 12:15:25 -08:00
Abhishek Bhattacharya 680d00fb0a Bug 1092547 - IonMonkey: Implement MathFunction(Log) recover instruction. r=nbp 2015-01-20 19:05:04 +01:00
Victor Carlquist 10859f02d6 Bug 1112537 - Optimize String#split('foo').join('bar') pattern; r=nbp 2015-01-20 18:54:49 +01:00
Victor Carlquist 674f3d59e2 Bug 1112537 - Showing overflow message instead of OOM message; r=nbp 2015-01-20 18:54:48 +01:00
Jan de Mooij 1c93b0554e Bug 1123607 - ARM simulator should crash when it hits a breakpoint. r=h4writer 2015-01-20 17:36:41 +01:00
Jan de Mooij 99544ec073 Bug 1120677 - Fix GetPcScript to ignore BaselineFrames with an override pc. r=shu 2015-01-20 17:36:39 +01:00
Ehsan Akhgari daffd8f2c8 Revert "Bug 1122785 - Detect the extension for executables when configuring; r=glandium" on a CLOSED TREE
This reverts hg changeset f2ecf0ef0922.
2015-01-20 09:58:28 -05:00
Ehsan Akhgari c6389fef15 Bug 1122785 - Detect the extension for executables when configuring; r=glandium
This is required for cross-compiles with MSVC on Linux, otherwise
the compiler sanity checks fail because ${ac_exeext} is empty.
2015-01-20 09:38:59 -05:00
Ehsan Akhgari f2bf8f12a7 Bug 1122796 - Make it possible to override the path to the mt.exe tool through the mozconfig; r=glandium 2015-01-20 09:38:31 -05:00
Jan de Mooij 6e185bd06d Bug 900849 - Make polymorphic inlining work with non-singletons. r=djvj 2015-01-17 13:04:04 +01:00
Jan de Mooij 9bcffcb8a6 Bug 1123120 - Don't relazify scripts with pc counts. r=till 2015-01-20 09:53:51 +01:00
Trevor Saunders 6c486b0407 bug 1122100 - more MOZ_OVERRIDE in xpcomish stuff r=froydnj 2015-01-19 17:41:12 -05:00
Kannan Vijayan d49764980c Bug 1122947 - Fix JitProfilingFrameIterator stack walker to accept Unwound frames. r=jandem 2015-01-19 17:06:58 -05:00
Tom Schuster 2303e52ff2 Bug 1123053 - Force English as language for date/time in jstests. r=jandem 2015-01-19 16:12:34 +01:00
Nicolas B. Pierron 0e0c23ad64 Bug 1112159 part 6 - Add test case to verify stack alignment. r=me 2015-01-19 14:30:14 +01:00
Nicolas B. Pierron 96e95b84a9 Bug 1112159 part 5 - Assert mips entry frame is aligned. r=rankov 2015-01-19 14:30:14 +01:00
Nicolas B. Pierron aac423e8a8 Bug 1112159 part 4 - Align arm entry frame. r=mjrosenb 2015-01-19 14:30:14 +01:00