gecko/js/src/nanojit
Edwin Smith 127df225b6 Whitespace hygene (r=me)
--HG--
extra : convert_revision : f5f333d75636ed9e4c7869bdcf6aaa69beb35a2e
2010-01-07 13:05:33 -05: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 Whitespace hygene (r=me) 2010-01-07 13:05:33 -05:00
Assembler.h Whitespace hygene (r=me) 2010-01-07 13:05:33 -05:00
avmplus.cpp Bug 531218 - NJ: Remove unused _getfp for solaris from nanojit. r=stejohns. 2009-11-30 09:24:10 +08:00
avmplus.h Add NJ_USES_QUAD_CONSTANTS mode (and i386 implementation) to allow for faster float constants on CPUs without useful 64-bit immediates. Instead of allocating stack space for the constants (and filling them in via move-immediates), allocate data space for them and embed literal pointers into the code stream. (r=edwsmith, r=nnethercote, bug=533546) 2010-01-05 15:28:40 -08:00
CodeAlloc.cpp Whitespace hygene (r=me) 2009-12-21 15:05:48 -05:00
CodeAlloc.h Bug 523505 - move icache flushing logic around, r=gal. 2009-10-21 16:26:52 -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 522834 - Minor merge bits from Tamarin, r=gal. 2009-10-16 18:01:54 -07: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 Whitespace hygene (r=me) 2010-01-07 13:05:33 -05:00
LIR.h Bug 503990 - nanojit: make isStmt() table-driven. r=rreitmai. 2010-01-05 10:46:34 +11:00
LIRopcode.tbl Bug 520714 - nanojit: distinguish 64-bit int and float loads/stores. r=gal,rreitmai. 2010-01-05 14:03:49 +11:00
manifest.mk Bug 525878 - The lirasm call1 test fails on ARM, r=graydon. 2009-11-02 10:32:02 -08:00
nanojit.h Whitespace hygene (r=me) 2009-12-21 15:05:48 -05:00
Native.h Add NJ_USES_QUAD_CONSTANTS mode (and i386 implementation) to allow for faster float constants on CPUs without useful 64-bit immediates. Instead of allocating stack space for the constants (and filling them in via move-immediates), allocate data space for them and embed literal pointers into the code stream. (r=edwsmith, r=nnethercote, bug=533546) 2010-01-05 15:28:40 -08:00
NativeARM.cpp Bug 520714 - nanojit: distinguish 64-bit int and float loads/stores. r=gal,rreitmai. 2010-01-05 14:03:49 +11:00
NativeARM.h Whitespace hygene (r=me) 2009-12-21 15:05:48 -05:00
Nativei386.cpp Whitespace hygene (r=me) 2010-01-07 13:05:33 -05:00
Nativei386.h Add NJ_USES_QUAD_CONSTANTS mode (and i386 implementation) to allow for faster float constants on CPUs without useful 64-bit immediates. Instead of allocating stack space for the constants (and filling them in via move-immediates), allocate data space for them and embed literal pointers into the code stream. (r=edwsmith, r=nnethercote, bug=533546) 2010-01-05 15:28:40 -08:00
NativePPC.cpp Bug 520714 - nanojit: distinguish 64-bit int and float loads/stores. r=gal,rreitmai. 2010-01-05 14:03:49 +11:00
NativePPC.h crank NJ_MAX_STACK_ENTRY back down to 4096 for x86,x64,ppc: 16384 is too high for safety under Win32's default stack space setting 2009-12-21 16:10:49 -08:00
NativeSparc.cpp Bug 520714 - nanojit: distinguish 64-bit int and float loads/stores. r=gal,rreitmai. 2010-01-05 14:03:49 +11:00
NativeSparc.h Bug 527178 - NJ: all our efforts at handling valid displacements are defeated (take 2a). r=graydon,gal. 2009-12-18 08:24:39 +11:00
NativeX64.cpp Bug 520714 - nanojit: distinguish 64-bit int and float loads/stores. r=gal,rreitmai. 2010-01-05 14:03:49 +11:00
NativeX64.h Bug 536326 - nanojit: fix X64 asm printing problems. r=dvander. 2009-12-24 11:35:30 +11:00
RegAlloc.cpp Encapsulate AR structure (r=nnethercote,bug=473769) 2009-12-21 10:51:57 -08:00
RegAlloc.h Whitespace hygene (r=me) 2009-12-21 15:05:48 -05:00
VMPI.cpp Bug 531218 - NJ: Remove unused _getfp for solaris from nanojit. r=stejohns. 2009-11-30 09:24:10 +08:00
VMPI.h Whitespace hygene (r=me) 2009-12-21 15:05:48 -05:00