gecko/js/src/nanojit
Edwin Smith c527a87132 Allow i386 JCC() instruction to emit patchable jumps (bug 557705 r=me, nnethercote=pending)
TR needs to support patching, the assert is too restrictive.
Support target == 0 with an explicit check instead of letting
it just work by accident.

--HG--
extra : convert_revision : 5f12e1da6b7f3b76116ccf2ffd878969e103f557
2010-04-13 11:42:42 -04:00
..
Allocator.cpp
Allocator.h
Assembler.cpp Bug 557991 - nanojit: remove dead code from CodeAlloc. r=edwsmith. 2010-04-08 18:33:21 -07:00
Assembler.h Bug 553518 - nanojit: avoid 'test r,r' where possible on i386. r=edwsmith. 2010-03-24 15:34:34 -07:00
avmplus.cpp Don't use DebugBreak() in NanoAssertFail(), it causes Tinderbox problems on Windows. No bug, r=me. 2010-03-15 16:23:30 +11:00
avmplus.h Bug 555338 - preprocessor define to tell when rdtsc is available. r=nnethercote. 2010-03-28 15:31:53 -07:00
CodeAlloc.cpp Bug 557991 - nanojit: remove dead code from CodeAlloc. r=edwsmith. 2010-04-08 18:33:21 -07:00
CodeAlloc.h Bug 557991 - nanojit: remove dead code from CodeAlloc. r=edwsmith. 2010-04-08 18:33:21 -07:00
Containers.cpp
Containers.h
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 Patch to clean up MSVC analysis warnings (bug 551690, r=edwsmith+ nnethercote+) 2010-04-05 11:25:55 -04:00
LIR.h Fix ARM bustage for bug 555633. r=me. 2010-03-31 15:14:28 -07:00
LIRopcode.tbl Bug 555633 - nanojit: rename opcodes in LIRopcode.tbl. r=edwsmith. 2010-03-31 15:07:50 -07:00
manifest.mk Bug 542133 - Add a real NJConfig struct to nanojit (r=edwsmith,r=nnethercote) 2010-02-15 17:56:41 -08:00
nanojit.h Bug 557706 - Allow LogControl printf method to be overridden (r=nnethercote,edwsmith) 2010-04-12 11:51:00 -07:00
Native.h Bug 542326 - nanojit: add NJ_SOFTFLOAT_SUPPORTED, and only compile in support for non-universal opcodes on platforms that use them. r=stejohns,edwsmith. 2010-02-12 12:30:16 +11:00
NativeARM.cpp Bug 541030 - nanojit: isconstq() should only succeed for 64-bit integer. r=rreitmai. 2010-03-28 16:49:42 -07:00
NativeARM.h Raise ARM and MIPS NJ_MAX_STACK_ENTRY to 4096 (bug 556175 r=Jacob.Bramley+) 2010-04-13 11:14:49 -04:00
Nativei386.cpp Allow i386 JCC() instruction to emit patchable jumps (bug 557705 r=me, nnethercote=pending) 2010-04-13 11:42:42 -04:00
Nativei386.h Bug 557705 - nanojit: clean up codegen of i386 jumps. r=edwsmith. 2010-04-06 20:09:32 -07:00
NativeMIPS.cpp Bug 541030 - nanojit: isconstq() should only succeed for 64-bit integer. r=rreitmai. 2010-03-28 16:49:42 -07:00
NativeMIPS.h Raise ARM and MIPS NJ_MAX_STACK_ENTRY to 4096 (bug 556175 r=Jacob.Bramley+) 2010-04-13 11:14:49 -04:00
NativePPC.cpp Implement LIR_stb on PPC32/64 (bug 558597 r=rreitmai+) 2010-04-12 21:27:19 -04:00
NativePPC.h Implement LIR_stb on PPC32/64 (bug 558597 r=rreitmai+) 2010-04-12 21:27:19 -04:00
NativeSparc.cpp Bug 541030 - nanojit: isconstq() should only succeed for 64-bit integer. r=rreitmai. 2010-03-28 16:49:42 -07:00
NativeSparc.h Bug 535705 - nanojit: finish regstate update fixes for i386. r=edwsmith. 2010-03-01 14:57:19 +11:00
NativeX64.cpp Bug 557483 - nanojit: convert i386 codegen macros to functions. r=edwsmith. 2010-04-06 15:55:43 -07:00
NativeX64.h Cleaned up trailing whitespace (r=me) 2010-03-24 20:41:39 -04:00
njconfig.cpp Temporarily disable an assertion; bug 547063 has details. r=me. 2010-02-19 08:41:14 +11:00
njconfig.h Cleaned up trailing whitespace (r=me) 2010-03-24 20:41:39 -04:00
njcpudetect.h Cleaned up trailing whitespace (r=me) 2010-03-24 20:41:39 -04:00
RegAlloc.cpp Bug 538924 - nanojit: rework reservations. r=edwsmith. 2010-01-25 10:39:36 +11:00
RegAlloc.h Bug 538924 - nanojit: rework reservations. r=edwsmith. 2010-01-25 10:39:36 +11: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