Commit Graph

52 Commits (pr-armv8a-jit)

Author SHA1 Message Date
Jethro Grassie 73021b89e0
fix MSYS thread handle cast
5 years ago
tevador bd8ef0375a Update benchmark
5 years ago
tevador eee355d85b Fixed tests
5 years ago
tevador 67010ab554
Optional W^X policy for JIT pages (#112)
5 years ago
tevador 91f3edb5eb Fix use-after-free in benchmark (debug build)
5 years ago
tevador c433f6d3a8
Fix: hardcoded JIT code buffer size (#98)
5 years ago
Jethro Grassie 41401797c9 benchmark: affinity cast for mingw (#96)
5 years ago
tevador 89aba80925
Refactoring (#95)
5 years ago
tevador aaa6e4e881
Sanity checks (#88)
5 years ago
tevador 4a4b06e44b More helpful error messages in the benchmark
5 years ago
tevador 1f62d787ad Fix header dependency of superscalar_program.hpp
5 years ago
tevador e6ba0a1b7d Code generator fixups
5 years ago
tevador 77f809e8db Merge branch 'jtgrassie-affinity'
5 years ago
tevador e8cf27eab5 Fixed Visual Studio build
5 years ago
tevador 8282413154 Updated documentation and test vectors
5 years ago
tevador 83498cddf2
Different round keys for columns 0,1 and 2,3 in AesGenerator4R (#76)
5 years ago
tevador 07293a9378
Regression tests (#73)
5 years ago
Jethro Grassie 81d3a9d4a1
benchmark: add thread affinity setting
5 years ago
tevador e4b2270104
Merge pull request #47 from tevador/pr-doc
5 years ago
tevador f7c99c5b58
Use 4 AES rounds for program generation (#46)
5 years ago
tevador 8298c9faf8 Much more detailed design description
5 years ago
tevador 378d5def38 Added performance simulation
5 years ago
tevador 8a5ead5ce3 Use 'dst' as the CBRANCH condition register
5 years ago
tevador 2706a8b753 Relicensed under the 3-clause BSD license
5 years ago
tevador 1029098719 Updated documentation
5 years ago
tevador 2b3a03a9dc Fixed FSCAL instruction causing group F registers to exceed their intended maximum value
5 years ago
tevador 4934bbf69d Updated documentation
5 years ago
tevador 40a08bb0c8 Fixed incorrect latency of mul_r in SuperscalarHash
5 years ago
tevador a22e3b3cb0 30% faster JIT compiler
5 years ago
tevador b62b1f8717 Added scratchpad entropy test
5 years ago
tevador cb3d57376f Fixed API examples
5 years ago
tevador 9e5eac8645 Fixed a chance of CBRANCH looping
5 years ago
tevador 01db567e9d Fixed an inconsistency in IADD_RS in SuperscalarHash
5 years ago
tevador c87dcc8ae5 Cache seed renamed to key
5 years ago
tevador ca96270509 Group E exponent changed from a static value (-240) to dynamic
5 years ago
tevador be21ba767c Doubled the frequency of CBRANCH, halved the jumping probability
5 years ago
tevador 3cf6a30076 Fixed biased condition register selection
5 years ago
tevador ffebc37381 COND_R instruction reworked as CBRANCH
5 years ago
tevador 22a3aa8d79 randomx_cache and randomx_dataset changed to standard-layout structs
5 years ago
tevador fd7186f873 Changed IADD_RS to use mod.mem
5 years ago
tevador 270a4f97fe Dataset size increased to 2080 MiB
5 years ago
tevador 018c1a5222 Big endian bug fixes
5 years ago
tevador 1c3666aa98 Fixed benchmark code
5 years ago
tevador b4dca14f0c Added a function to access the dataset memory buffer
5 years ago
tevador 87b8253374 API documentation
5 years ago
tevador bc78b628ea Flags ordered by their impact on performance
5 years ago
tevador a8c7137873 Linux makefile
5 years ago
tevador 360c8ed913 Fixed superscalar test projects
5 years ago
tevador 41557ce010 randomx project changed to a static library
5 years ago
tevador 9c383dc2ba Added superscalar-stats
5 years ago