887 Commits (672c21829b1126aeb1c1bfb867ac03e57e2e3c3a)

Author SHA1 Message Date
lizzie eec460ec2e
[dynarmic] remove decode matcher function handlers using std::function<>, use raw function pointers (#3920) 1 month ago
MaranBr 3a823de605
[dynarmic] Remove Ignore Global Monitor from CPU Accuracy Auto (#3846) 2 months ago
lizzie 5e927199c5
[dynarmic, cmake] Assorted RISC-V build fixes (#3797) 2 months ago
lizzie 59254cd1e7
[dynarmic] restore proper backtraces for A64 (#3794) 3 months ago
lizzie 16e7e034d7
[ports, freebsd] remove fastmem ban (#3786) 3 months ago
lizzie 395613b01f
[common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 3 months ago
lizzie 06a08de68a
[core/loader] prevent program_image reallocations in NSO+KIP loading methods (#3639) 4 months ago
lizzie 4f29128e50
[dynarmic] Fix ISB with new JIT schema (#3576) 4 months ago
lizzie f76dc401c3
[dynarmic] remove dead-code interpreter (#3547) 4 months ago
lizzie c263b6af6f
[dynarmic] add current code page cache (#3459) 4 months ago
lizzie efd26c3e4d
[android, nce] Remove LRU-Cache (#3500) 4 months ago
lizzie a8093c2a3c
[*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 4 months ago
Maufeat e544cb3cf6
[nce] add split patch mode to support modules bigger than 128MB (#3489) 4 months ago
Maufeat 998460b78b
[nce] use correct process memory in fault handlers (#3391) 5 months ago
lizzie 83a28dc251
[common, core] remove uneeded memory indirection overhead at startup (#3306) 5 months ago
lizzie dceeccd04b
[dynarmic, common] pagetable clustering (#3215) 5 months ago
Caio Oliveira 3413fbd9da
[FIXUP] Partially revert "[NCE] Fix cache invalidation and signal interrupt race condition (#3063)" (#3190) 6 months ago
MrPurple666 e3c942b209
[NCE] Fix cache invalidation and signal interrupt race condition (#3063) 7 months ago
lizzie 941caf31ce
[port] NetBSD and improper ctor for SpinLock fixes (#3092) 7 months ago
lizzie 92274ff280
[dynarmic] remove scopedjit remnants (#3029) 7 months ago
PavelBARABANOV 227a007413
[dynarmic] removes ScopedJitExecution / fix-ac3 (#3018) 7 months ago
lizzie e9d84d098d
[dynarmic] attempt fix totk regression from #358 (#3013) 7 months ago
PavelBARABANOV 42863027e2
Revert "[core/memory] Remove defered heap allocation on Linux." (#2974) 7 months ago
lizzie 84cf3e8c84
[nce] remove software prefetching instances (#2857) 7 months ago
lizzie 48843306e2
[compat] Fix other DragonFlyBSD/NixOS issues (#2860) 7 months ago
lizzie c0663ccd6b
[core/arm] more verbose backtrace showing ALL of the thread's context state (#2924) 8 months ago
lizzie dbc98f758e
[core/memory] Remove defered heap allocation on Linux. (#2587) 8 months ago
lizzie a5996c7511
[dynarmic] Refactoring to reduce latency hit from recompilation (#358) 8 months ago
lizzie 87cacbeed4
[compat] HaikuOS port (#2805) 8 months ago
lizzie 992bae4e2a
[common] replace Common::BitCast with libc++ provided one (#2774) 8 months ago
lizzie 1971fbe5af
[core, qt] remove non-ascii from src code (#2779) 8 months ago
lizzie c0fb872d1a
[arm] Add "debugging" cpu accuracy option to replace CPU debug toggle (#2640) 8 months ago
Bix 191dd892e5
[android] Legacy build flavor (#51) 9 months ago
Marcin Serwin f088f028f3
[cmake] Fix building on aarch64-linux (#2591) 9 months ago
lizzie 191e4c75a1
[meta] fix license headers (#2547) 9 months ago
MaranBr 19036c59b5
[video_core] Simplify DMA options (#525) 9 months ago
lizzie 9d2681ecc9
[cmake] enable clang-cl and WoA builds (#348) 9 months ago
crueter bbcd8aded6
Revert "[heap_tracker] Use ankerl map instead of rb tree (#249)" (#382) 10 months ago
MaranBr 7f482d0730
[core] Add option to control Host MMU Emulation (#324) 10 months ago
lizzie 9d53933a95
[fmt] use {:#X} for format instead of 0x{:X} (#309) 10 months ago
lizzie 7950c5cca0
[common/host_memory] use assert instead of throw on Impl() ctor; abort on error (#316) 10 months ago
CamilleLaVey 9fae048a5a
revert [jit] Increase x86_64 default code size to full 2GiB hugepage (#318) (#337) 10 months ago
Shinmegumi eb80a30c42
revert 22847ec78a (#331) 10 months ago
lizzie 22847ec78a
[jit] Disable fastmem (by default) on FreeBSD, Solaris and OpenBSD due to subpar timings of SIGSEGV (#319) 10 months ago
lizzie 3cb8e6111a
[jit] Increase x86_64 default code size to full 2GiB hugepage (#318) 10 months ago
crueter 21cd44ec04
[dynarmic] jit fix branch v2 (#203) 10 months ago
lizzie c9a3baab5d
[heap_tracker] Use ankerl map instead of rb tree (#249) 10 months ago
lizzie 9c6fad7561
[arm] allow duplicate addresses on backtrace (#251) 10 months ago
crueter 41f0fa97ca
[dynarmic] revert bad changes (#202) 11 months ago
wildcard 41ffa5a342
[core, nce] module_id cache key handling (#195) 11 months ago