2017-10-27 |
Zoltan Herczeg | Support argument passing on PPC64 and SPARC32.
|
commit | commitdiff | tree |
2017-10-23 |
Zoltan Herczeg | Support four arguments on x86 architecture.
|
commit | commitdiff | tree |
2017-10-22 |
Zoltan Herczeg | Support soft abi on ARM-32.
|
commit | commitdiff | tree |
2017-10-21 |
Zoltan Herczeg | Support floating point arguments by more ABIs.
|
commit | commitdiff | tree |
2017-10-18 |
Zoltan Herczeg | Start supporting floating point function call arguments...
|
commit | commitdiff | tree |
2017-08-01 |
Zoltan Herczeg | PPC float store and other minor fixes.
|
commit | commitdiff | tree |
2017-07-24 |
Zoltan Herczeg | Initialize cr_bit on PPC.
|
commit | commitdiff | tree |
2017-06-15 |
Zoltan Herczeg | Cmov fix for ARM-32 and ARM-64.
|
commit | commitdiff | tree |
2017-05-07 |
Zoltan Herczeg | Provide 13 registers on x86-64.
|
commit | commitdiff | tree |
2017-05-06 |
Zoltan Herczeg | Rework and optimize sljit_emit_op_flags.
|
commit | commitdiff | tree |
2017-05-05 |
Zoltan Herczeg | Support preload on MIPS and PPC.
|
commit | commitdiff | tree |
2017-05-05 |
Zoltan Herczeg | Support preload on ARM.
|
commit | commitdiff | tree |
2017-05-04 |
Zoltan Herczeg | Improve clarity of undefined results.
|
commit | commitdiff | tree |
2017-05-01 |
Zoltan Herczeg | Small improvements.
|
commit | commitdiff | tree |
2017-04-30 |
Zoltan Herczeg | Remove TMP3 register from x86-64.
|
commit | commitdiff | tree |
2017-04-28 |
Zoltan Herczeg | Remove TMP_REG2 uses from x86-64.
|
commit | commitdiff | tree |
2017-04-28 |
Zoltan Herczeg | Improve clz support on x86.
|
commit | commitdiff | tree |
2017-04-26 |
Zoltan Herczeg | Improve cmov immedate on ARM-32 and PowerPC negate.
|
commit | commitdiff | tree |
2017-04-25 |
Zoltan Herczeg | Remove zero flag support from CLZ.
|
commit | commitdiff | tree |
2017-04-24 |
Zoltan Herczeg | Introduce sljit_has_cpu_feature.
|
commit | commitdiff | tree |
2017-04-22 |
Zoltan Herczeg | PowerPC overflow fix.
|
commit | commitdiff | tree |
2017-04-21 |
Zoltan Herczeg | Use cmp on ARM whenever it is possible.
|
commit | commitdiff | tree |
2017-04-20 |
Zoltan Herczeg | Add generic cmov instruction.
|
commit | commitdiff | tree |
2017-04-02 |
Zoltan Herczeg | More x86 fixes and a new stack test.
|
commit | commitdiff | tree |
2017-04-01 |
Zoltan Herczeg | Improve stack allocation on x86.
|
commit | commitdiff | tree |
2017-03-28 |
Zoltan Herczeg | Make sljit_free_unused_memory_exec public, PPC flush...
|
commit | commitdiff | tree |
2017-03-27 |
Zoltan Herczeg | Reverse the stack utility to top-down.
|
commit | commitdiff | tree |
2017-02-15 |
Zoltan Herczeg | Add sljit_set_current_flags function.
|
commit | commitdiff | tree |
2017-01-20 |
Zoltan Herczeg | Add two more virtual registers to x86/32, ARM-32 refactor.
|
commit | commitdiff | tree |
2017-01-18 |
Zoltan Herczeg | Remove value caching on ARM-32.
|
commit | commitdiff | tree |
2017-01-17 |
Zoltan Herczeg | Remove value caching on ARM-Thumb2.
|
commit | commitdiff | tree |
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 |