gecko/js/src/nanojit
Nicholas Nethercote ef16f085cd Bug 575529 - TM: use interval analysis to remove more overflow checks. r=edwsmith,jseward.
--HG--
extra : convert_revision : 8f99b0ecb75811b021be0e91e20fd97c87c290ba
2010-09-20 20:33:29 -07:00
..
Allocator.cpp Backed out changeset 188cf7548d85 (bug 521881). 2009-10-12 17:59:40 -07:00
Allocator.h Backed out changeset 188cf7548d85 (bug 521881). 2009-10-12 17:59:40 -07:00
Assembler.cpp Bug 568486 - SH4 (a.k.a ST40) target support for NanoJIT (r+nnethercote,edwsmith,rreitmai) [Cedrick Vincent] 2010-08-31 10:06:13 -07:00
Assembler.h Add commentary to further explain usage of the x87 FPU stack (r=nnethercote+) 2010-08-24 18:17:45 -07:00
avmplus.cpp Bug 586262 - Get rid of blx_lr_bug. r=jbramley,edwsmith 2010-08-14 10:09:11 +02:00
avmplus.h Bug 562001 nanojit failed to compile on Solaris x86_64 r=gal 2010-04-28 17:36:04 +08:00
CodeAlloc.cpp Bug 568486 - SH4 (a.k.a ST40) target support for NanoJIT (r+nnethercote,edwsmith,rreitmai) [Cedrick Vincent] 2010-08-31 10:06:13 -07:00
CodeAlloc.h Backout the last NJ-to-TM merge (TM revisions b44daa2c0503 to b3167f8f9459, inclusive) because it caused lots of oranges. r=me. 2010-06-03 21:28:18 -07:00
Containers.cpp Bug 517530 - NJ merge: whitespace, equivalent code, PPC churn, r=dvander. 2009-09-18 13:31:09 -07:00
Containers.h Bug 560571 - Symbian RVCT 2.2 compiler requires explicit cast to (const void*) for &k (r=stejohns+) 2010-05-19 20:47:56 -04:00
Fragmento.cpp Reorganized the fragment class hierarchy (bug 524620, r=gal). 2009-11-05 15:04:54 -08:00
Fragmento.h Reorganized the fragment class hierarchy (bug 524620, r=gal). 2009-11-05 15:04:54 -08:00
LIR.cpp Bug 575529 - TM: use interval analysis to remove more overflow checks. r=edwsmith,jseward. 2010-09-20 20:33:29 -07:00
LIR.h Bug 575529 - TM: use interval analysis to remove more overflow checks. r=edwsmith,jseward. 2010-09-20 20:33:29 -07:00
LIRopcode.tbl Bug 595728 - nanojit: clarify semantics of shift operations. r=edwsmith. 2010-09-13 10:59:56 -07:00
manifest.mk Bug 568486 - SH4 (a.k.a ST40) target support for NanoJIT (r+nnethercote,edwsmith,rreitmai) [Cedrick Vincent] 2010-08-31 10:06:13 -07:00
nanojit.h Bug 575529 - TM: use interval analysis to remove more overflow checks. r=edwsmith,jseward. 2010-09-20 20:33:29 -07:00
Native.h Bug 568486 - SH4 (a.k.a ST40) target support for NanoJIT (r+nnethercote,edwsmith,rreitmai) [Cedrick Vincent] 2010-08-31 10:06:13 -07:00
NativeARM.cpp Fix long-range offsets on ARM. [Bug 596923] [r=nnethercote] 2010-09-20 07:58:53 +01:00
NativeARM.h Replace deprecated API usage in nanojit/NativeARM. [Bug 535709] [r=njn] 2010-09-06 09:28:10 +01:00
Nativei386.cpp Bug 590553 - asm_ui2d on x86 generates illegal writes below ESP, caught by valgrind (r=nnethercote) 2010-09-13 09:13:44 -04:00
Nativei386.h Bug 562152 - Remove typedef LInsp (r=nnethercote+) 2010-06-10 11:22:18 -04:00
NativeMIPS.cpp Bug 570214 - MIPS variable shift instructions corrupts registers (r=stejohns+) 2010-08-24 13:41:15 -07:00
NativeMIPS.h Bug 590212 - Use correct mask for j/jal instructions on MIPS (r=wmaddox+) 2010-09-08 17:37:02 -07:00
NativePPC.cpp Bug 587916 - Cleanup of X87 FP stack code (r=nnethercote+) 2010-08-24 11:44:17 -07:00
NativePPC.h Revert rename bustage in NativePPC.cpp (bug 560160 r=me) 2010-04-22 13:04:24 -04:00
NativeSH4.cpp Fix whitespace in NativeSH4.cpp 2010-09-13 09:29:56 -04:00
NativeSH4.h Bug 568486 - SH4 (a.k.a ST40) target support for NanoJIT (r+nnethercote,edwsmith,rreitmai) [Cedrick Vincent] 2010-08-31 10:06:13 -07:00
NativeSparc.cpp Bug 587916 - Cleanup of X87 FP stack code (r=nnethercote+) 2010-08-24 11:44:17 -07:00
NativeSparc.h Bug 585926 - check-math-partial-sums.js failed with JIT on SPARC. r=wmaddox 2010-08-17 16:02:46 +08:00
NativeX64.cpp Bug 586387 - Problem with Typed Float32 Arrays and canonicalizeNaNs() / LIR_cmovd. r=nnethercote,edwsmith. 2010-08-24 16:31:48 -07:00
NativeX64.h Bug 569819 - Fix nanojit compilation failure on mingw-w64. r=edwsmith 2010-07-28 13:44:01 +02:00
njconfig.cpp Bug 590785 - njconfig.i386_use_cmov is not initialized properly (r=njn,rreitmai) 2010-08-26 14:02:14 -07:00
njconfig.h Bug 552624 - ARMv4T support for nanojit. r=jbramley 2010-08-31 11:51:23 +02:00
njcpudetect.h Bug 552624 - ARMv4T support for nanojit. r=jbramley 2010-08-31 11:51:23 +02:00
RegAlloc.cpp Bug 584935 - Speed up register iteration loops by using BSF instruction (r=nnethercote+) 2010-08-19 16:04:19 -04:00
RegAlloc.h Bug 584935 - Speed up register iteration loops by using BSF instruction (r=nnethercote+) 2010-08-19 16:04:19 -04:00
VMPI.cpp Bustage fix for bug 545295. r=me. 2010-04-05 18:12:38 -07:00
VMPI.h Bustage fix for bug 545295. r=me. 2010-04-05 18:12:38 -07:00