Commit Graph

26339 Commits

Author SHA1 Message Date
Vladimir Vukicevic
005b46e678 b=484196; fix softfloat due to missing iu2fArg call; r=gal 2009-03-20 15:53:35 -07:00
Vladimir Vukicevic
d317d0075d b=480796; detect whether ARM chip has VFP and/or v6t2 instructions; r=gal 2009-03-20 15:53:33 -07:00
Vladimir Vukicevic
904d0dce27 Fix asm_quad to use existing load instructions; fix branch macros to use existing conditional branch macro 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
ffb503790f trace-tests: Add int overflow/underflow test 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
0034034e03 [arm] b=481761; use movw/movt when possible for loading 32-bit constants; r=graydon 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
b72889b918 [arm] b=481761; clean up load and store instructions; change move macro to follow covention; r=graydon 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
6ec71623d5 [arm] b=481761; rename MOV instructions to match ARM, not x86; r=graydon 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
7d6eca6372 [arm] b=481761; fix up asm_cmov; assert on non-qcmov; r=graydon 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
d0fa8fe9c9 [arm] b=481761; Finish up ALU op conversions; r=graydon 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
b992e5da9e [arm] b=481761; ARM ALU step 1; r=graydon 2009-03-20 15:53:14 -07:00
Vladimir Vukicevic
4afdab4e12 [arm] b=481761; Rename ccName -> condName, rename Scratch to IP; r=graydon 2009-03-20 15:53:14 -07:00
Jeff Walden
bb500538a7 Bug 483103 - Better fixes for getting the lengths of strings and String objects. r=brendan 2009-03-20 15:31:01 -07:00
Andreas Gal
2018b20826 Bump maxbranches to 32 (484341, r=dmandelin). 2009-03-20 14:24:23 -07:00
Igor Bukanov
05591c4681 bug 426827 - removing incorrect assert. r=mrbkap 2009-03-20 12:37:20 +01:00
Igor Bukanov
f0dbec109f 436700 - fixing backref assert. r=dmandelin 2009-03-20 12:30:40 +01:00
Bob Clary
92ea41fe3e bug 457065 - JavaScript Tests by Jesse Ruderman, Gary Kwong. 2009-03-19 21:47:12 -07:00
Bob Clary
c4f6fcf31b bug 471373 - JavaScript Test by Jesse Ruderman. 2009-03-19 21:47:11 -07:00
Bob Clary
09849dff79 bug 472528 - JavaScript Tests by Gary Kwong, Jesse Ruderman. 2009-03-19 21:47:11 -07:00
Bob Clary
da82e558b6 bug 472703 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:11 -07:00
Bob Clary
964696778d bug 471660 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:11 -07:00
Bob Clary
de82d134ee JavaScript Tests - sync cvs->hg browser.js, no bug. 2009-03-19 21:47:11 -07:00
Bob Clary
47ccbeff0d bug 469937 - JavaScript Test by Jesse Ruderman, merge cvs->hg. 2009-03-19 21:47:11 -07:00
Bob Clary
d8c9d7a3ec bug 476655 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:10 -07:00
Bob Clary
f610f0fb59 bug 477733 - JavaScript Test by Jesse Ruderman. 2009-03-19 21:47:10 -07:00
Bob Clary
fc6afb184b bug 479252 - JavaScript Test by Igor Bukanov. 2009-03-19 21:47:10 -07:00
Bob Clary
e7bf449cda bug 479381 - JavaScript Test by Jason Orendorff. 2009-03-19 21:47:10 -07:00
Bob Clary
bb2912232c bug 479430 - JavaScript Tests by Igor Bukanov. 2009-03-19 21:47:10 -07:00
Bob Clary
a18418a81a bug 479487 - JavaScript Test by Igor Bukanov. 2009-03-19 21:47:10 -07:00
Bob Clary
926fabe8b7 bug 479551 - JavaScript Test by Jeff Walden. 2009-03-19 21:47:09 -07:00
Bob Clary
a6436b781d bug 480096 - JavaScript Test by Peter Seliger. 2009-03-19 21:47:09 -07:00
Bob Clary
ec97849366 bug 480244 - JavaScript Test by Graydon Hoare. 2009-03-19 21:47:09 -07:00
Bob Clary
622f4ad063 bug 480579 - JavaScript Test by Jason Orendorff. 2009-03-19 21:47:09 -07:00
Bob Clary
4905075627 bug 481516 - JavaScript Test by Jason Orendorff. 2009-03-19 21:47:09 -07:00
Bob Clary
b9921e3e00 bug 483103 - JavaScript Test by Jesse Ruderman. 2009-03-19 21:47:09 -07:00
Bob Clary
a40a2f7a1e bug 483749 - JavaScript Test by Gary Kwong. 2009-03-19 21:47:09 -07:00
Bob Clary
caebc2648d bug 452498 - JavaScript regression tests for upvar2. 2009-03-19 21:47:08 -07:00
Bob Clary
be13455b0d bug 484321 - Sisysphus - JavaScript Tests - support timeout and crash exclusion patterns. 2009-03-19 21:47:08 -07:00
Ben Turner
4596b84af7 Bug 484319 - 'TM: Add logging mode for aborts only'. r=gal. 2009-03-19 20:39:18 -07:00
Jeff Walden
23b0894344 Bug 484291 - INS_CONSTPTR should not cast to void*; callers should do their own casting if they want to interpret numbers as pointers. r=gal 2009-03-19 16:58:23 -07:00
Ben Turner
270aed708f Fix further windows build bustage 2009-03-19 18:01:48 -07:00
Ben Turner
364e0e0d6a Fix for windows build bustage 2009-03-19 17:19:19 -07:00
Ben Turner
3b7ccb55b7 Bug 480187 - 'Make qsgen.py generate traceable natives'. r+sr=jst. 2009-03-19 15:16:59 -07:00
Jeff Walden
9e48c3b9a6 Bug 483956 - gcc 4.4 warnings about "may be undefined" operations. r=gal 2009-03-19 15:05:48 -07:00
mrbkap@gmail.com
c46b004611 Bug 484151 - Initializing non-int elements calls the wrong imacro. Also call the right builtin when setting and initializing non-int properties (r=brendan). 2009-03-19 09:41:58 -07:00
Andreas Gal
47b45e60e7 Always check operation callback on backwards branches (484035, r=brendan). 2009-03-19 01:07:31 -07:00
Andreas Gal
3b47fbb12c Don't crash on non-primitive array indexes (484120, r=jwalden). 2009-03-18 18:50:15 -07:00
andrew@ishiboo.com
05975388f8 jslock.h conflicts with AIX system header priv.h (484010, r=mrbkap). 2009-03-18 18:08:35 -07:00
Andreas Gal
b20ebf6bfe NEWINIT creates objects with wrong prototype (484104, r=mrbkap). 2009-03-18 18:06:29 -07:00
Brad Lassey
0eb00c2ca7 bug 453185 - follow up, fixes wince build bustage r=bsmedberg 2009-03-18 12:35:48 -04:00
Hiroyuki Ikezoe
bbb6687b44 Bug 480249 - gfxWindowsPlatform::ResolveFontName() almost fails since direct access to mName member.; r=jdaggett 2009-03-18 17:07:33 +01:00