Commit Graph

402 Commits (master)
 

Author SHA1 Message Date
tevador 3caecc7646 Vector FPU instructions
5 years ago
tevador a09bee8d60 js -> jz to enable macro-op fusion on Intel CPUs (~1% speed-up)
5 years ago
tevador 76b6b05cf2 Unconditional RET
5 years ago
tevador 39c569ae44 Fixed a potential crash in JitCompilerX86
5 years ago
tevador 5bc26348f1 Updated readme with performance data
6 years ago
tevador 03913d0e81 Run a single thread synchronously
6 years ago
tevador c05947db09 Bug fixes
6 years ago
tevador ca59925495 JitCompilerX86: use mmap to allocate an executable buffer
6 years ago
tevador 740c40b218 8 branch conditions for CALL/RET
6 years ago
tevador 55afe9646f Debuggable assembly generator
6 years ago
tevador fce6e75689 Fixed copyright notice
6 years ago
tevador ffa67295c4 Instruction statistics
6 years ago
tevador 1db7dd6e8b Renamed immediate constants
6 years ago
tevador b9d2d853aa Support for multiple threads
6 years ago
tevador cb12feaf91 t1ha2 hash for scratchpad digest
6 years ago
tevador ed0bc906d6 JIT compiler for x86
6 years ago
tevador ddc29cb4d3 Optimized x86 initialization
6 years ago
tevador 4f276541d2 Modified x86 register allocation
6 years ago
tevador 6332831ec1 Implemented cache shift
6 years ago
tevador 4fc4b840f5 Updated documentation
6 years ago
tevador d6ca408ce2 Merge branch 'master' of git@github.com:tevador/RandomX.git
6 years ago
tevador cb0721056a Assembly code generator for Windows 64-bit
6 years ago
tevador 52beccc309
Merge pull request #6 from vielmetti/patch-1
6 years ago
Edward Vielmetti 8ef8224270
update ifdef for _rotr on aarch64
6 years ago
tevador c9102ee88c RandomX portable interpreter
6 years ago
tevador 072130c774 ALU/FPU test: Fixed MSVC x86 build
6 years ago
tevador f19995d4c5 ALU and FPU tests
6 years ago
tevador ec2d378fce Updated specification
6 years ago
tevador 7e582c2815
Updated specification and instruction weights
6 years ago
tevador 1cc4fda4e7 Improved DRAM random access address space
6 years ago
tevador d3739015ea Fixed random read frequency
6 years ago
tevador 9ed71ae167 New DRAM reading pattern
6 years ago
tevador 58ae98c6a4 Fixed clang compilation
6 years ago
tevador df9180a30b Performance benchmark for x86
6 years ago
tevador 1ca1046c57 Fixed unaligned memory errors
6 years ago
tevador 71bf9bd096 Fixed a possible type error in python
6 years ago
tevador 8e565a4ce2 Merge branch 'master' of git@github.com:tevador/RandomX.git
6 years ago
tevador 8f3b145fe6 Added DRAM buffer option to rx2c
6 years ago
tevador e018624f87
Table formatting
6 years ago
tevador 2ea440d0f5 New instruction encoding
6 years ago
tevador 3b2cb9b8c7 Merge branch 'master' of git@github.com:tevador/RandomX.git
6 years ago
tevador cf59ced795 RandomX C generator
6 years ago
tevador 132529dbf9
Formatting
6 years ago
tevador 880f728ca7 Updated specs
6 years ago
tevador 5114d6b5fe Updated specification
6 years ago
tevador d69d3d69a0 Fixed a bug in predictable branching
6 years ago
tevador 2f6875a967 Merge branch 'master' of git@github.com:tevador/RandomX.git
6 years ago
tevador 8a81aa6453 Branch prediction test programs
6 years ago
tevador 7cb8825cb7
Formatting
6 years ago
tevador 3639a5e08d Updated specs: cache, FP rounding
6 years ago