Commit Graph

34196 Commits

Author SHA1 Message Date
Luke Wagner
f8434d2b38 Bug 1030446 - Store and use exit-fp instead of exit-sp for asm.js stack unwinding (r=dougc) 2014-06-25 15:15:46 -05:00
Luke Wagner
9956c34949 Bug 1030446 - Change asm.js tests to use setJitCompilerOption instead of looping a bunch (r=bbouvier) 2014-06-25 14:28:36 -05:00
Luke Wagner
8c87c44079 Bug 1030446 - Move AsmJSFrameIterator to its own file (r=dougc) 2014-06-25 14:26:03 -05:00
Wes Kocher
717a1c8217 Backed out 4 changesets (bug 1030446) for b2g non-unified build bustage on a CLOSED TREE
Backed out changeset d925c77d4b3f (bug 1030446)
Backed out changeset 988f19a5ea1f (bug 1030446)
Backed out changeset 6e87a7cf7eac (bug 1030446)
Backed out changeset 1c761a455bbf (bug 1030446)
2014-06-27 17:34:19 -07:00
Wes Kocher
bcf16ff0d1 Backed out changeset 1437c48ae58d (bug 1030945) for introducing a new hazard, CLOSED TREE 2014-06-27 15:52:38 -07:00
Wes Kocher
5e6d3185c6 Backed out changeset d2e790e8bc8e (bug 1030945) 2014-06-27 15:51:41 -07:00
Wes Kocher
de376685a9 Bug 1030945 - Fix mistake from resolving a merge conflict on an already CLOSED TREE 2014-06-27 14:26:01 -07:00
Peter Van der Beken
c3c28cd39c Backout patches for bug 1029104 for bustage on a CLOSED TREE.
--HG--
rename : dom/xslt/xpath/XPathExpression.cpp => dom/xslt/xpath/nsXPathExpression.cpp
rename : dom/xslt/xpath/XPathExpression.h => dom/xslt/xpath/nsXPathExpression.h
extra : rebase_source : 4cd96320fa102351284cca55b66d3a54592e5212
2014-06-27 23:07:44 +02:00
Nick Fitzgerald
d062232b46 Bug 1030945 - Support asm.js frames in js::SavedStacks r=luke 2014-06-27 13:59:05 -07:00
Luke Wagner
035f29de92 Bug 1030446 - Build a list of code ranges and use this instead of CallSite for describing functions (r=dougc)
--HG--
extra : rebase_source : 842f64b989e6be4a8e530c219ffe6eec6701c49f
2014-06-25 17:34:23 -05:00
Luke Wagner
94ff50d5e1 Bug 1030446 - Store and use exit-fp instead of exit-sp for asm.js stack unwinding (r=dougc)
--HG--
extra : rebase_source : e36b5e297e828b57527bfbe0290a1f2f76adae03
2014-06-25 15:15:46 -05:00
Luke Wagner
10574d434c Bug 1030446 - Change asm.js tests to use setJitCompilerOption instead of looping a bunch (r=bbouvier)
--HG--
extra : rebase_source : 861519e3711009f46c7f7b7509f5989e35eadd48
2014-06-25 14:28:36 -05:00
Luke Wagner
5d5066f9bf Bug 1030446 - Move AsmJSFrameIterator to its own file (r=dougc)
--HG--
extra : rebase_source : 850ff8faa5b356c7b8709191a717e1982fd81e36
2014-06-25 14:26:03 -05:00
Jason Orendorff
bb99d68f99 Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink. 2014-06-27 13:30:37 -07:00
Gary Kwong
271b056e86 Backout 406904577dfc due to borked commit message. 2014-06-27 13:28:35 -07:00
Jeff Walden
0d66ed007d Bug 1030521 - Make CHECK_EQUAL require its actual/expected expressions have the same signedness, to prevent introduction of compiler warnings. r=jorendorff
--HG--
extra : rebase_source : 0883d46b1b2fdfb2b773d3047319b449df65a3d2
2014-06-25 18:47:04 -07:00
Jeff Walden
09ad38721d Bug 1029132 - Use IsInRange for FAKE_JIT_TOP_FOR_BAILOUT range assertions to silence a compiler warning. r=nbp
--HG--
extra : rebase_source : 187e3b4c4266e6e80f9a499973084ad0327ea696
2014-06-23 14:14:27 -07:00
Jeff Walden
4e36cfb413 Convert a few static functions to static inlines to silence unused-function warnings. No bug, r=themaid
--HG--
extra : rebase_source : f50e411598b1bf200aa8029e3f631dfe47d847a9
2014-06-25 18:47:04 -07:00
Jeff Walden
25be40fc28 Bug 1030263 - Make top-level let declarations a syntax error in self-hosted code. r=till
--HG--
extra : rebase_source : c815d9ea118a0df6fed2b6bf4a0e11623fbf3a10
2014-06-25 10:33:47 -07:00
Stephen Gowan
47755b6833 Bug 622646 - Use a better error message when a |let| declaration shadows an exception identifier in a |catch| block. r=jwalden
--HG--
extra : rebase_source : 1086a8c8bca564f91df18c5abd41120d047ce35f
2014-06-22 20:03:13 -04:00
Stephen Gowan
43c879a2f1 Bug 622646 - Use a better error message when a |const| declaration shadows an exception identifier in a |catch| block. r=jwalden
--HG--
extra : rebase_source : 37fcb6c2af529dbdf9be1ed0fbcfc24b31d7f17d
2014-06-22 00:19:04 -04:00
Shu-yu Guo
bca3268f4a Bug 1015339 - Spot fix FormatStackDump. (r=bz) 2014-06-27 13:29:03 -07:00
Gary Kwong
896f8528b0 changeset: 217199:e58ff2fcc8a1
bookmark:    jto/bug-1030014-more-deterministic
parent:      217183:123e07744d21
user:        Jason Orendorff <jorendorff@mozilla.com>
summary:     Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink.
2014-06-27 14:27:01 -05:00
Peter Van der Beken
05aa543b2f Bug 1029104 - Convert XPathExpression to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=bz.
--HG--
extra : rebase_source : f5c7a235a9a880f829ff39ccbb92508cbaad31a5
2014-06-27 21:39:50 +02:00
Ryan VanderMeulen
7a2afa1306 Merge m-c to inbound. a=merge 2014-06-27 15:56:35 -04:00
Jim Blandy
f04ad11a1f Bug 800200: Remove the js/jsd directory. r=jorendorff,sfink 2014-06-27 11:05:08 -07:00
Jim Blandy
cb2e9869d1 Bug 800200: Remove references to JSD from outside js/jsd. r=mccr8,bholley,ted,smaug 2014-06-27 11:05:08 -07:00
Jan de Mooij
770a1fd627 No bug - Fix --disable-threadsafe shell builds to unbreak JS fuzzers. r=jorendorff,jonco, a=Tomcat 2014-06-27 16:33:07 +02:00
Dan Gohman
243266ba02 Bug 1004363 - IonMonkey: A new value-numbering implementation based on a dom-tree DFS. r=nbp 2014-06-27 10:38:44 -07:00
Steve Singer
42fa3c4301 Bug 1030400 - Add sym to the 32 bit big endian branch. r=jorendorff 2014-06-25 18:48:00 +02:00
Kannan Vijayan
82b1245b8d Bug 928928 - Add missing property GetProp stub in BaselineJIT. r=nbp 2014-06-27 13:35:24 -04:00
Dan Gohman
da402fea0b Bug 1030378 - IonMonkey: Fix lifetime bounds for non-fixed call uses. r=mjrosenb 2014-06-27 10:18:49 -07:00
Terrence Cole
042456420d Bug 1027221 - Allow incremental GC barriers on off-main-thread permanent atoms; r=billm
--HG--
extra : rebase_source : 269fadc9dbb6dd9cffd6b87f01ff4b4fc4738ef4
2014-06-26 14:15:15 -07:00
Shu-yu Guo
87d7508a1f Bug 1029910 - Skip over unreadable slots in InlineFrameIterator. (r=nbp) 2014-06-27 00:41:20 -07:00
Shu-yu Guo
e7d6cda340 Bug 1028331 - Use BailoutKind to report more detailed PJS bailout warnings. (r=lth) 2014-06-27 00:41:20 -07:00
Dan Gohman
c036f82826 Bug 1027900 - IonMonkey: When spilling an interval that has a desginated spill interval, use it. r=bhackett 2014-06-26 20:39:04 -07:00
Nigel Babu
06941a227f Backed out changeset 567152f907a1 (bug 1028331) for Jit failures 2014-06-27 08:48:14 +05:30
Nigel Babu
b23162ae4d Backed out changeset b3124d14db16 (bug 1029910) for Jit failures 2014-06-27 08:47:19 +05:30
Dan Gohman
63c6d84282 Bug 1027900 - IonMonkey: Split live intervals that start in memory at their first register use. r=bhackett 2014-06-26 20:04:12 -07:00
Dan Gohman
5bb8a03135 Bug 1027900 - IonMonkey: LUse::ANY has an active preference for registers over memory. r=bhackett 2014-06-26 19:24:24 -07:00
Carsten "Tomcat" Book
c270be1dbd Backed out changeset 2c6403818106 (bug 1027402) for bustage on a CLOSED TREE 2014-06-27 14:21:46 +02:00
Carsten "Tomcat" Book
0eb85aa96e Backed out changeset 346912776f97 (bug 1027402) 2014-06-27 14:21:22 +02:00
Carsten "Tomcat" Book
bdabef164c Backed out changeset 285c853fedfa (bug 1027402) 2014-06-27 14:21:20 +02:00
Carsten "Tomcat" Book
8d364a1cc4 Backed out changeset 96443362db6f (bug 1027402) 2014-06-27 14:21:17 +02:00
Eric Faust
82556410aa Bug 1027402 - Part 4: Mark Proxy Handler uses const. (r=jorendorff, r=bz) 2014-06-27 04:44:08 -07:00
Eric Faust
292636680c Bug 1027402 - Part 3: Mark all Proxy Handler methods const. (r=jorendorff, r=bz) 2014-06-27 04:44:06 -07:00
Eric Faust
d788ef7195 Bug 1027402 - Part 2: Mark Proxy Handler instances as const. (r=bholley) 2014-06-27 04:44:04 -07:00
Eric Faust
194b0e396e Bug 1027402 - Part 1: Remove set* from BaseProxyHandler. (r=bholley) 2014-06-27 04:44:02 -07:00
Eric Faust
4b8652483b Bug 1015790 - Remove PropDesc::descObj_. (r=jorendorff) 2014-06-27 03:46:00 -07:00
Boris Zbarsky
3572e83d0d Bug 1030938. Stop copy-constructing iterators in SavedStacks code, because that copy constructor is really slow. Also, hash atoms as pointers, not strings. r=shu 2014-06-26 22:22:32 -04:00