3.5-563 10 years, 2 months ago Fix Qualcomm chipsets from segfaulting on LDR. Thanks ector for poking and prying until it worked.
3.5-562 10 years, 2 months ago Only include x64CPUDetect with x86 build. Android doesn't have a getenv variable for HOME or PWD. Add a super simplistic Android Main.cpp file. Add a bit of a dirty hack to the output when building a ...
3.5-561 10 years, 2 months ago Move in latest ArmEmitter changes from PPSSPP. Maybe adds support for ARMv6 for us? Completely untested atm. Should improve performance here since the clear icache function has been changed so it does...
3.5-560 10 years, 2 months ago Re-enable CPack.
3.5-559 10 years, 2 months ago Initial Android Support. Disable fastmem currently since ucontext_t isn't provided.
3.5-558 10 years, 2 months ago Fix x86 crashing. Was caused by bad ordering of allocating JIT mem and writing code in the VertexLoader.
3.5-557 10 years, 3 months ago Enable all fastmem load and stores except lhz.
3.5-556 10 years, 3 months ago Broken fastmem version of stw
3.5-555 10 years, 3 months ago Add fastmem method to lwzx.
3.5-554 10 years, 3 months ago Add lbz instruction. Have either one with fastmem support but they are disabled for now.
3.5-553 10 years, 3 months ago Add REV16 and LDRH emitters.
3.5-551 10 years, 3 months ago Small bit of cleanup. Only enable instruction count while debugging.
3.5-552 10 years, 3 months ago Fix Windows building.
3.5-550 10 years, 3 months ago Potentially fix JIT core in x86. Do initial backpatching support, only does lwz for now, which is 10.3% of the ran instructions in SSBM intro, so hopefully it'll provide a nice speedup. GDB REALLY doe...
3.5-549 10 years, 3 months ago Implement SVC emitter.
3.5-548 10 years, 3 months ago Messed up in ARMAbi. Set R14 AFTER pushing it. not before.
3.5-547 10 years, 3 months ago Implement Idle Skipping in ARM JIT
3.5-546 10 years, 3 months ago Remove these files.
3.5-545 10 years, 3 months ago Remove a warning on x64
3.5-544 10 years, 3 months ago Enable -WShadow and make the jit use the regular jit compiling function.