2017-01-16 |
Zoltan Herczeg | Move with update rework.
|
commit | commitdiff | tree |
2017-01-13 |
Zoltan Herczeg | Arm32 store fixes.
|
commit | commitdiff | tree |
2017-01-13 |
Zoltan Herczeg | Update macros and remove copyright years.
|
commit | commitdiff | tree |
2017-01-12 |
Zoltan Herczeg | Reworking flags, removing keep flags.
|
commit | commitdiff | tree |
2017-01-12 |
Zoltan Herczeg | Quick fix for regexjit.
|
commit | commitdiff | tree |
2017-01-12 |
Zoltan Herczeg | Improve protected executable allocator. Patch insipred...
|
commit | commitdiff | tree |
2017-01-04 |
Zoltan Herczeg | Fully support dynamic code modifications again.
|
commit | commitdiff | tree |
2017-01-04 |
Zoltan Herczeg | Support protected allocator on all architectures except...
|
commit | commitdiff | tree |
2017-01-02 |
Zoltan Herczeg | Rework protected allocator, only x86 linux is supported...
|
commit | commitdiff | tree |
2016-12-09 |
Zoltan Herczeg | Add protected executable allocator.
|
commit | commitdiff | tree |
2016-07-17 |
Zoltan Herczeg | Remove SLJIT_MEMMOVE.
|
commit | commitdiff | tree |
2016-07-15 |
Zoltan Herczeg | Fix unaligned accesses on x86. Patch by Marc Mutz.
|
commit | commitdiff | tree |
2016-05-19 |
Zoltan Herczeg | Fix a racing condition reported by Mozilla.
|
commit | commitdiff | tree |
2016-04-06 |
Zoltan Herczeg | Support Android ARM64 cacheflush. Patch by Tavian Barnes.
|
commit | commitdiff | tree |
2016-03-02 |
Zoltan Herczeg | Update opcode dump.
|
commit | commitdiff | tree |
2016-03-01 |
Zoltan Herczeg | Better type specification for integer operations and...
|
commit | commitdiff | tree |
2016-02-29 |
Zoltan Herczeg | Better type specification for long mul and divide operators.
|
commit | commitdiff | tree |
2016-02-29 |
Zoltan Herczeg | Better type specification for floating point operations.
|
commit | commitdiff | tree |
2016-02-29 |
Zoltan Herczeg | Change d and s postfixes to f64 and f32.
|
commit | commitdiff | tree |
2016-02-29 |
Zoltan Herczeg | Change b,h,i postifxes to 8,16,32.
|
commit | commitdiff | tree |
2016-02-03 |
Zoltan Herczeg | Fix a wrong immediate number. Reported by Michael McConville.
|
commit | commitdiff | tree |
2015-12-11 |
Zoltan Herczeg | Make file patch by Michael McConville.
|
commit | commitdiff | tree |
2015-12-04 |
Zoltan Herczeg | Landed changes created by Michael McConville.
|
commit | commitdiff | tree |
2015-08-30 |
Zoltan Herczeg | Add support for cmov on x86.
|
commit | commitdiff | tree |
2015-07-31 |
Zoltan Herczeg | Tile-Gx fixes by Walter Lee
|
commit | commitdiff | tree |
2015-07-05 |
Zoltan Herczeg | Add WinCE support.
|
commit | commitdiff | tree |
2015-05-22 |
Zoltan Herczeg | Add a tutorial for SLJIT. Contributed by Wen Xichang.
|
commit | commitdiff | tree |
2015-05-22 |
Zoltan Herczeg | Improve integer division.
|
commit | commitdiff | tree |
2015-05-20 |
Zoltan Herczeg | Start reworking the integer division.
|
commit | commitdiff | tree |
2015-05-18 |
Zoltan Herczeg | Add an overview for SLJIT.
|
commit | commitdiff | tree |
2015-04-24 |
Zoltan Herczeg | Small optimizations for x86 and ARM64.
|
commit | commitdiff | tree |
2015-04-24 |
Zoltan Herczeg | Fix ARM64 SP alignment.
|
commit | commitdiff | tree |
2015-03-05 |
Zoltan Herczeg | Add a new sljit_set_compiler_memory_error function.
|
commit | commitdiff | tree |
2015-02-24 |
Zoltan Herczeg | Add missing argument on ARM32.
|
commit | commitdiff | tree |
2014-11-09 |
Zoltan Herczeg | Minor fixes and NOINLINE support.
|
commit | commitdiff | tree |
2014-09-30 |
Zoltan Herczeg | Support custom memory allocators.
|
commit | commitdiff | tree |
2014-09-25 |
Zoltan Herczeg | Add SLJIT_DOUBLE_ALIGNMENT support and emit_op_custom...
|
commit | commitdiff | tree |
2014-09-24 |
Zoltan Herczeg | Add suport for SLJIT_ARGUMENT_CHECKS on all architectures.
|
commit | commitdiff | tree |
2014-09-23 |
Zoltan Herczeg | Add SLJIT_ARGUMENT_CHECKS compiler option and lots...
|
commit | commitdiff | tree |
2014-09-20 |
Zoltan Herczeg | Support the new naming on PPC and MIPS.
|
commit | commitdiff | tree |
2014-09-20 |
Zoltan Herczeg | Support the new naming on ARM and SPARC.
|
commit | commitdiff | tree |
2014-09-20 |
Zoltan Herczeg | Move the type letter to the beggining of the floating...
|
commit | commitdiff | tree |
2014-09-19 |
Zoltan Herczeg | Add i_ s_ d_ froms to compare types.
|
commit | commitdiff | tree |
2014-09-17 |
Zoltan Herczeg | Fix an incorrect form of mul on x86-64.
|
commit | commitdiff | tree |
2014-08-22 |
Zoltan Herczeg | Refactoring sljitConfigInternal.h header.
|
commit | commitdiff | tree |
2014-08-19 |
Zoltan Herczeg | Remove variable locals offset.
|
commit | commitdiff | tree |
2014-08-12 |
Zoltan Herczeg | Test skips are not reported if verbose is disabled.
|
commit | commitdiff | tree |
2014-08-11 |
Zoltan Herczeg | Add options to sljit_emit_enter and sljit_set_context.
|
commit | commitdiff | tree |
2014-07-21 |
Zoltan Herczeg | Reindexing opX opcodes.
|
commit | commitdiff | tree |
2014-07-09 |
Zoltan Herczeg | Some comments are fixed and minor refactors were done.
|
commit | commitdiff | tree |
2014-07-07 |
Zoltan Herczeg | Minor optimizations.
|
commit | commitdiff | tree |
2014-07-05 |
Zoltan Herczeg | Extend the register set on ARM.
|
commit | commitdiff | tree |
2014-07-04 |
Zoltan Herczeg | Extend the register set on PPC, MIPS, SPARC.
|
commit | commitdiff | tree |
2014-07-04 |
Zoltan Herczeg | Allow remapping of any registers: not just scratch...
|
commit | commitdiff | tree |
2014-07-04 |
Zoltan Herczeg | Renaming floating point registers to support more of...
|
commit | commitdiff | tree |
2014-07-03 |
Zoltan Herczeg | Extend the register set on x86.
|
commit | commitdiff | tree |
2014-07-02 |
Zoltan Herczeg | Renaming integer registers for preparing the support...
|
commit | commitdiff | tree |
2014-06-15 |
Zoltan Herczeg | Refactor a macro to work when debug is disabled.
|
commit | commitdiff | tree |
2014-06-14 |
Zoltan Herczeg | Introduce architecture macros without 32/64 bit postfix.
|
commit | commitdiff | tree |
2014-06-08 |
Zoltan Herczeg | The floating point conversion operators are finished...
|
commit | commitdiff | tree |
2014-06-03 |
Zoltan Herczeg | FPU operations support locals access now. CONW is supported...
|
commit | commitdiff | tree |
2014-06-01 |
Zoltan Herczeg | Continue code refactoring, MOVS/MOVD are optimized...
|
commit | commitdiff | tree |
2014-05-31 |
Zoltan Herczeg | SPARC implementation of floating point operators.
|
commit | commitdiff | tree |
2014-05-30 |
Zoltan Herczeg | Small refactorings.
|
commit | commitdiff | tree |
2014-05-29 |
Zoltan Herczeg | MIPS implementation of floating point conversion operators.
|
commit | commitdiff | tree |
2014-05-28 |
Zoltan Herczeg | ARM implementation of floating point operators.
|
commit | commitdiff | tree |
2014-05-27 |
Zoltan Herczeg | x86 implementation of floating point conversion operators.
|
commit | commitdiff | tree |
2014-05-26 |
Zoltan Herczeg | Refactoring sljit_emit_fop1 opcodes, inserting placeholders...
|
commit | commitdiff | tree |
2014-03-26 |
Zoltan Herczeg | Add missing ADJUST_LOCAL_OFFSET for ARM64.
|
commit | commitdiff | tree |
2014-03-15 |
Zoltan Herczeg | Move incorrectly placed array definitions.
|
commit | commitdiff | tree |
2014-03-14 |
Zoltan Herczeg | More work on testing environment.
|
commit | commitdiff | tree |
2014-03-14 |
Zoltan Herczeg | Refactor test default output.
|
commit | commitdiff | tree |
2014-03-13 |
Zoltan Herczeg | Pass entry adress in r12 on PPC-LE.
|
commit | commitdiff | tree |
2014-03-07 |
Zoltan Herczeg | Optimize calls on MIPS-64.
|
commit | commitdiff | tree |
2014-03-06 |
Zoltan Herczeg | Several minor fixes.
|
commit | commitdiff | tree |
2014-03-05 |
Zoltan Herczeg | Add missing SLJIT_IS_FPU_AVAILABLE checks and reorder...
|
commit | commitdiff | tree |
2014-03-05 |
Zoltan Herczeg | Optimize jumps on ARM-64.
|
commit | commitdiff | tree |
2014-03-04 |
Zoltan Herczeg | Optimize jumps on PowerPC.
|
commit | commitdiff | tree |
2014-03-04 |
Zoltan Herczeg | MIPS64 support is mostly finished.
|
commit | commitdiff | tree |
2014-03-04 |
Zoltan Herczeg | MIPS arithmetic.
|
commit | commitdiff | tree |
2014-03-03 |
Zoltan Herczeg | Start working on MIPS64.
|
commit | commitdiff | tree |
2014-03-02 |
Zoltan Herczeg | Uniform names for TILE-Gx.
|
commit | commitdiff | tree |
2014-02-28 |
Zoltan Herczeg | Uniform the names of ARM compilers.
|
commit | commitdiff | tree |
2014-02-10 |
Zoltan Herczeg | Change ll to l on x86 and rename some instructions...
|
commit | commitdiff | tree |
2014-01-29 |
Zoltan Herczeg | Improved memory access in PPC and reordering the parameter...
|
commit | commitdiff | tree |
2014-01-28 |
Zoltan Herczeg | Prepare for more registers on ARM-Thumb2 and renaming...
|
commit | commitdiff | tree |
2014-01-28 |
Zoltan Herczeg | Prepare for more registers on ARMv5.
|
commit | commitdiff | tree |
2014-01-27 |
Zoltan Herczeg | Prepare for more registers on TILE-Gx.
|
commit | commitdiff | tree |
2014-01-27 |
Zoltan Herczeg | Prepare for more registers on MIPS and SPARC.
|
commit | commitdiff | tree |
2014-01-27 |
Zoltan Herczeg | Prepare for more registers on PPC.
|
commit | commitdiff | tree |
2014-01-26 |
Zoltan Herczeg | Prepare for more registers on x86.
|
commit | commitdiff | tree |
2014-01-25 |
Zoltan Herczeg | Most tests are pass on ARM-64 now.
|
commit | commitdiff | tree |
2014-01-25 |
Zoltan Herczeg | Around 25 test cases are now pass on ARM-64.
|
commit | commitdiff | tree |
2014-01-24 |
Zoltan Herczeg | More progress on ARM-64 and Thumb2 refactoring.
|
commit | commitdiff | tree |
2014-01-24 |
Zoltan Herczeg | Some progress an ARM-64 and ARM-T2 refactoring.
|
commit | commitdiff | tree |
2014-01-22 |
Zoltan Herczeg | Thumb2 code refactoring.
|
commit | commitdiff | tree |
2014-01-22 |
Zoltan Herczeg | Start working on ARM-64.
|
commit | commitdiff | tree |
2014-01-21 |
Zoltan Herczeg | Little endian PowerPC systems are supported now by...
|
commit | commitdiff | tree |
2013-12-27 |
Zoltan Herczeg | TileGX architecture is now supported. Patch made by...
|
commit | commitdiff | tree |
2013-06-18 |
Zoltan Herczeg | Cache flush for android. Patch by Giuseppe D'Angelo.
|
commit | commitdiff | tree |