gecko/js/src/nanojit
Nicholas Nethercote ec0be2faaa Bug 638627 - Properly handle failures to patch guards due to non-32-bit offsets (NJ-specific part). r=dvander.
--HG--
extra : convert_revision : b3948560bcbc91ed1e7416d2f9ad495e1c8daca1
2011-03-10 16:16:42 -08:00
..
Allocator.cpp Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (NJ-specific part). r=edwsmith. 2011-01-18 14:58:34 -08:00
Allocator.h Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (NJ-specific part). r=edwsmith. 2011-01-18 14:58:34 -08:00
Assembler.cpp nanojit: remove LIR_xtbl. r=edwsmith. 2011-03-03 14:20:55 -08:00
Assembler.h nanojit: remove LIR_xtbl. r=edwsmith. 2011-03-03 14:20:55 -08:00
avmplus.cpp Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
avmplus.h Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
CodeAlloc.cpp Bug 620291 - useless assert of free_block [@ CodeAlloc::free]. r=gal,edwsmith. 2011-03-02 21:09:15 -08:00
CodeAlloc.h Bug 614126 - Decouple CodeAlloc block size from allocation size (r+edwsmith,nnethercote) 2011-01-05 10:55:31 -08:00
Containers.cpp
Containers.h Bug 601539 - nanojit: fix bogus generation of suffix names in LIR dumps. r=rreitmai. 2010-10-04 15:40:32 -07:00
Fragmento.cpp
Fragmento.h
LIR.cpp nanojit: remove LIR_xtbl. r=edwsmith. 2011-03-03 14:20:55 -08:00
LIR.h nanojit: remove LIR_xtbl. r=edwsmith. 2011-03-03 14:20:55 -08:00
LIRopcode.tbl nanojit: remove LIR_xtbl. r=edwsmith. 2011-03-03 14:20:55 -08: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 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
Native.h nanojit: remove LIR_xtbl. r=edwsmith. 2011-03-03 14:20:55 -08:00
NativeARM.cpp Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
NativeARM.h Whitespace cleanup and comment out unused parameter 2010-11-01 16:20:22 -07:00
NativeCommon.h Bug 602387 - nanojit: make Register a non-numeric type on PPC (r=nnethercote+) 2010-11-02 15:43:39 -04:00
Nativei386.cpp Bug 639418 - nanojit: add OPCODE and IMM8 to i386 backend. r=rreitmai. 2011-03-07 16:03:09 -08:00
Nativei386.h Bug 639418 - nanojit: add OPCODE and IMM8 to i386 backend. r=rreitmai. 2011-03-07 16:03:09 -08:00
NativeMIPS.cpp Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
NativeMIPS.h Whitespace cleanup and comment out unused parameter 2010-11-01 16:20:22 -07:00
NativePPC.cpp Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
NativePPC.h Bug 602387 - nanojit: make Register a non-numeric type on PPC (r=nnethercote+) 2010-11-02 15:43:39 -04:00
NativeSH4-auto-generated.h Bug 638402 - Improve the performance of the code emitted by NanoJIT/SH4 (r=rreitmai) 2011-03-03 03:54:00 -08:00
NativeSH4.cpp Bug 638402 - Improve the performance of the code emitted by NanoJIT/SH4 (r=rreitmai) 2011-03-03 03:54:00 -08:00
NativeSH4.h Bug 638402 - Improve the performance of the code emitted by NanoJIT/SH4 (r=rreitmai) 2011-03-03 03:54:00 -08:00
NativeSparc.cpp Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
NativeSparc.h Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08:00
NativeX64.cpp Bug 638627 - Properly handle failures to patch guards due to non-32-bit offsets (NJ-specific part). r=dvander. 2011-03-10 16:16:42 -08:00
NativeX64.h Bug 580515 - TM: LIR_cmovd mishandled with X86_FORCE_SSE2=no. r=edwsmith. 2010-12-01 14:23:44 -08:00
njconfig.cpp Bug 547063 - nanojit: reinstate NJ_COMPILER_ARM_ARCH static assertion in njconfig.cpp. r=rreitmai. 2011-03-07 15:54:10 -08:00
njconfig.h Bug 617244 - nanojit: remove AvmCore (NJ-specific part). r=edwsmith. 2011-03-02 19:39:08 -08: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 599251 - nanojit: make Register a non-numeric type. r=edwsmith. 2010-10-06 15:30:56 -07:00
VMPI.cpp
VMPI.h