Commit Graph

44212 Commits

Author SHA1 Message Date
Dan Gohman
8abfa775a1 Bug 1045948 - IonMonkey: Make LAllocation's data unsigned r=bhackett 2014-08-16 13:13:14 -07:00
Dan Gohman
852da84520 Bug 1045948 - IonMonkey: Make bogus LAllocations have an all-zeros bit pattern. r=bhackett 2014-08-16 13:13:14 -07:00
Dan Gohman
64aabd5f06 Bug 1045948 - IonMonkey: Eliminate LDefintion::PASSTHROUGH. r=bhackett 2014-08-16 13:13:13 -07:00
Dan Gohman
b112ee74ce Bug 1045948 - IonMonkey: Obviate LAllocation's tag bit. r=bhackett 2014-08-16 13:13:13 -07:00
Tom Schuster
26e86cf868 Bug 1054322 - Start putting JSMSGs into categories. r=till 2014-08-16 18:53:15 +02:00
Guptha Rajagopal
84ba2c2da1 Bug 1045848 - MUST_MATCH_TOKEN should not report error when token is TOK_ERROR. r=jorendorff 2014-08-13 11:01:00 -04:00
Guptha Rajagopal
2edcef48ed Bug 924672 - Implement ES6 method definitions. r=jorendorff 2014-08-15 15:55:00 -04:00
Jan de Mooij
1230a33c4e Bug 1053431 - Fix a shell-only race with enableOsiPointRegisterChecks(). r=nbp 2014-08-16 16:13:30 +02:00
Jan de Mooij
7aa484acd1 Bug 1030460 - Always initialize shadowsResult in EffectlesslyLookupProperty to work around a Clang/Valgrind issue. r=djvj 2014-08-16 16:00:40 +02:00
Jan de Mooij
815dfdccd9 Bug 1046585 part 7 - rm js/src/assembler/wtf/Platform.h and some other cruft. r=sunfish 2014-08-16 14:04:25 +02:00
Jan de Mooij
d964b84eea Bug 1046585 part 6 - Move supportsFloatingPoint from JSC assembler to new assemblers. r=sunfish 2014-08-16 14:04:17 +02:00
Tom Schuster
897ac778b3 Bug 1054322 - Remove unused JSMSGs. r=till 2014-08-16 13:34:58 +02:00
Tooru Fujisawa
9d5e0ae6c0 Bug 1053692 - Do not use optimized stub for spread call with many arguments. r=jandem 2014-08-15 22:02:25 +09:00
Bill McCloskey
55952e99b7 Bug 950745 - Back out assertions that are triggering too often 2014-08-15 16:16:42 -07:00
Bill McCloskey
5ea1c8dfad Bug 1046964 - Remove some dead code (r=Waldo) 2014-08-15 16:14:50 -07:00
Terrence Cole
b057565fa0 Bug 1033442 - Remove non-pod malloc from MallocProvider and AllocPolicy; r=jonco 2014-08-08 13:22:39 -07:00
Steve Fink
8b62e3b1a3 Bug 1037358 - Fix up ArrayBufferObject malloc accounting, assigning to correct zone for all types, r=terrence,froydnj,smaug 2014-08-12 16:59:12 -07:00
Shian-Yow Wu
a945dc604f Bug 1037358 - Pass the flag in setDataPointer() to indicate whether data is memory-mapped., r=Waldo 2014-07-15 03:02:00 -07:00
Tom Schuster
3f173be6a7 Bug 1051611 - Remove error numbers from js.msg. r=jorendorff 2014-08-15 15:28:10 +02:00
Tom Schuster
80be244656 Bug 1037723 - Fix how the js shell global environment handles symbols. r=jandem 2014-08-15 15:28:10 +02:00
Hannes Verschore
edf1a5addf Backout changeset c01dea53dd60, r=faulty 2014-08-15 14:29:47 +02:00
Jan de Mooij
652b086686 Bug 1046585 part 5 - Stop using WTF_* defines. r=sunfish 2014-08-15 14:01:10 +02:00
Jon Coppeard
fccac2a690 Bug 650161 - Fix test failures with compacting GC enabled r=terrence 2014-08-14 11:52:33 +01:00
Jon Coppeard
38d0f009a8 Bug 650161 - Add new stats phases for compacting GC r=terrence 2014-08-14 11:52:31 +01:00
Jon Coppeard
433a1060f6 Bug 650161 - Implement compacting GC for JSObjects r=terrence 2014-08-14 11:52:24 +01:00
Jon Coppeard
d485d91c97 Bug 650161 - Update pointers in TraceDataRelocations r=mjrosenb 2014-08-14 11:46:55 +01:00
Jon Coppeard
7e5aae13e9 Bug 650161 - Update pointers to relocated objects r=terrence 2012-06-05 11:47:42 -07:00
Jon Coppeard
20a986196e Bug 650161 - Use the invocation kind passed to the first slice for the whole GC r=terrence 2014-08-14 11:46:46 +01:00
Jon Coppeard
4aa9176cfd Bug 650161 - Update internal hash table checks for use after compacting GC as well r=terrence 2014-08-14 11:46:33 +01:00
Jon Coppeard
1d6a014812 Bug 650161 - Add functions for forwarding cells r=terrence 2014-08-14 11:46:29 +01:00
Jon Coppeard
4f5184aacb Bug 650161 - Add --enable-gccompacting configure flag for compacting GC r=terrence r=ted 2014-08-14 11:46:26 +01:00
Jon Coppeard
88198618da Bug 1052422 - Remove trivial shim functions that call into the GC r=sfink 2014-08-14 10:32:06 +01:00
Bobby Holley
e70ddb7476 Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor 2014-08-14 18:47:15 -07:00
Bobby Holley
850fc35028 Bug 1052052 - Hoist AutoCxPusher into ScriptSettings.h. r=gabor 2014-08-14 18:47:15 -07:00
Dan Gohman
0771b71c21 Bug 1041673 - IonMonkey: Implement opcode testing and casts with member function templates. r=nbp 2014-08-14 17:11:57 -07:00
Jim Blandy
b39e51b735 Bug 961326: Give SpiderMonkey an API that embeddings can use to safely construct values for Debugger clients. r=jorendorff 2014-08-14 16:33:21 -07:00
Jim Blandy
140805033c Bug 1051115: Let users tell ubi::Edge not to provide edge names, as they're expensive to compute, and not everyone needs them. r=terrence 2014-08-14 15:59:59 -07:00
Ryan VanderMeulen
30ae466592 Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage. 2014-08-14 17:23:10 -04:00
Bobby Holley
3e4d70a655 Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor 2014-08-14 12:54:34 -07:00
Bobby Holley
35f3a10cb0 Bug 1052052 - Hoist AutoCxPusher into ScriptSettings.h. r=gabor 2014-08-14 12:53:52 -07:00
Nicholas D. Matsakis
ebcb282d52 Bug 1029130 -- Add ObjectPolicy to MNeuterCheck. r=jandem 2014-08-07 16:55:49 -04:00
Luke Wagner
829fbf3747 Backed out changeset 6a72436c8a75 - Need smarter fix to deal with Emscripten bug 2014-08-14 12:46:19 -05:00
Benjamin Bouvier
80ee2a191b Bug 1048923: Remove unused MIRFlag macro in SIMD functions list; r=nmatsakis
--HG--
extra : rebase_source : a89e67e411918b5a0580d6e94a2d27110e541c3b
2014-08-14 17:39:24 +02:00
Benjamin Bouvier
d5f030ad5a Bug 1048923: Distinguish unary and binary SIMD functions; r=nmatsakis
--HG--
extra : rebase_source : 5c34fcd13998388dc0d0755f9bbc5779b5f5a5f8
2014-08-14 17:39:17 +02:00
Benjamin Bouvier
a3d7346207 Bug 1048923: Create StoreResult helper and make use of it; r=nmatsakis
--HG--
extra : rebase_source : 784aaf66410220bca9b2c87887136a561164da9a
2014-08-14 17:39:05 +02:00
Benjamin Bouvier
656eb8305f Bug 1048923: Use helpers in GetLane; r=nmatsakis
--HG--
extra : rebase_source : 08bd80f112f357a0094a6bf081f2e4f6da7f40ec
2014-08-14 17:11:05 +02:00
Nicolas B. Pierron
6930452844 Backed out changeset 04892482d288 (Bug 998485) for Octane regressions. 2014-08-14 17:25:12 +02:00
Luke Wagner
f19a6b8ed4 Bug 1053544 - OdinMonkey: issue link-time validation error when given non-primitive import value (r=bbouvier) 2014-08-14 10:00:37 -05:00
Rémi WENG
68a45ecbf7 Bug 998485 - IonMonkey: Remove analyzeEdge* functions. r=nbp 2014-08-14 15:11:43 +02:00
Sylvestre Ledru
b159f72e25 Bug 1053135 - Disable the usage of -freorder-blocks when using clang r=glandium
In future version of clang, unsupported optimization flags are going to trigger a warning. They used to be silently ignored or triggering an error.
2014-08-14 14:43:30 +02:00