Kyle Huey
4a1055ab6c
Merge m-c to b-s.
2011-08-24 08:34:27 -04:00
Nicholas Nethercote
3e7e60e262
Update nanojit-import-rev stamp.
2011-08-23 22:02:58 -07:00
Rafael Ávila de Espíndola
f387a0c914
Bug 678051 - Fix c++0x initializer list error found by clang. r=nnethercote.
...
--HG--
extra : convert_revision : 55c10227eece4a02b593997eda3dedef39af7beb
2011-08-21 20:18:18 -07:00
William Maddox
c6add17d55
Bug 673214 - nanojit.h should probably include njcpudetect.h [stejohns@adobe.com] (r=nnethercote)
...
--HG--
extra : convert_revision : fc5941cc395ec47ca06c022fd7cdb44d9130eaf8
2011-08-17 15:41:30 -07:00
William Maddox
9d22df3ccc
Bug 679454 - Correctly handle cross-segment jumps on MIPS [chris@mips.com] (r=wmaddox)
...
--HG--
extra : convert_revision : bed1948bd2e72c4d77016289242645a50277483d
2011-08-17 14:29:08 -07:00
Edwin Smith
b218bf59e8
Bug 679397 - X64 branch patch code seems to be wrong for jmp 64bit, but is actually fine: comment needed. (r=edwsmith)
...
--HG--
extra : convert_revision : f8df3cfd88b628f5488f3b6734543e3f7ff6f968
2011-08-17 16:11:36 -04:00
Chris Dearman
d28dafaadd
Comment Bug 602389 - nanojit: make Register a non-numeric type on MIPS. r=nnethercote.
...
--HG--
extra : convert_revision : 8363264654d5e1cc9c552764e476476b634fabd9
2011-07-24 19:55:58 -07:00
Mike Hommey
29418bc8c7
Bug 670323 - Fixes for nanojit on ARMv4T. r=jbramley
...
--HG--
extra : convert_revision : 6943e40c4f0a2f9b3c0551306ce89aa535579178
2011-07-09 09:56:27 +02:00
Steven Johnson
b8c7b7666f
Bug 672722 - [MIPS] Use unsigned comparison for LIR_leui (r=wmaddox)
...
--HG--
extra : convert_revision : aa21f56df4d21e27c3b7a9770dfb08f275388751
2011-07-20 17:03:45 -07:00
Jason Orendorff
d65806327e
Back out 305a3a0e26fd (bug 680428).
2011-08-23 15:36:48 -05:00
Jason Orendorff
b125904ede
Back out 62f8ca0717d6 (bug 658491).
2011-08-23 15:35:50 -05:00
Jason Orendorff
5642d69b3e
Back out d44b0dd28b0d (bug 673125 part 1).
2011-08-23 15:35:15 -05:00
Jason Orendorff
fd9350b4f7
Back out 7196b000f9df (bug 673125 part 2).
2011-08-23 15:34:59 -05:00
Jason Orendorff
b330fd09c3
Back out 331146c93ebe (bug 673125 part 3).
2011-08-23 15:34:31 -05:00
Jason Orendorff
14661b51b8
Back out 4a86c9387193 (bug 673125 part 4) due to red and orange.
2011-08-23 15:32:23 -05:00
Jim Blandy
e1033328ff
Bug 673125: Implement the Debugger.Frame.prototype.onStep accessor. r=jorendorff.
...
--HG--
extra : rebase_source : 54859ba90ebb5da227f6b4460acc6df1bba78107
2011-08-23 14:45:36 -05:00
Jim Blandy
4386f427ee
Bug 673125: Provide stack-allocated vectors of JSObject pointers. r=luke.
...
--HG--
extra : rebase_source : 95f862207b19c1923871135e21b8f0839270f24a
2011-08-23 14:45:21 -05:00
Jim Blandy
f695eb8158
Bug 673125: Have each JSScript maintain both a count and a flag indicating whether it should be in single-step mode. r=jorendorff.
...
The rationale is explained in the comments in jsscript.h.
--HG--
extra : rebase_source : 0d537b172ce70c049269b1f09380f0eeabec9c92
2011-08-23 14:44:22 -05:00
Jim Blandy
3ae77c8181
Bug 673125: Maintain a list of active js::Interrupt frames, their FrameRegs, and their interruptors. r=jorendorff.
...
The comment atop InterpreterFrames explains why this is needed, although it
is only used by later patches in the series.
--HG--
extra : rebase_source : 8cef90aea28f4fd71091a7bb6effcfcc7c8b5aa0
2011-08-23 14:44:03 -05:00
Brian Hackett
3bf81dfa04
Restore frame pointer at exception block entry before invoking any trap, bug 658491. r=jorendorff.
...
--HG--
rename : js/src/jit-test/tests/debug/onEnterFrame-05.js => js/src/jit-test/tests/debug/onEnterFrame-04.js
extra : rebase_source : 6790cf37ea7eec05e768940710a97b37f30a1ebf
2011-08-23 14:43:26 -05:00
Jason Orendorff
94202b9fc9
Bug 680428 - onEnterFrame does not work with tracejit. r=dvander.
...
--HG--
rename : js/src/jit-test/tests/debug/onEnterFrame-05.js => js/src/jit-test/tests/debug/onEnterFrame-04.js
extra : rebase_source : f3c4ff14ae6a95e7c891ea5aac2cfee8c2e28c68
2011-08-23 14:42:17 -05:00
Jacek Caban
14ae5d32d7
Bug 680872 - PolyIC.cpp fails to compile on mingw-w64 r=jorendorff
2011-08-23 17:36:04 +02:00
Mike Hommey
a7edef7876
Bug 680642 - Don't enable YARR JIT on MIPS, as the implementation is missing. r=dmandelin
2011-08-23 16:13:55 +02:00
Mike Hommey
d15e86aa9a
Bug 670719 - Only add -DENABLE_JIT=1 to CXXFLAGS if any of trace/method/yarr jit is enabled. r=dmandelin
2011-08-23 16:13:21 +02:00
Steve Fink
49acd36dd1
Bug 678954 - Add object files back into dtrace command line for Solaris dtrace support (r=khuey)
...
Also the current version of systemtap on Linux does not need those object files any more (older versions did), they are accepted without complaint.
--HG--
extra : rebase_source : 95171251f96b31b4dbc9064fc75ff3aeaac4bf87
2011-08-17 15:14:52 -07:00
Bill McCloskey
077a6e9492
Bug 679593 - Null out JSScript (r=dmandelin)
2011-08-22 14:33:32 -07:00
Ed Morley
819202d000
Backout e10579e136f1 (bug 680636) for breaking pymake builds
2011-08-22 22:26:00 +01:00
Gregory Szorc
0da575fa20
Bug 680636 - Execute nsinstall.py as Python module under PyMake; r=khuey
2011-08-22 19:32:51 +01:00
Mounir Lamouri
37c39384b7
Merging mozilla-central into mozilla-inbound.
2011-08-22 19:47:54 +02:00
Mounir Lamouri
973360f617
Merging mozilla-inbound into mozilla-central.
2011-08-22 19:46:18 +02:00
Gregory Szorc
6910b74f15
Bug 680534 - Clean up $(IDL_DIR) rule definition; r=khuey
2011-08-22 18:34:01 +01:00
Rafael Ávila de Espíndola
f29f438288
Bug 680711 - Remove the BUILD_MODULES variable. r=khuey
2011-08-22 13:10:15 -04:00
nospam.kotarou.dono@gmail.com
1e015144a5
Bug 672024 - Mingw build error: undefined reference to `WinMain@16\' in nsinstall_win.c r=khuey
2011-08-22 14:22:03 +02:00
Geoff Brown
80c7e00691
Bug 668351 - Add make targets to run xpcshell tests on Android; r=jmaher
2011-08-22 09:00:50 +01:00
Geoff Brown
fcf5c93a68
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Brad Lassey
1796eb4311
Bug 661282 - Follow up: Bring back the original handling for not specifying --appomni; f=gbrown r=bsmedberg
2011-08-22 09:00:34 +01:00
Sander van Veen
6048128013
Bug 673331 - Add identifying information to system compartments. r=mrbkap.
2011-08-21 16:02:24 -07:00
Ed Morley
486f037b40
Merge mozilla-central and mozilla-inbound
2011-08-21 19:14:08 +01:00
Rafael Ávila de Espíndola
2f0466fcce
Bug 680515 - Don't use MODULE_OPTIMIZE_FLAGS in js/src.
...
Using MODULE_OPTIMIZE_FLAGS overrides MOZ_OPTIMIZE_FLAGS and prevents
js/src/configure from sharing more logic with the toplevel configure.
2011-08-20 18:28:52 -04:00
Phil Ringnalda
daea0ddbb9
Back out ecef6506d094 (bug 680515) for busting opt OS X
2011-08-19 18:42:11 -07:00
Matt Brubeck
eb3dcefecf
Merge last green changeset from mozilla-central to mozilla-inbound
2011-08-19 16:26:25 -07:00
Rafael Ávila de Espíndola
89e4bc668b
Bug 680515 - Setting MOZ_OPTIMIZE_FLAGS in js/src/configure.in is not effective; r=khuey
2011-08-19 18:16:31 -04:00
David Flanagan
606e966abb
Bug 680228 - In Disassemble show associated catch for a try opcode. r=sphink
...
--HG--
extra : rebase_source : f2412f188c0bb7db7f5c4e9717938a9888c7c0ed
2011-08-19 22:46:32 +02:00
Benjamin Smedberg
36c5980729
Bug 679796 - Make js_DumpStackFrame traverse saved frame chains and use the topmost iterated frame, not cx->fp(), r=luke
2011-08-19 15:39:27 -04:00
arno renevier
2b869f9665
Bug 677864: fixes components members class description; r=mrbkap
2011-08-19 15:27:43 -04:00
Kyle Huey
1b4b04d3c1
Back out Bug 678867.
2011-08-19 15:17:34 -04:00
Kyle Huey
9b39b8c16f
Back out Bug 678867.
2011-08-19 15:17:19 -04:00
Kyle Huey
5871979406
Back out Bug 659311 which made it to m-c prematurely.
2011-08-19 13:16:24 -04:00
Kyle Huey
3f9c375175
Back out Bug 680515.
2011-08-22 11:08:48 -04:00
Kyle Huey
c4d3772287
Backed out changeset 53f198cfbf47 because Bug 680515 caused compiler flags to change undesirably.
2011-08-22 11:08:33 -04:00