Dan Gohman
|
e1805ef6cd
|
Bug 1004363 - IonMonkey: Eliminate the UnsplitEdges pass and just have Codegen know how to skip past trivial blocks. r=mjrosenb
|
2014-05-20 20:28:49 -07:00 |
|
Dan Gohman
|
4a31f96ccb
|
Bug 1004363 - IonMonkey: Better basic block and graph dumping. r=mjrosenb
|
2014-05-20 20:28:49 -07:00 |
|
Luke Wagner
|
1bca15de31
|
Bug 1013658 - Handle null ScriptSource in AutoFilename::get (r=bholley)
--HG--
extra : rebase_source : d154d1c974c8ec69744773c14d57c278e75a77f5
|
2014-05-20 21:12:23 -05:00 |
|
Dan Gohman
|
fcc00b93f4
|
Bug 1010586 - IonMonkey: Make MUse enforce use-list invariants automatically. r=nbp
|
2014-05-20 18:43:16 -07:00 |
|
Dan Gohman
|
cadf002007
|
Bug 1007027 - IonMonkey: Don't do backedge type processing for resume points in deleted blocks. r=nbp
|
2014-05-20 18:43:16 -07:00 |
|
Dan Gohman
|
640a53f88f
|
Bug 1010586 - IonMonkey: Eliminate the isObserved flag and compute observability on demand. r=nbp
|
2014-05-20 18:43:15 -07:00 |
|
Dan Gohman
|
5939d1f221
|
Bug 1010586 - IonMonkey: Shrink the MUse class by making the index field unnecessary. r=nbp
|
2014-05-20 18:43:15 -07:00 |
|
Brian Hackett
|
ab0bca3a73
|
Bug 1012642 - Trigger a read barrier earlier when copying RegExpShared from one object to another, r=billm.
|
2014-05-20 16:12:49 -07:00 |
|
Dan Gohman
|
9a5cfdeacc
|
Bug 1012964 - IonMonkey: Follow-up patch to give a variable a better name. r=me DONTBUILD
|
2014-05-20 13:51:22 -07:00 |
|
Terrence Cole
|
550d6b3006
|
Bug 1010655 - Always use the faster version of IsInsideNursery when possible; r=jonco
--HG--
extra : rebase_source : 18c195a3a5897529275deb210bfa7f57f8e29bd8
|
2014-05-14 19:48:09 -07:00 |
|
Dan Gohman
|
ddd7d7f120
|
Bug 1012964 - IonMonkey: Optimize LiveInterval::addRange. r=bhackett
|
2014-05-20 13:36:40 -07:00 |
|
Ryan VanderMeulen
|
f38af37ac7
|
Backed out changeset 8433a3609a54 (bug 1001320) for suspected B2G device image bustage.
CLOSED TREE
|
2014-05-20 12:17:51 -04:00 |
|
Hannes Verschore
|
a7fb554693
|
Bug 1011724 - IonMonkey: Prioritize the ionWorkload on the scripts useCount, r=bhackett
|
2014-05-20 16:21:51 +02:00 |
|
Ryan VanderMeulen
|
325030d40d
|
Backed out changeset e280c3740a4a (bug 978811) for Android/B2G debug asserts.
CLOSED TREE
|
2014-05-20 09:42:33 -04:00 |
|
Jan de Mooij
|
b7ca61366d
|
Bug 978811 - Fix isFakeExitFrame to return true for entry frames. r=nbp
|
2014-05-20 08:34:25 -04:00 |
|
Robert O'Callahan
|
bd67ea930b
|
Bug 1001320. Part 5: Use #pragma GCC visibility on B2G. r=glandium
--HG--
rename : config/gcc_hidden.h => config/gcc_hidden_dso_handle.h
extra : rebase_source : 600bf9dd51c88ea0cdea3db2e20ce8ab1de9f3fb
|
2014-05-11 23:37:14 -07:00 |
|
Jon Coppeard
|
54f40bded4
|
Bug 929314 - Remove Handle::repoint() r=terrence
|
2014-05-20 10:57:03 +01:00 |
|
Jon Coppeard
|
13361a6401
|
Bug 929314 - Remove unused HandleScripts from IonSpewer and related classes r=jandem
|
2014-05-20 10:56:51 +01:00 |
|
Carsten "Tomcat" Book
|
e1e78f8f52
|
Backed out changeset 3da78e2f3ac8 (bug 1006695) for build test failures
|
2014-05-20 11:29:05 +02:00 |
|
Carsten "Tomcat" Book
|
0f6f864d1e
|
Backed out changeset 70bc18f7b6d5 (bug 1006695) for spidermonkey test failures
|
2014-05-20 10:29:38 +02:00 |
|
Tooru Fujisawa
|
615fe196a3
|
Bug 1003149 - Part2: Implement JSOP_SPREAD* optimized stubs in the baseline compiler. r=jandem
|
2014-05-16 01:50:14 +09:00 |
|
Tooru Fujisawa
|
9c22413eab
|
Bug 1003149 - Part1: Implement JSOP_SPREAD* fallback stubs in the baseline compiler. r=jandem
|
2014-05-09 01:21:12 +09:00 |
|
James Graham
|
41dd2b2604
|
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
|
2014-05-16 04:55:00 +02:00 |
|
Ting-Yuan Huang
|
e1d5f09e7e
|
Bug 1006695 - Mark workers in thread pool to be known by Nuwa. r=khuey
They will be recreated in the spawned process.
|
2014-05-14 00:32:00 +02:00 |
|
Ting-Yuan Huang
|
828e89a72d
|
Bug 1006695 - Mark JS worker threads to be known by Nuwa. r=khuey
They will be recreated in the spawned process.
|
2014-05-14 00:32:00 +02:00 |
|
Phil Ringnalda
|
365a1062cc
|
Bug 1009788 followup, make the test not fail when parallelJS is off, r=jonco
|
2014-05-19 07:12:33 -07:00 |
|
Wes Kocher
|
bd1a784c76
|
Backed out changeset c744c837c732 (bug 789261) for Gaia-unit test bustage on a CLOSED TREE
|
2014-05-19 15:20:43 -07:00 |
|
Boris Zbarsky
|
57472f29b6
|
Bug 1010658 part 1. Stop using the DOMClass stored in DOM_PROTO_INSTANCE_CLASS_SLOT for doing type checks in the jit, and do them directly on the instance classes instead. r=efaust
|
2014-05-19 16:37:59 -04:00 |
|
Nathan Froyd
|
380d6fe3d9
|
Bug 1012748 - part 3 - remove nsIXPCSecurityManager; r=bholley
|
2014-05-19 12:59:30 -04:00 |
|
Nathan Froyd
|
e74c4a2f69
|
Bug 1012748 - part 2 - remove unnecessary includes of nsIXPCSecurityManager.h; r=bholley
|
2014-05-19 12:43:00 -04:00 |
|
Nathan Froyd
|
c36743f297
|
Bug 1012748 - part 1 - remove unused mDefaultSecurityManager field; r=bholley
|
2014-05-19 12:42:33 -04:00 |
|
Peter Van der Beken
|
c9832d2f31
|
Bug 789261 - Enable WebIDL bindings for Window. r=bz.
--HG--
extra : rebase_source : ae0d50133962c86ecdb7bf60f5ec8d359f681ac0
|
2014-04-08 20:48:37 +02:00 |
|
Peter Van der Beken
|
11c7284be9
|
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
|
2014-02-15 22:12:35 +01:00 |
|
Brian Hackett
|
15c7d0da1e
|
Bug 1009899 - Don't unnecessarily freeze inlining done during definite properties analysis, r=jandem.
|
2014-05-19 11:33:11 -07:00 |
|
Carsten "Tomcat" Book
|
2fb1104640
|
Backed out changeset 46c16792274f (bug 1010955) for suspicion of causing memory leaks on a CLOSED TREE
|
2014-05-19 15:02:58 +02:00 |
|
Inanc Seylan
|
90dcf4712f
|
Bug 1010339 - Add recover functionality for Ursh; r=bbouvier
|
2014-05-19 13:56:23 +02:00 |
|
Peter Van der Beken
|
a74f42c6f9
|
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
extra : rebase_source : c7dc7fc44717ad6bf5381ecb8a537bf698ee962e
|
2014-02-15 22:12:35 +01:00 |
|
Jon Coppeard
|
ff8c7a30f4
|
Bug 988486 - Move verifier functions into GCRuntime r=terrence
|
2014-05-19 11:09:55 +01:00 |
|
Jon Coppeard
|
19af16a986
|
Bug 988486 - Make some GCRuntime members private and add necessary accessors r=terrence
|
2014-05-19 11:09:55 +01:00 |
|
Brian Hackett
|
a3f22d95fb
|
Bug 1011879 - Fixup code offsets correctly when pushing jump targets in irregexp, r=jandem.
|
2014-05-17 16:22:19 -07:00 |
|
Phil Ringnalda
|
04710cbb1c
|
Back out d18b1b320eea (bug 1008753) for marionette-webapi and gaia-unit bustage
|
2014-05-17 08:32:45 -07:00 |
|
Douglas Crosher
|
04bf5d16a1
|
Bug 988789 - Ionmonkey: rework the instruction cache flushing, fix irregexp support, rs=bustage
|
2014-05-17 23:03:48 +10:00 |
|
Nick Fitzgerald
|
f7867161ca
|
Bug 1006876 - Add a recursion check to SavedStacks::insertFrames. r=ejpbruel
|
2014-05-17 03:27:54 -07:00 |
|
Douglas Crosher
|
5a479adbd8
|
Bug 988789. r=luke
|
2014-05-15 13:43:04 +10:00 |
|
Brian Hackett
|
62e2cea370
|
Bug 1008753 - Don't require shape checks when calling getters/setters on common prototypes, r=efaust.
|
2014-05-16 18:00:44 -07:00 |
|
Bill McCloskey
|
366c658c5d
|
Bug 996785 - Fix CPOW wrapping and compartment ownership (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
|
Bill McCloskey
|
f080a0f66d
|
Bug 996785 - Bidirectional CPOWs (r=mrbkap)
|
2014-05-16 16:40:37 -07:00 |
|
Bill McCloskey
|
ace030e0bb
|
Bug 996785 - Distinguish local and remote CPOW objects in IPDL (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
ecb5b87e51
|
Bug 996785 - Use more descriptive IPDL types for CPOW value variants (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|
Bill McCloskey
|
ce0b3770fa
|
Bug 996785 - Move CPOW wrapper answering code (r=mrbkap)
|
2014-05-16 16:40:36 -07:00 |
|