gecko/js/src/nanojit
2008-09-05 17:19:31 -07:00
..
Assembler.cpp Add VFP for floating point ops to nanojit ARM backend. 2008-09-02 22:29:23 -07:00
Assembler.h Updated nanojit for the AMD64 patch. 2008-08-18 12:32:14 -07:00
avmplus.cpp Turn NANO_DIE macro into NanoAssertFail function so that it shows up in stack traces. Having it appear in stack traces makes it clear the exit was due to an assertion failure rather than a real crash. Followup to bug 452674. 2008-08-28 19:07:49 -07:00
avmplus.h Make TraceMonkey build on Solaris x86 with Sun Studio 12 (bug 452588, r=danderson). 2008-09-05 16:56:03 -07:00
Fragmento.cpp Use mmap() instead of valloc() in nanojit, abort on mprotect() failure (bug 451946, patch+r from Asko Tontti). 2008-09-02 10:15:26 -07:00
Fragmento.h Use mmap() instead of valloc() in nanojit, abort on mprotect() failure (bug 451946, patch+r from Asko Tontti). 2008-09-02 10:15:26 -07:00
LIR.cpp Fixed a verbosity mode memory leak in LirNameMap::addName (bug 453895, r=sayrer). 2008-09-05 16:05:13 -07:00
LIR.h Make TraceMonkey build on Solaris x86 with Sun Studio 12 (bug 452588, r=danderson). 2008-09-05 16:56:03 -07:00
nanojit.h Fixed nanojit not building on VC 7.1 (bug 453636, r=dvander). 2008-09-04 10:29:50 -07:00
Native.h Sync with tamarin-tracing/nanojit tip. 2008-07-31 13:28:12 -07:00
NativeAMD64.h Fixed verbose printing typo on AMD64. 2008-09-04 19:39:18 -07:00
NativeARM.cpp [arm] Don't load arg into a register in asm_pusharg if it's not in one already. 2008-09-05 17:19:31 -07:00
NativeARM.h [arm] speed up store64 with constant value; also use xor for imm0 loads into a gp reg 2008-09-05 17:17:25 -07:00
Nativei386.cpp Make TraceMonkey build on Solaris x86 with Sun Studio 12 (bug 452588, r=danderson). 2008-09-05 16:56:03 -07:00
Nativei386.h Sync with tamarin-tracing/nanojit tip. 2008-07-31 13:28:12 -07:00
NativeThumb.cpp Split NativeThumb.cpp into NativeThumb.cpp and NativeARM.cpp; no code changes. 2008-09-02 22:29:23 -07:00
NativeThumb.h Synced nanojit with TT tip. 2008-07-16 14:21:31 -07:00
RegAlloc.cpp Sync with TT-tip. 2008-06-30 15:33:41 -07:00
RegAlloc.h Add VFP for floating point ops to nanojit ARM backend. 2008-09-02 22:29:23 -07:00
TraceTreeDrawer.cpp Sync with tamarin-tracing/nanojit tip. 2008-07-31 13:28:12 -07:00
TraceTreeDrawer.h Sync with tamarin-tracing/nanojit tip. 2008-07-31 13:28:12 -07:00
vm_fops.h - Add String match and three replace overloadings, and allow known native matching to continue in search of exact match (not best, and not abort on first mismatch). 2008-08-12 18:52:28 -07:00