Commit Graph

1612 Commits

Author SHA1 Message Date
XMRig 6b40ede2bc Don't add "self-select" field to generated config if it not supported. 2019-10-19 02:39:46 +07:00
xmrig 128c5f67ad Merge pull request #1248 from SChernykh/evo
Fixed code cache cleanup on iOS/Darwin
2019-10-18 23:27:39 +07:00
SChernykh 578bebb04d Prefer sys_icache_invalidate on iOS
Also break compilation with error if clear cache is not available
2019-10-18 18:17:57 +02:00
SChernykh 5611249af7 Fixed __builtin___clear_cache detection 2019-10-18 18:04:13 +02:00
SChernykh a56febcd13 Force HAVE_BUILTIN_CLEAR_CACHE for GNU compilers
They always have __builtin___clear_cache
2019-10-18 17:39:57 +02:00
SChernykh 0ad992985c Update jit_compiler_a64.cpp 2019-10-18 16:36:50 +02:00
SChernykh 1a66c3f1a1 Update jit_compiler_a64.cpp 2019-10-18 16:32:01 +02:00
SChernykh a2ef2fd9d9 Update jit_compiler_a64.cpp 2019-10-18 16:28:49 +02:00
XMRig 5c02cb50da Fix copy/paste typo. 2019-10-18 21:26:15 +07:00
SChernykh 998c55030a Fixed code cache cleanup on iOS/Darwin 2019-10-18 16:26:15 +02:00
xmrig 079de97fab Merge pull request #1247 from SChernykh/evo
Fix ARM64 code alignment
2019-10-18 21:24:14 +07:00
SChernykh 432addab33 Fix ARM64 code alignemtn 2019-10-18 16:18:45 +02:00
XMRig 10d292092a #1246 Fixed build on iOS. 2019-10-18 12:02:10 +07:00
XMRig a02ee96651 Merge branch 'feature-self-select' into evo 2019-10-17 00:59:05 +07:00
XMRig d783febad6 Added error handling for self-select mode. 2019-10-17 00:57:35 +07:00
xmrig ea6d9073b7 Merge pull request #1243 from komatom/evo_globalmemsize_fix
Fixes OclDevice::globalMemSize() that sometimes returns 0
2019-10-16 20:33:54 +07:00
XMRig 83a5923568 Added send with callback. 2019-10-16 19:34:33 +07:00
Anton Kamenov 9e2b63890c Use functions to get memory variables 2019-10-14 14:14:12 +03:00
Anton Kamenov ed08895d4a Fixes OclDevice::globalMemSize() that sometimes returns 0 2019-10-14 13:34:17 +03:00
xmrig 5b4026694d Merge pull request #1240 from SChernykh/evo
Sync with latest RandomX code
2019-10-14 10:07:20 +07:00
SChernykh c9798ba2e9 Sync with latest RandomX code
Fix a possible out-of-bounds access in superscalar generator
2019-10-13 22:13:29 +02:00
XMRig 3752551e53 Self-select initial working implementation. 2019-10-12 19:48:18 +07:00
XMRig a62f6f9552 Merge branch 'evo' into feature-self-select 2019-10-12 13:08:12 +07:00
XMRig e9d2e194f3 Added SelfSelectClient stub. 2019-10-12 00:24:47 +07:00
XMRig 228f02c361 Fixed regression. 2019-10-11 23:21:02 +07:00
XMRig 72c45d882b Prepare for self select. 2019-10-11 14:55:12 +07:00
XMRig 4dc7a8103b Added class Url. 2019-10-11 09:58:11 +07:00
XMRig 71108e1bde v4.4.0-evo 2019-10-10 17:12:13 +07:00
xmrig c26c4ce714 Update CHANGELOG.md 2019-10-09 13:11:35 +07:00
XMRig 61ab47cc95 Improved CPU profile generation. 2019-10-09 12:58:11 +07:00
XMRig 7db7b3727d Improved OpenCL profile generation, don't create unnecessary (equal to main profile) profiles. 2019-10-09 11:11:43 +07:00
xmrig 1d03b942a5 Update ALGORITHMS.md 2019-10-09 09:26:56 +07:00
XMRig ee87f73d5e #1227 Added "arqma" value for "coin" option. 2019-10-09 09:20:54 +07:00
XMRig bb7bff9115 Added command line option --cpu-memory-pool. 2019-10-09 08:45:06 +07:00
xmrig 1e5fdde9ba Merge pull request #1227 from SChernykh/evo
RandomX (Arqma variant) support
2019-10-09 07:56:00 +07:00
SChernykh 2b29a4c20f RandomX (Arqma variant) support 2019-10-08 19:00:19 +02:00
XMRig 119e7ea7bf Merge branch 'feature-hugepages-pool' into evo 2019-10-08 09:47:01 +07:00
XMRig 58c81be1f1 Updated default config and docs. 2019-10-08 09:41:36 +07:00
XMRig d3b137c817 Fixed crash. 2019-10-08 08:50:33 +07:00
XMRig 9dce868fb9 Added "memory-pool" option. 2019-10-07 23:38:01 +07:00
XMRig c4170fbb86 Removed unnecessary error message. 2019-10-07 21:11:58 +07:00
XMRig 2dc4ceae29 Added class NUMAMemoryPool. 2019-10-07 20:39:04 +07:00
XMRig 0e0a26f644 Fixed Linux build. 2019-10-07 13:37:12 +07:00
XMRig 68d77b02d7 Added initial memory pool support. 2019-10-07 12:36:40 +07:00
XMRig c13c83b902 VirtualMemory class refactoring. 2019-10-06 17:49:15 +07:00
XMRig 72c9d94390 Use hwloc for set thread affinity. 2019-10-06 14:40:42 +07:00
xmrig 9101469308 Update CHANGELOG.md 2019-10-06 12:02:43 +07:00
XMRig 759573ace3 Merge branch 'optimize-numa' into evo 2019-10-06 11:21:31 +07:00
XMRig 0a1836e5a8 Fixed exit condition for RxQueue. 2019-10-06 11:19:32 +07:00
XMRig 8af1075c98 Removed uv_try_write for console log. 2019-10-06 11:03:01 +07:00