xmrig/src/crypto/randomx
2020-04-21 15:44:04 +02:00
..
asm Crash fix for Bullodzer CPUs 2020-02-02 17:16:59 +01:00
blake2 RandomX JIT refactoring 2020-04-09 14:24:54 +02:00
aes_hash.cpp Tuned JIT compiler 2020-02-20 20:59:22 +01:00
aes_hash.hpp RandomX fixes 2019-12-01 08:46:35 +01:00
allocator.cpp Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
allocator.hpp Added 1GB hugepages support for Linux 2019-12-05 19:39:47 +01:00
argon2.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
argon2_core.c Updated RandomX 2019-08-27 16:12:13 +02:00
argon2_core.h Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
argon2_ref.c Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
blake2_generator.cpp Updated RandomX 2019-08-27 16:12:13 +02:00
blake2_generator.hpp Updated RandomX 2019-08-27 16:12:13 +02:00
bytecode_machine.cpp Updated RandomX 2019-08-27 16:12:13 +02:00
bytecode_machine.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
common.hpp Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
configuration.h Pooled allocation of RandomX VMs 2020-04-07 18:31:35 +02:00
dataset.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
dataset.hpp Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
instruction.hpp Optimized RandomX JIT compiler 2019-08-27 20:18:56 +02:00
instructions_portable.cpp Revert instructions_portable.cpp to avoid warning on gcc compilers. 2019-09-22 00:59:53 +07:00
intrin_portable.h RandomX fixes 2019-12-01 08:46:35 +01:00
jit_compiler.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
jit_compiler_a64.cpp Optimized dataset read for Ryzen CPUs 2019-12-08 16:14:02 +01:00
jit_compiler_a64.hpp Tuned JIT compiler 2020-02-20 20:59:22 +01:00
jit_compiler_a64_static.hpp Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02:00
jit_compiler_a64_static.S Fix function names for clang on Apple 2019-11-12 14:42:21 +01:00
jit_compiler_fallback.hpp Fixed 32-bit compilation 2020-02-21 16:08:23 +01:00
jit_compiler_x86.cpp Refactored CFROUND 2020-04-21 15:44:04 +02:00
jit_compiler_x86.hpp RandomX JIT refactoring 2020-04-09 14:24:54 +02:00
jit_compiler_x86_static.asm Optimized CFROUND 2020-01-22 20:11:00 +01:00
jit_compiler_x86_static.hpp Optimizations for AMD Bulldozer 2020-01-15 13:04:26 +01:00
jit_compiler_x86_static.S Fix compile error 2020-01-24 14:09:07 +01:00
program.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
randomx.cpp Fixed VM destruction 2020-04-08 08:31:53 +02:00
randomx.h RandomX JIT refactoring 2020-04-09 14:24:54 +02:00
reciprocal.c Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
reciprocal.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
soft_aes.cpp RandomX optimizations 2019-09-04 19:24:12 +02:00
soft_aes.h RandomX optimizations 2019-09-04 19:24:12 +02:00
superscalar.cpp Sync with latest RandomX code 2019-10-13 22:13:29 +02:00
superscalar.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
superscalar_program.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
virtual_machine.cpp RandomX fixes 2019-12-01 08:46:35 +01:00
virtual_machine.hpp Optimized dataset read for Ryzen CPUs 2019-12-08 16:14:02 +01:00
virtual_memory.cpp Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
virtual_memory.hpp Memory allocation refactoring. 2019-12-08 23:17:39 +07:00
vm_compiled.cpp Tuned JIT compiler 2020-02-20 20:59:22 +01:00
vm_compiled.hpp Pooled allocation of RandomX VMs 2020-04-07 18:31:35 +02:00
vm_compiled_light.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_compiled_light.hpp Pooled allocation of RandomX VMs 2020-04-07 18:31:35 +02:00
vm_interpreted.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_interpreted.hpp Pooled allocation of RandomX VMs 2020-04-07 18:31:35 +02:00
vm_interpreted_light.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_interpreted_light.hpp Pooled allocation of RandomX VMs 2020-04-07 18:31:35 +02:00