aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_A64
Commit message (Collapse)AuthorAge
* Random minor fixes (#757)Valeri2020-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix incorrect/questionable assert() usage Originally reported by https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2159000700, but also includes a bunch of other fixes. * Fix some `printf` warnings Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2160310550 * Remove useless check It is never passed thanks to `if (num_in < 1) {...; return}` before Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840804 * Add missing header guard, rename other to avoid conflicts Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2163210746 * Make DSi_SDDevice destructor virtual Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2158670642 * Use thread-safe localtime_r, assign `time` result directly Rule https://lgtm.com/projects/g/Arisotura/melonDS/?mode=tree&ruleFocus=2154840805 * Fix MinGW build It needs _POSIX_THREAD_SAFE_FUNCTIONS to export `localtime_r`
* remove some UBRSDuck2020-09-04
| | | | | | | - savestates used to read a four bytes from a single byte value - a few unassigned variables - some other things - also make the ROR macro an inline function
* subtract cycles after checking IRQ and HaltRSDuck2020-07-27
| | | | also switch back to adding to ARM::Cycles instead of subtracting from them
* implement carry setting ALU op with immRSDuck2020-07-25
|
* Fix 16-bit DSi ARM9 readRSDuck2020-07-23
|
* Arisotura isn't the only derpRSDuck2020-07-23
|
* Use the correct slow path for block read/writeRSDuck2020-07-23
|
* Make it buildable on aarch64RSDuck2020-07-23
|
* another tryRSDuck2020-07-09
|
* misc JIT changesRSDuck2020-07-08
|
* reconcile DSi and JIT, fastmem for x64 and WindowsRSDuck2020-06-30
|
* first steps in bringing over the JIT refactor/fastmemRSDuck2020-06-16
|
* rewrite JIT memory emulationRSDuck2020-05-09
|
* include more information in DataRegionRSDuck2020-04-26
|
* arm64 fix itcm invalidation and ldm^/stm^RSDuck2020-04-26
|
* the time of good commit names is long goneRSDuck2020-04-26
|
* fixup for aarch64 JITRSDuck2020-04-26
|
* fix LDM usermode for aarch64 as wellRSDuck2020-04-26
|
* apply fixes for aarch64 linux by @nadiaholmquistRSDuck2020-04-26
|
* move ARM64 JIT backend hereRSDuck2020-04-26