RandomWOW/src
tevador 1029098719 Updated documentation 2019-05-15 23:13:22 +02:00
..
asm Fixed FSCAL instruction causing group F registers to exceed their intended maximum value 2019-05-15 22:07:26 +02:00
blake2 Big endian bug fixes 2019-04-24 18:37:58 +02:00
tests Updated documentation 2019-05-15 23:13:22 +02:00
aes_hash.cpp Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
aes_hash.hpp Removed capital letters from filenames 2019-04-20 16:53:06 +02:00
allocator.cpp Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
allocator.hpp C API - first working version 2019-04-20 11:08:01 +02:00
argon2.h RandomX portable interpreter 2018-12-11 21:00:30 +01:00
argon2_core.c Support for multiple threads 2018-12-19 21:54:44 +01:00
argon2_core.h Support for multiple threads 2018-12-19 21:54:44 +01:00
argon2_ref.c RandomX portable interpreter 2018-12-11 21:00:30 +01:00
assembly_generator_x86.cpp Fixed IMUL_RCP if divisor is a power of 2 2019-05-04 18:00:17 +02:00
assembly_generator_x86.hpp Clarifications/corrections in the specification/comments 2019-05-10 16:43:24 +02:00
blake2_generator.cpp Fixed superscalar test projects 2019-04-21 00:50:57 +02:00
blake2_generator.hpp Removed capital letters from filenames 2019-04-20 16:53:06 +02:00
common.hpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
configuration.h Use values from configuration.h in assembly code 2019-05-06 18:14:00 +02:00
dataset.cpp Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
dataset.hpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
instruction.cpp COND_R instruction reworked as CBRANCH 2019-04-29 23:38:23 +02:00
instruction.hpp COND_R instruction reworked as CBRANCH 2019-04-29 23:38:23 +02:00
instruction_weights.hpp Removed capital letters from filenames 2019-04-20 16:53:06 +02:00
instructions_portable.cpp Fixed x87 math precision (i386 build) 2019-05-15 16:30:20 +02:00
intrin_portable.h Fixed non-x86 compilation 2019-05-15 22:35:45 +02:00
jit_compiler.hpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
jit_compiler_a64.hpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
jit_compiler_fallback.hpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
jit_compiler_x86.cpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
jit_compiler_x86.hpp Clarifications/corrections in the specification/comments 2019-05-10 16:43:24 +02:00
jit_compiler_x86_static.S Use values from configuration.h in assembly code 2019-05-06 18:14:00 +02:00
jit_compiler_x86_static.asm Use values from configuration.h in assembly code 2019-05-06 18:14:00 +02:00
jit_compiler_x86_static.hpp Code cleanup & refactoring 2019-04-28 16:42:45 +02:00
program.hpp Remove capital letters from filenames #3 2019-04-21 00:33:04 +02:00
randomx.cpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
randomx.h Cache seed renamed to key 2019-05-01 14:40:13 +02:00
reciprocal.c Clarifications/corrections in the specification/comments 2019-05-10 16:43:24 +02:00
reciprocal.h 30% faster JIT compiler 2019-05-04 19:40:25 +02:00
soft_aes.cpp Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
soft_aes.h Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
superscalar.cpp Fixed a possibility of buffer overflow in Superscalar generator 2019-05-09 08:29:42 +02:00
superscalar.hpp Removed capital letters from filenames 2019-04-20 16:53:06 +02:00
superscalar_program.hpp randomx_cache and randomx_dataset changed to standard-layout structs 2019-04-28 12:44:28 +02:00
virtual_machine.cpp Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
virtual_machine.hpp Added scratchpad entropy test 2019-05-03 16:57:33 +02:00
virtual_memory.cpp Query for LargePageMinimum on Windows 2019-05-06 18:18:52 +02:00
virtual_memory.hpp Removed capital letters from filenames 2019-04-20 16:53:06 +02:00
vm_compiled.cpp randomx_cache and randomx_dataset changed to standard-layout structs 2019-04-28 12:44:28 +02:00
vm_compiled.hpp Prepare for JIT compiler support for other platforms 2019-05-12 22:31:48 +02:00
vm_compiled_light.cpp randomx_cache and randomx_dataset changed to standard-layout structs 2019-04-28 12:44:28 +02:00
vm_compiled_light.hpp randomx_cache and randomx_dataset changed to standard-layout structs 2019-04-28 12:44:28 +02:00
vm_interpreted.cpp Fixed FSCAL instruction causing group F registers to exceed their intended maximum value 2019-05-15 22:07:26 +02:00
vm_interpreted.hpp Abstracted away from x86 intrinsics 2019-05-14 09:13:38 +02:00
vm_interpreted_light.cpp randomx_cache and randomx_dataset changed to standard-layout structs 2019-04-28 12:44:28 +02:00
vm_interpreted_light.hpp randomx_cache and randomx_dataset changed to standard-layout structs 2019-04-28 12:44:28 +02:00