gecko/js/src
Dan Gohman 4594fca95d Bug 869501 - Add an accessor to MCompare for testing whether the comparison is
any flavor of double comparison, and use it when testing whether to create
LCompareAndBranch nodes. r=bhackett
2013-05-08 10:03:53 -04:00
..
assembler Bug 869510 - x86 assembler spew improvements. r=sstangl 2013-05-07 11:39:33 -07:00
build Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium 2013-05-02 09:26:13 -04:00
builtin Bug 865028 - Fuse ParallelDo and ForkJoin r=shu 2013-05-08 05:15:32 -04:00
config Backed out changeset da02b1166a5c (bug 597064) because of mochitest failures on a CLOSED TREE 2013-05-07 18:33:49 -04:00
ctypes Bug 867341 - Remove AutoObjectRooter, replace with RootedObject where needed. r=terrence 2013-05-02 13:55:54 -07:00
devtools Bug 869469 - GC: Fix typo in rooting analysis script and add annotation for MDefinition.opName r=sfink 2013-05-08 11:38:12 +01:00
ds Bug 851627 - Make LifoAlloc::release run in O(1) (r=sstangl) 2013-04-25 12:28:29 -07:00
editline Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
frontend Bug 866050 - Fix UsesBeforeIonRecompile. r=bhackett 2013-05-07 16:31:25 +02:00
gc Bug 862657 - Attempt to fix OS X warnings-as-errors bustage by adding a move constructor to ChunkBitmap, hopefully fixing an issue due to ChunkBitmap::bitmap being volatile. r=billm 2013-05-06 16:44:33 -07:00
gdb Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
ion Bug 869501 - Add an accessor to MCompare for testing whether the comparison is 2013-05-08 10:03:53 -04:00
jit-test Bug 854602 - improve asm.js validation errors (r=terrence) 2013-05-06 18:27:51 -07:00
jsapi-tests Bug 869479 - GC: Fix rooting hazards in jsapi tests r=terrence 2013-05-08 11:38:12 +01:00
methodjit Backed out 2 changesets (bug 867070, bug 868990) for Windows PGO bustage on a CLOSED TREE. 2013-05-07 10:09:43 -04:00
parjs-benchmarks Bug 829602 - Enable self-hosted parallelarray r=dvander,till 2013-03-19 22:12:27 -04:00
perf Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
shell Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
tests Bug 646597 - Make functions made by the Function constructor compile-and-go. Most of patch was originally written by jorendorff. (r=luke) 2013-05-04 20:53:21 -07:00
v8
vm Bug 865028 - Fuse ParallelDo and ForkJoin r=shu 2013-05-08 05:15:32 -04:00
yarr Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
aclocal.m4 Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium 2013-05-02 09:26:13 -04:00
configure.in Backed out changeset 11a3ee38afff (bug 853494) for various types of bustage on a CLOSED TREE 2013-05-07 18:36:43 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in Bug 860931 - Remove a bunch of deadwood autoconf defines. r=ted 2013-03-29 16:18:21 -07:00
js-config.in Bug 812265, Part 4/4 - Fix MOZ_JS_LIBS. r=glandium 2013-04-23 17:21:50 -07:00
js.msg Bug 854602 - improve asm.js validation errors (r=terrence) 2013-05-06 18:27:51 -07:00
js.pc.in Bug 812265, Part 2/4 - Setup versioning and pkg-config support. r=glandium 2013-04-23 16:55:13 -07:00
jsalloc.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsalloc.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsanalyze.cpp Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
jsanalyze.h Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
jsapi.cpp Bug 690446 - Emit *GNAME ops in non-eval strict-mode code. r=bhackett 2013-05-07 16:27:14 +02:00
jsapi.h Bug 690446 - Emit *GNAME ops in non-eval strict-mode code. r=bhackett 2013-05-07 16:27:14 +02:00
jsarray.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsarray.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsast.tbl Bug 568953 - Added reflection support for module declarations; r=jorendorff 2013-04-02 18:00:49 +02:00
jsatom.cpp Bug 868725 - Pass non-const jschar* to AtomizeAndTakeOwnership; r=evilpie 2013-05-05 09:03:18 +02:00
jsatom.h Bug 867426 - Remove RawAtom typedef; r=jonco 2013-04-30 15:38:45 -07:00
jsatominlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsbool.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsbool.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsboolinlines.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsclass.h Bug 844887 - Followup: nop IsCallable in Ion if argument is known to be a function. (r=sstangl) 2013-05-02 14:12:14 -07:00
jsclist.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsclone.cpp Bug 866789 - GC: Fix some more shell rooting hazards r=terrence 2013-04-30 11:18:18 +01:00
jsclone.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscntxt.cpp Bug 865059 - Turn off methodjit prefs by default, r=jandem. 2013-05-02 05:32:28 -06:00
jscntxt.h Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
jscntxtinlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscompartment.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jscompartment.h Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
jscompartmentinlines.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jscpucfg.h Bug 867362 - part 3 - delete JS_BYTES_PER_DOUBLE; r=luke 2013-04-30 16:28:50 -04:00
jscrashformat.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jscrashreport.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jscrashreport.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsdate.cpp Bug 867312. Expose some APIs for working with millisecond timestamps corresponding to JS dates. r=waldo 2013-05-01 23:44:11 -04:00
jsdate.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdbgapi.cpp Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsdbgapi.h Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsdhash.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdhash.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsdtoa.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsdtoa.h Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsexn.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsexn.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsfriendapi.cpp Bug 756067 - Remove js::GetOwnerThread. r=mrbkap 2013-05-06 22:00:06 -04:00
jsfriendapi.h Bug 756067 - Remove js::GetOwnerThread. r=mrbkap 2013-05-06 22:00:06 -04:00
jsfun.cpp Backed out 2 changesets (bug 867070, bug 868990) for Windows PGO bustage on a CLOSED TREE. 2013-05-07 10:09:43 -04:00
jsfun.h Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsfuninlines.h Bug 844887 - Followup: nop IsCallable in Ion if argument is known to be a function. (r=sstangl) 2013-05-02 14:12:14 -07:00
jsgc.cpp Bug 865028 - Fuse ParallelDo and ForkJoin r=shu 2013-05-08 05:15:32 -04:00
jsgc.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsgcinlines.h Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jsinfer.cpp Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
jsinfer.h Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
jsinferinlines.h Bug 865059 - Move pc -> type set map out of script analysis, don't analyze scripts until they are compiled by Ion, r=jandem. 2013-05-07 05:11:46 -06:00
jsinterp.cpp Bug 864468: IonMonkey: Skip argument type checks when type is known to match, r=jandem 2013-05-08 09:54:39 +02:00
jsinterp.h Backed out 2 changesets (bug 867070, bug 868990) for Windows PGO bustage on a CLOSED TREE. 2013-05-07 10:09:43 -04:00
jsinterpinlines.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsiter.cpp Bug 867341 - Remove AutoObjectRooter, replace with RootedObject where needed. r=terrence 2013-05-02 13:55:54 -07:00
jsiter.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jskwgen.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jslibmath.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jslock.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jslog2.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsmath.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsmath.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsmemorymetrics.cpp Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jsnativestack.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsnativestack.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsnum.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsnum.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsnuminlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsobj.cpp Bug 869706 - Track nonNativeGetElement and accessGetter info in baseline scripts, r=jandem. 2013-05-08 07:53:49 -06:00
jsobj.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsobjinlines.h Bug 844887 - Followup: nop IsCallable in Ion if argument is known to be a function. (r=sstangl) 2013-05-02 14:12:14 -07:00
json.cpp Bug 836949 - Remove the now unnecessary GetMethod function. r=jwalden 2013-04-27 17:37:05 +02:00
json.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsonparser.cpp Bug 845713: Remove two unnecessary RangedPtr.h #includes in js (shifting one to the .cpp file). r=Waldo 2013-05-06 17:37:59 -07:00
jsonparser.h Bug 845713: Remove two unnecessary RangedPtr.h #includes in js (shifting one to the .cpp file). r=Waldo 2013-05-06 17:37:59 -07:00
jsopcode.cpp Backed out 2 changesets (bug 867070, bug 868990) for Windows PGO bustage on a CLOSED TREE. 2013-05-07 10:09:43 -04:00
jsopcode.h Bug 864216 - Allow generating IonScriptCounts for asm.js compiled functions, r=luke. 2013-04-23 13:31:03 -06:00
jsopcode.tbl Bug 866050 - Fix UsesBeforeIonRecompile. r=bhackett 2013-05-07 16:31:25 +02:00
jsopcodeinlines.h Bug 867160 - Allow baseline to bypass scriptAnalysis on most scripts. r=jandem 2013-05-03 11:49:51 -04:00
jsoplengen.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsprf.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsprf.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsprobes.cpp Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsprobes.h Bug 865471 - Fix various sps profiler issues. r=jandem 2013-05-03 11:26:38 -04:00
jspropertycache.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jspropertycache.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jspropertycacheinlines.h Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jspropertytree.cpp Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jspropertytree.h Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jsprototypes.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsproxy.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsproxy.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsprvtd.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jspubtd.h Bug 869517 - Fix JSFlatString RootKind compilation error when building with --enable-root-analysis. r=billm 2013-05-05 21:07:29 -07:00
jsreflect.cpp Bug 867426 - Remove RawValue typedef; r=jonco 2013-04-30 15:40:56 -07:00
jsreflect.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsscript.cpp Bug 864468: IonMonkey: Skip argument type checks when type is known to match, r=jandem 2013-05-08 09:54:39 +02:00
jsscript.h Bug 864468: IonMonkey: Skip argument type checks when type is known to match, r=jandem 2013-05-08 09:54:39 +02:00
jsscriptinlines.h Bug 867426 - Remove RawScript typedef; r=jonco 2013-04-30 15:40:40 -07:00
jsshell.msg
jsstr.cpp Bug 867426 - Remove RawString typedef; r=jonco 2013-04-30 15:40:48 -07:00
jsstr.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsstrinlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jstypedarray.cpp Bug 867329 - Make JS_NewUint8ArrayWithBuffer and friends accept any uint32_t as byteOffset and throw if the byteOffset is too big. r=sfink 2013-04-30 19:34:12 -07:00
jstypedarray.h Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jstypedarrayinlines.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jstypes.h Bug 867362 - part 2 - delete JS_BITS_PER_DOUBLE; r=luke 2013-04-30 16:27:02 -04:00
jsutil.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsutil.h Bug 836078 - Replace all gcc __GNUC__ version checks with MOZ_GCC_VERSION_AT_LEAST macro. r=dvander 2013-05-01 15:45:05 -04:00
jsversion.h Bug 724533 - Integrate ICU into the Mozilla build (but don't actually build it, until a compile-time flag gets flipped). r=glandium 2013-04-25 15:27:22 -07:00
jswatchpoint.cpp Bug 867426 - Remove RawShape typedef; r=jonco 2013-04-30 15:40:09 -07:00
jswatchpoint.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsweakcache.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsweakmap.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jsweakmap.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jswin64.asm
jswin.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jsworkers.cpp Bug 634839 (part 1) - Remove unnecessary headers (as found by include-what-you-use) from js/src/jsfoo.cpp files. r=luke. 2013-04-23 23:44:36 -07:00
jsworkers.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
jswrapper.cpp Bug 867426 - Remove RawObject typedef; r=jonco 2013-04-30 15:41:12 -07:00
jswrapper.h Bug 834707 - Kill dynamic SOWs. r=gabor 2013-05-06 19:38:23 -07:00
Makefile.in Bug 865028 - Fuse ParallelDo and ForkJoin r=shu 2013-05-08 05:15:32 -04:00
moz.build Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal 2013-05-03 09:54:45 -07:00
prmjtime.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
prmjtime.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
README.html
symverscript.in Bug 809430 - Add symbol versions. r=glandium 2013-04-25 15:35:40 -07:00
TraceLogging.cpp Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
TraceLogging.h Bug 860029 - Standardize Modelines in the JS Module. r=njn 2013-04-16 13:47:10 -07:00
Y.js

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Refresh"
	 content="0;URL=http://developer.mozilla.org/en/docs/SpiderMonkey">
   <title>SpiderMonkey README</title>
</head>
<body>

<h1>SpiderMonkey README</h1>

<p>See the
<a href="http://developer.mozilla.org/en/docs/SpiderMonkey">SpiderMonkey
pages</a> on the Mozilla Developer Center</a>.

</body>
</html>