dolphin/Source/Core
Ryan Houdek 8bf332cf08 [AArch64] Optimize GPR cache flushing.
If we are flushing multiple sequential guest GPRs then we can store two in a single STP instruction.
Ikaruga does this quite a bit in their blocks where they do an lmw at the very end and then we have to flush them all.
Typically cuts 16 STR instructions down to 8 STP instructions there.
2015-08-30 23:07:12 -05:00
..
AudioCommon Merge pull request #2854 from Tilka/valgrind 2015-08-15 20:52:12 +02:00
Common [AArch64] Fix issue in emitter. 2015-08-30 23:05:59 -05:00
Core [AArch64] Optimize GPR cache flushing. 2015-08-30 23:07:12 -05:00
DiscIO Implemented .elf and .dol support in gamelist 2015-08-28 11:10:03 -07:00
DolphinQt Fix DoFileSearch returning the passed-in directories themselves. 2015-06-25 15:17:52 +02:00
DolphinWX Fixed introduced compiler warning in Linux 2015-08-29 20:41:59 -07:00
InputCommon evdev: don't pass null path to the kernel 2015-08-15 12:51:34 +02:00
UICommon Have the disassembler show the PC next to host instructions. 2015-08-07 02:43:54 -05:00
VideoBackends Merge pull request #2917 from Sonicadvance1/android_fix_sgs6 2015-08-29 08:56:32 +02:00
VideoCommon Merge pull request #2917 from Sonicadvance1/android_fix_sgs6 2015-08-29 08:56:32 +02:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00