Igor Bukanov
|
ce244f8dac
|
bug 543839 - followup to skip the test if evalcx is not available. This should fix jsreftest orange
|
2010-02-05 19:14:08 +03:00 |
|
Robert Sayre
|
8fe9c66c7f
|
Merge.
|
2010-02-05 10:54:18 -05:00 |
|
Robert Sayre
|
29798de341
|
Merge mozilla-central to tracemonkey.
|
2010-02-05 10:53:48 -05:00 |
|
Igor Bukanov
|
75a3004377
|
bug 543839 - js_NonEmptyObject must lock the object. r=jorendorf
|
2010-02-05 10:41:54 +03:00 |
|
Vladimir Vukicevic
|
7a0ca93c3b
|
add missing js1_8_5 to Makefile.in; r=orange
|
2010-02-04 18:36:39 -08:00 |
|
Nicholas Nethercote
|
ccbdfa7a38
|
541491 - ARM_ARCH, ARM_VFP, and ARM_THUMB2 should be runtime options everywhere (TM-specific part). code=stejohns, r=nnethercote.
|
2010-02-05 12:40:04 +11:00 |
|
Nicholas Nethercote
|
ca8aedb65e
|
merge
|
2010-02-05 11:56:33 +11:00 |
|
Nicholas Nethercote
|
90d8abf497
|
Update nanojit-import-rev stamp.
|
2010-02-05 11:44:31 +11:00 |
|
Vladimir Vukicevic
|
b363012434
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 2, tracing; r=gal
|
2010-02-04 16:36:33 -08:00 |
|
Vladimir Vukicevic
|
df2ba5c148
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 1; r=jorendorff
|
2010-02-04 16:33:40 -08:00 |
|
Vladimir Vukicevic
|
4c567b99e0
|
no bug; tests/js1_8_5 is not listed in tests/jstests.list; r=dmandelin
|
2010-02-04 15:49:30 -08:00 |
|
Vladimir Vukicevic
|
c33756956c
|
b=542402; add FLOAT64 to typed arrays; r=jorendorff
|
2010-02-04 15:31:40 -08:00 |
|
David Mandelin
|
7696840b5d
|
Bug 544128: windows compatibility for shell JSTest harness, r=dvander
|
2010-02-04 14:41:50 -08:00 |
|
David Mandelin
|
61112f8395
|
No bug: fix visibility warnings in GCC, no_r=me
|
2010-02-04 11:29:53 -08:00 |
|
Walter Meinl
|
f2a4f4176b
|
Bug 536451 - OS/2 cannot handle mozsqlite3.dll. r=ted
--HG--
extra : rebase_source : c1a6deb7130b1142ca58dad88a34ecdcda75a378
|
2010-02-04 15:51:02 +01:00 |
|
Nicholas Nethercote
|
3258b3f519
|
Bug 543384 - Multi-line assertion that makes jsfunfuzz sad. r=jruderman.
--HG--
extra : convert_revision : 42624af8095495e387d20c7e474dcc602694b300
|
2010-02-04 10:26:47 +11:00 |
|
Nicholas Nethercote
|
070c1a17f4
|
No bug. Add missing case in switch to fix compiler warning. r=me.
--HG--
extra : convert_revision : f8bd54f28d02464ff69422477e9139dfaa0d85ae
|
2010-02-04 10:22:41 +11:00 |
|
Boris Zbarsky
|
870b21a0c8
|
Bug 538663. Allow traceable natives with up to 8 arguments, and use that in quickstubs as we can. r=jorendorff
|
2010-02-03 16:14:14 -05:00 |
|
Steven Johnson
|
cd405704e7
|
Bug 543803 - Fix unused-variable warnings in Release ARM builds (r=rreitmai)
--HG--
extra : convert_revision : de2889d43d17c9ccc659c509dcb0c1749111d336
|
2010-02-02 12:37:59 -08:00 |
|
Jeff Walden
|
7e68c64269
|
Bug 543097 - Precompute the prototype when evaluating function expressions and regular expression literals on trace, rather than (slowly) looking it up every time. r=jorendorff
--HG--
extra : rebase_source : d023ded17937248bdfb23705e7477918b111746f
|
2010-02-01 17:20:37 -08:00 |
|
Jeff Walden
|
82210191cf
|
Backed out changeset bc8bb2def82d, something's weird with this and we try to generate 9-argument traceable natives (maxargs is 8).
|
2010-02-03 17:10:23 -08:00 |
|
Boris Zbarsky
|
ede71f67a6
|
Bug 538663. Allow traceable natives with up to 8 arguments, and use that in quickstubs as we can. r=jorendorff
|
2010-02-03 16:14:14 -05:00 |
|
Ginn Chen
|
08a84668b4
|
Bug 537076 - jslock.cpp failed to compile with Sun Studio 12u1 on Solaris. r=jorendorff.
--HG--
extra : rebase_source : dff24a27c0d1464e18d2abeb72a400360db3267d
|
2010-02-03 11:02:07 -06:00 |
|
Igor Bukanov
|
f74b35769d
|
bug 538463 - caching only single-threaded objects. r=jorendorff
|
2010-02-03 13:42:07 +03:00 |
|
Igor Bukanov
|
008691b6f9
|
Backed out changeset b9700adc3951 - the landing for the bug 538463 had wrong changes
|
2010-02-03 13:37:56 +03:00 |
|
Igor Bukanov
|
7aafadcc76
|
bug 538463 - caching only single-threaded objects. r=jorendorff
|
2010-02-03 12:46:10 +03:00 |
|
Jason Orendorff
|
fe72db3caa
|
Bug 543565 - Assertion failure: fp->slots + fp->script->nfixed + js_ReconstructStackDepth(cx, fp->script, fp->regs->pc) == fp->regs->sp | Assertion failure: pcdepth + ndefs <= StackDepth(script) due to bug handling JSOP_POP after JSOP_UNBRAND. r=brendan.
|
2010-02-02 18:20:24 -06:00 |
|
Rick Reitmaier
|
140845622b
|
Bug 504202 - MIPS target support (r+graydon,rreitmai) [chris.dearman]
MIPS target support added courtesy of Chris Dearman.
--HG--
extra : convert_revision : 45136ae8db067291bb4b6595f6c4319675012cc5
|
2010-02-01 10:22:30 -08:00 |
|
Rick Reitmaier
|
692af9f981
|
Bug 508266 - nanojit X64 backend doesn't handle 64bit jumps (r+nnethercote,edwsmith)
--HG--
extra : convert_revision : 84a0590762f5a804b905378b74414294ed22cbe6
|
2010-01-28 15:25:07 -08:00 |
|
Steven Johnson
|
d3917616cd
|
Update comment about Thumb-2 usage to be grammatically correct, per nnethercote's suggestion.
--HG--
extra : convert_revision : 4520d720b2e3681edfeba915cd7d359231f24de8
|
2010-01-28 13:57:08 -08:00 |
|
Steven Johnson
|
66b97ac0b3
|
remove arm_thumb and arm_thumb2 flags (r=rreitmai,r=nnethercote,bug=541491)
--HG--
extra : convert_revision : b9b31e60f28eb87842aae9325944c1d03ca1b2a7
|
2010-01-28 13:37:40 -08:00 |
|
Jeff Walden
|
906c23f6c5
|
Bug 540985 - Regression in Peacekeeper string benchmarks due to regexp literals no longer tracing. A prototype of this patch was by bz. r=igor
|
2010-01-26 18:41:30 -08:00 |
|
Brendan Eich
|
7be53aed44
|
Add jstests.list entry for regress-541455.js.
|
2010-02-02 11:11:07 -08:00 |
|
Brendan Eich
|
afa77ac32c
|
Add test for 541455.
|
2010-02-02 11:10:19 -08:00 |
|
Brendan Eich
|
c42c170a64
|
Cleanup pass on bug 543119 (r=vlad).
|
2010-02-01 15:50:30 -08:00 |
|
Luke Wagner
|
7714144859
|
Bug 535656 - remove JSStackFrame::dormantNext and varobj (r=waldo)
|
2010-01-29 18:25:16 -08:00 |
|
Vladimir Vukicevic
|
ac27cfa766
|
b=543119; typed array tracing should be more const than it is; r=gal
|
2010-01-29 23:03:59 -08:00 |
|
Robert Sayre
|
c7ce498f03
|
Merge mozilla-central to tracemonkey.
|
2010-01-29 09:51:21 -08:00 |
|
Nicholas Nethercote
|
247420b724
|
Bug 540368 - nanojit: split LIR_qlo, LIR_live and LIR_ret into two opcodes each to faciliate LIR type-checking (TM-specific part). r=dvander.
|
2010-01-28 09:43:36 +11:00 |
|
Nicholas Nethercote
|
6478f53e9b
|
Bug 541491 - ARM_ARCH, ARM_VFP, and ARM_THUMB2 should be runtime options everywhere (TM-specific part). code=stejohns, r=nnethercote.
|
2010-01-28 09:41:07 +11:00 |
|
Nicholas Nethercote
|
832be7e522
|
Update nanojit-import-rev stamp.
|
2010-01-28 09:38:06 +11:00 |
|
Julian Seward
|
c0ca91a9e9
|
Bug 536153 - NativeARM.cpp: Incorrect use ALUr_shi to generate compare insns. r=Jacob.Bramley.
--HG--
extra : convert_revision : f4ece4c13545709edbd5b8f856ec39f155223892
|
2010-01-28 09:31:38 +11:00 |
|
Nicholas Nethercote
|
b61775ba66
|
Bug 540368 - nanojit: split LIR_qlo, LIR_live and LIR_ret into two opcodes each to faciliate LIR type-checking (NJ-specific part). r=edwsmith.
--HG--
extra : convert_revision : 54cf6d39a21dc1e209d3e0e48bb6c2b61ab5f909
|
2010-01-28 08:45:29 +11:00 |
|
Edwin Smith
|
1cd47593e7
|
Fix unused local variable warning in NativePPC.cpp (r=me)
--HG--
extra : convert_revision : e58ebcf59d3eb1a75a4ad41df32db2794732284b
|
2010-01-27 10:17:19 -05:00 |
|
Steven Johnson
|
cc53ad5c4e
|
Bug 541491 - ARM_ARCH, ARM_VFP, and ARM_THUMB2 should be runtime options everywhere (r=rreitmai,nnethercote)
--HG--
extra : convert_revision : 90cd176398da34d02665e189e6311b72e8d3657d
|
2010-01-26 10:37:38 -08:00 |
|
Luke Wagner
|
89799b298a
|
Bug 541456 - change ConvertSupportsTojsvals not to use js_AllocStack (r=jst)
|
2010-01-25 08:48:07 -08:00 |
|
Igor Bukanov
|
836b8a84eb
|
bug 540805 - using reference counting only for empty scopes. r=jorendorff
|
2010-01-27 09:50:17 +03:00 |
|
Vladimir Vukicevic
|
10bddbda2d
|
b=542395; really enable typed array tracing and support JSOP_LENGTH; r=gal
|
2010-01-26 21:45:11 -08:00 |
|
Jeff Walden
|
de3dc07e82
|
Rearrange jsbuiltins.h's list of traceable natives by file. No bug, r=sparky
|
2010-01-26 18:20:04 -08:00 |
|
Igor Bukanov
|
7227718637
|
bug 541790 - do not purge again if the GC restarts. r=jorendorf
|
2010-01-26 22:27:09 +03:00 |
|