gecko-dev/js/src
Heiher b88a6dfa63 Bug 1248863 - IonMonkey: MIPS32: Fix LIRGeneratorMIPS::visitBox. r=arai
---
 js/src/jit/mips32/Lowering-mips32.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2016-02-18 15:55:07 +08:00
..
asmjs Bug 1248859 - OdinMonkey: MIPS: Refactor callWithPatch via reative branch. r=luke 2016-02-18 09:37:39 +08:00
builtin Bug 1248503 - Improve log output for MSimdBox and MSimdUnbox. r=nbp 2016-02-17 10:17:49 -08:00
ctypes Bug 1243918 - Don't clobber safeseh in msvcc.sh -clang-cl; r=glandium 2016-02-02 10:25:19 -05:00
devtools Bug 1246593 - Ensure that the element index is greater than zero for the PostWriteElementBarrier; r=jandem 2016-02-11 09:33:07 +01:00
doc Bug 1242578 - Add documentation about the binary arith annotations for jit coach, r=shu 2016-02-04 06:56:49 -05:00
ds Bug 1247789: Fix comment for js::Fifo DONTBUILD r=fitzgen 2016-02-11 16:02:17 -08:00
editline
frontend backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
gc Bug 1248681 - Warn if the result of putWrapper goes unused; r=sfink 2016-02-17 11:24:22 -08:00
gdb Bug 1235615 - Split JS::CompartmentOptions into JS::CompartmentCreationOptions that are immutable characteristics of a compartment, and JS::CompartmentBehaviors that may be changed after the compartment's been created. r=terrence 2015-12-28 16:15:52 -06:00
irregexp Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke 2015-12-31 01:05:49 -07:00
jit Bug 1248863 - IonMonkey: MIPS32: Fix LIRGeneratorMIPS::visitBox. r=arai 2016-02-18 15:55:07 +08:00
jit-test Bug 1248503 - Fix initial heap assertion. r=nbp 2016-02-17 10:17:49 -08:00
jsapi-tests Bug 961323 - Add a method for finding shortest retaining paths of JS::ubi::Node heap graphs; r=jimb 2016-02-11 10:38:00 +01:00
octane
perf Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
proxy Backout 7acb1edc3f91 (bug 1244956) for regressing tpaint. 2016-02-17 09:00:47 -08:00
shell Bug 1241087: SharedStubs: Enable shared stubs by default for ion, r=jandem 2016-02-17 15:05:59 -05:00
tests Bug 1247701 - Bail from ArrayShiftDenseKernel if the array is used by for-in iteration. r=jandem 2016-02-17 01:40:18 +09:00
vm Bug 1248726 - Simplify PCLocationMap even further; r=fitzgen 2016-02-17 09:49:42 -08:00
vtune
aclocal.m4
configure.in Bug 1233297 - Part 1: Consolidate MOZ_C*_SUPPORTS_WARNING configure checks in compiler-opts.m4. r=glandium 2016-02-02 00:04:26 -08:00
dtoa.c Bug 1245737 (part 0) - Fix a leak in DtoaState. r=sfink. 2016-02-10 17:17:56 +11:00
js-confdefs.h.in Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps 2015-12-15 08:06:11 +09:00
js-config.h.in
js-config.in
js.msg Bug 1247846 - Baldr: add indirect function table and call_indirect (r=sunfish) 2016-02-16 16:48:23 -06:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp Bug 1248681 - Warn if the result of putWrapper goes unused; r=sfink 2016-02-17 11:24:22 -08:00
jsapi.h Bug 1247743 - Expose non-pinning JS_Atomize[UC]String JSAPI functions; r=terrence 2016-02-11 14:11:00 +01:00
jsarray.cpp Bug 1247701 followup - Change ArrayShiftDenseKernel to receive handle. r=bz 2016-02-17 04:39:52 +09:00
jsarray.h Bug 1137624 - Remove ArrayJoin code duplication, and use a correct alias set. r=jandem 2015-12-23 14:49:48 +00:00
jsast.tbl
jsatom.cpp Bug 1239601 - improve the UniquePtr situation (r=jorendorff) 2016-01-15 18:26:06 -06:00
jsatom.h Bug 1238195 - Odin: properly support duplicate exports (r=bbouvier) 2016-01-11 12:37:37 -06:00
jsatominlines.h
jsbool.cpp Bug 1055472 - Part 4: Make the Boolean constructor properly subclassable. (r=Waldo) 2015-11-13 18:22:21 -08:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1248233. Make js::ReportOutOfMemory respect the autoJSAPIOwnsErrorReporting() flag on the context options. r=luke 2016-02-17 22:56:42 -05:00
jscntxt.h Bug 1238711 - Rename TraceableVector to GCVector; r=sfink 2015-12-28 11:45:13 -08:00
jscntxtinlines.h Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl 2016-01-28 11:28:04 +01:00
jscompartment.cpp Bug 1248094 - Simplify PCLocationMap with GCHashMap; r=fitzgen 2016-02-16 07:54:28 -08:00
jscompartment.h Bug 1248681 - Warn if the result of putWrapper goes unused; r=sfink 2016-02-17 11:24:22 -08:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp Bug 1205298 - Date.parse() should accept a wider range of potential formats; r=jandem 2016-02-08 14:15:28 -06:00
jsdate.h Bug 1055472 - Part 7: Make the Date constructor properly subclassable. (r=Waldo) 2015-11-13 18:22:21 -08:00
jsdtoa.cpp Bug 1248101 - Make dtoa_malloc infallible. r=sfink. 2016-02-16 15:04:45 +11:00
jsdtoa.h
jsexn.cpp Bug 1235615 - Split JS::CompartmentOptions into JS::CompartmentCreationOptions that are immutable characteristics of a compartment, and JS::CompartmentBehaviors that may be changed after the compartment's been created. r=terrence 2015-12-28 16:15:52 -06:00
jsexn.h
jsfriendapi.cpp Bug 1246605 - Fix getBacktrace assert with debugger breakpoints. r=evilpie 2016-02-13 21:36:19 +01:00
jsfriendapi.h Bug 1247955 - Add telemetry for compacting GC r=terrence 2016-02-15 10:37:58 +00:00
jsfun.cpp backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsfun.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsfuninlines.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsgc.cpp Backout 7acb1edc3f91 (bug 1244956) for regressing tpaint. 2016-02-17 09:00:47 -08:00
jsgc.h Bug 1245767 - Allow combining different gczeal modes. r=terrence 2016-02-05 12:21:43 +01:00
jsgcinlines.h Bug 1245767 - Allow combining different gczeal modes. r=terrence 2016-02-05 12:21:43 +01:00
jshashutil.h
jsiter.cpp Bug 1246318 - Remove the still disabled Reflect.enumerate code. r=efaust 2016-02-11 22:23:13 +01:00
jsiter.h Bug 1225396 part 1 - Rename *Iterator stuff to *LegacyIterator. r=jorendorff 2015-12-09 22:54:10 -05:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Bug 1167248 - Cross compilation fixup. 2016-01-21 13:40:07 +01:00
jsmath.h Bug 1234736 - IonMonkey: Recover Math.imul as an int32 operation. r=h4writer 2016-01-06 14:37:56 +00:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1233111 - Add a new ToUint8() function. r=efaust 2015-12-23 09:52:39 -08:00
jsnum.h
jsobj.cpp Bug 1244841 - Don't measure SharedArrayBuffer objects multiple times. r=lth. 2016-02-12 09:18:46 +11:00
jsobj.h Bug 1243888 - Derive RootKind automatically from TraceKind; r=sfink 2016-01-27 09:54:53 -08:00
jsobjinlines.h Bug 1233944 - Upgrade MOZ_ASSERT to MOZ_RELEASE_ASSERT in JSObject::setGroup. r=me 2016-02-13 15:56:29 +01:00
json.cpp Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo 2016-02-10 23:31:33 -05:00
json.h Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo 2016-02-10 23:31:33 -05:00
jsopcode.cpp Bug 1245321 - Merge the object and regexp lists in script data. r=jorendorff. 2016-02-03 11:08:01 +11:00
jsopcode.h Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
jsopcodeinlines.h Bug 1228340: Get rid of the js_ prefix for CodeSpec, CodeName, NumCodeSpecs; r=jorendorff 2015-11-26 15:51:26 +01:00
jsprf.cpp Bug 1232100 - "Check charsWritten in non-debug builds.". r=jcoppeard 2015-12-16 06:54:00 +01:00
jsprf.h Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=jdemooij 2015-12-12 18:41:00 +01:00
jspropertytree.cpp
jspropertytree.h
jsprototypes.h Bug 1238679 - Rename s/SIMD/Simd/ in type and function names. r=bbouvier 2016-01-20 12:50:06 -08:00
jspubtd.h Bug 1246697 - Use simpler semantics for PersistentRooted<Traceable>; r=sfink 2016-02-10 09:48:28 -08:00
jsscript.cpp backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsscript.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsscriptinlines.h backout Bug 1221144 for perf regression 2016-02-12 04:11:10 -08:00
jsshell.msg
jsstr.cpp Bug 1245801 - Disable non-standard flag argument of String.prototype.{search,match,replace} in non-release channel. r=jandem 2016-02-08 19:37:24 +09:00
jsstr.h Bug 1239601 - improve the UniquePtr situation (r=jandem) 2016-01-15 18:26:20 -06:00
jstypes.h bug 1244128 - stop exporting js friend api symbols from libxul r=glandium 2016-02-01 21:40:18 -05:00
jsutil.cpp Bug 757969 - use __thread in ThreadLocal; r=froydnj 2016-01-22 10:33:44 -07:00
jsutil.h Bug 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier) 2016-01-25 13:24:41 -06:00
jsversion.h Bug 1220564 - Remove legacy generator comprehensions. (r=Waldo) 2016-01-06 16:02:15 -08:00
jswatchpoint.cpp
jswatchpoint.h
jsweakmap.cpp
jsweakmap.h Bug 1101817 - Part 6: Remove Weak{Map,Set}.prototype.clear. r=evilpie 2016-01-12 20:04:11 +01:00
jswin.h
jswrapper.h Bug 1188364 - Supress GC while transplanting to prevent compacting GC observing intermediate state r=terrence 2016-02-15 10:37:31 +00:00
make-source-package.sh Bug 1229729 - Make make-source-package.sh work on OS X. r=sfink 2015-12-01 23:41:45 +01:00
Makefile.in
moz.build Bug 961323 - Add a method for finding shortest retaining paths of JS::ubi::Node heap graphs; r=jimb 2016-02-11 10:38:00 +01:00
NamespaceImports.h Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl 2016-01-28 11:28:04 +01:00
README.html
symverscript.in
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>