RandomWOW/src
SChernykh c6468a3816 JIT compiler for ARMv8 (#125)
JIT compiler for ARMv8
2019-09-22 21:06:22 +02:00
..
asm Optimized loading from scratchpad 2019-09-11 11:48:22 +02:00
blake2 Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
tests fix MSYS thread handle cast 2019-08-30 17:27:06 -04:00
aes_hash.cpp Changes recommended by Quarkslab (#111) 2019-08-25 13:47:21 +02:00
aes_hash.hpp Use 4 AES rounds for program generation (#46) 2019-06-01 11:13:30 +02:00
allocator.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
allocator.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2_core.c Changes recommended by Quarkslab (#111) 2019-08-25 13:47:21 +02:00
argon2_core.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2_ref.c Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
assembly_generator_x86.cpp Refactoring (#95) 2019-07-03 18:13:20 +02:00
assembly_generator_x86.hpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
blake2_generator.cpp Refactoring (#95) 2019-07-03 18:13:20 +02:00
blake2_generator.hpp Refactoring (#95) 2019-07-03 18:13:20 +02:00
bytecode_machine.cpp Refactoring (#95) 2019-07-03 18:13:20 +02:00
bytecode_machine.hpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
common.hpp JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
configuration.h Increase the frequency of CBRANCH (#118) 2019-08-30 09:28:18 +02:00
dataset.cpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
dataset.hpp Sanity checks (#88) 2019-06-29 18:53:49 +02:00
instruction.cpp Code generator fixups 2019-06-23 23:10:29 +02:00
instruction.hpp Use strongly typed enums (#55) 2019-06-10 16:02:25 +02:00
instruction_weights.hpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
instructions_portable.cpp Fix undefined behavior in rotr/rotl (#86) 2019-06-25 23:41:50 +02:00
intrin_portable.h JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
jit_compiler.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
jit_compiler_a64.cpp JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
jit_compiler_a64.hpp JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
jit_compiler_a64_static.S JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
jit_compiler_a64_static.hpp JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
jit_compiler_fallback.hpp Fix JIT fallback 2019-08-30 11:29:09 +02:00
jit_compiler_x86.cpp Optimized loading from scratchpad 2019-09-11 11:48:22 +02:00
jit_compiler_x86.hpp Optimized loading from scratchpad 2019-09-11 11:48:22 +02:00
jit_compiler_x86_static.S Optimized loading from scratchpad 2019-09-11 11:48:22 +02:00
jit_compiler_x86_static.asm Optimized loading from scratchpad 2019-09-11 11:48:22 +02:00
jit_compiler_x86_static.hpp Optimized loading from scratchpad 2019-09-11 11:48:22 +02:00
program.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
randomx.cpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
randomx.h Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
reciprocal.c Sanity checks (#88) 2019-06-29 18:53:49 +02:00
reciprocal.h Regression tests (#73) 2019-06-22 15:54:43 +02:00
soft_aes.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
soft_aes.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
superscalar.cpp Refactoring (#95) 2019-07-03 18:13:20 +02:00
superscalar.hpp Fix header dependency of superscalar_program.hpp 2019-06-24 13:58:41 +02:00
superscalar_program.hpp Sanity checks (#88) 2019-06-29 18:53:49 +02:00
virtual_machine.cpp Use 4 AES rounds for program generation (#46) 2019-06-01 11:13:30 +02:00
virtual_machine.hpp Merge pull request #47 from tevador/pr-doc 2019-06-01 11:14:13 +02:00
virtual_memory.cpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
virtual_memory.hpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
vm_compiled.cpp JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
vm_compiled.hpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
vm_compiled_light.cpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
vm_compiled_light.hpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
vm_interpreted.cpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
vm_interpreted.hpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
vm_interpreted_light.cpp Support Dataset size larger than 4 GiB 2019-05-29 17:27:49 +02:00
vm_interpreted_light.hpp Add Dataset prefetch in interpreted VM (#52) 2019-06-10 16:00:04 +02:00