Use TARGET_OS_OSX macro for getting MAP_JIT flag dynamically.
Several fixes.
Use TARGET_OS_MAC macro in the executable allocator.
Fix MAP_JIT issues on Mac. Patch by Carlo Arenas.
Improve MAP_JIT falg usage on MacOS. Patch by Rich Siegel.
Executable allocator support added for newer Apply systems.
Typo fixes by Jason Hood.
Add test for fast-return + flag preservation. Patch by James Cowgill.
Change flag registers for MIPS.
Rework win32 stack touch on x86.
Add hw division and windows support to ARM-Thumb2.
Rework win32 stack touch on ARM-64.
Use GCC types on Windows when available. Patch by Martin Storsjo.
Use sp directly and rework function entry/exit on ARM-64. Based on patches by Martin Storsjo.
Support integer division on Thumb2-windows. Patch by Martin Storsjo.
Add cache flush support for Windows. Patch by Martin Storsjo.
Improve CPU detection on Windows platforms, thumb2 branch instruction fix and test case update. Patch by Martin Storsjo.
Rework sljit stack interface.
Support sljit_emit_fmem on PPC.
Add sljit_emit_fmem function and support it on ARM-64.
Remove immediate arg support for fast_return.
Remove immediate arg support for NOT, NEG, and CLZ.
Support sljit_emit_mem on ARM-32.
Support sljit_emit_mem on PPC.
Add sljit_emit_mem function and support it on ARM-64.
Remove MOVU on PPC.
Remove MOVU on arm-32, mips, and sparc.
Remove MOVU on ARM-64.
Remove MOVU on x86.
Support floating point arguments on MIPS-32.
Emit enter and set context also use the new argument type definitions.
Support floating point arguments on Win64 and MIPS-64.
Support argument passing on PPC64 and SPARC32.
Support four arguments on x86 architecture.
Support soft abi on ARM-32.
Support floating point arguments by more ABIs.
Start supporting floating point function call arguments. Only x86 supported by this patch.
PPC float store and other minor fixes.
Initialize cr_bit on PPC.
Cmov fix for ARM-32 and ARM-64.
Provide 13 registers on x86-64.
Rework and optimize sljit_emit_op_flags.
Support preload on MIPS and PPC.
Support preload on ARM.
Improve clarity of undefined results.
Small improvements.
Remove TMP3 register from x86-64.
Remove TMP_REG2 uses from x86-64.
Improve clz support on x86.
Improve cmov immedate on ARM-32 and PowerPC negate.
Remove zero flag support from CLZ.
Introduce sljit_has_cpu_feature.
PowerPC overflow fix.
Use cmp on ARM whenever it is possible.
Add generic cmov instruction.
More x86 fixes and a new stack test.
Improve stack allocation on x86.
Make sljit_free_unused_memory_exec public, PPC ...
Reverse the stack utility to top-down.
Add sljit_set_current_flags function.
Add two more virtual registers to x86/32, ARM-3...
Remove value caching on ARM-32.
Remove value caching on ARM-Thumb2.
Move with update rework.
Arm32 store fixes.
Update macros and remove copyright years.
Reworking flags, removing keep flags.
Quick fix for regexjit.
Improve protected executable allocator. Patch i...
Fully support dynamic code modifications again.
Support protected allocator on all architecture...
Rework protected allocator, only x86 linux is s...
Add protected executable allocator.
Remove SLJIT_MEMMOVE.
Fix unaligned accesses on x86. Patch by Marc Mutz.
Fix a racing condition reported by Mozilla.
Support Android ARM64 cacheflush. Patch by Tavi...
Update opcode dump.
Better type specification for integer operation...
Better type specification for long mul and divi...
Better type specification for floating point op...
Change d and s postfixes to f64 and f32.
Change b,h,i postifxes to 8,16,32.
Fix a wrong immediate number. Reported by Micha...
Make file patch by Michael McConville.
Landed changes created by Michael McConville.
Add support for cmov on x86.
Tile-Gx fixes by Walter Lee
Add WinCE support.
Add a tutorial for SLJIT. Contributed by Wen Xi...
Improve integer division.
Start reworking the integer division.
Add an overview for SLJIT.
Small optimizations for x86 and ARM64.
Fix ARM64 SP alignment.
Add a new sljit_set_compiler_memory_error funct...
Add missing argument on ARM32.
Minor fixes and NOINLINE support.
Support custom memory allocators.