dolphin/Source/Core
Scott Mansell cf869fc24f Fix Idle Skipping in JitIL.
Has been broken since the flags-opt merge. The idle skipping code in
JitIL was very brittle and depended on the IL of it's inputs not
changing in any way.

flags-opt changed the IR generated by the cmp instruction, which is part
of the idle loop, causing JitIL to break in really weird ways, which
were almost impossible to track down.

This fixes various wii games crashing/not booting and the Regspill
error on (all?) gamecube mmu games.
2014-09-14 04:36:50 +12:00
..
AudioCommon Merge pull request #1027 from rohit-n/change-include 2014-09-10 00:35:16 -05:00
Common ARM64: Make getters within ArithOption const. 2014-09-12 20:55:26 -04:00
Core Fix Idle Skipping in JitIL. 2014-09-14 04:36:50 +12:00
DiscIO Merge pull request #1048 from lioncash/discio 2014-09-12 11:31:29 +10:00
DolphinWX Remove extra semicolons at the ends of some lines. 2014-09-10 12:17:38 -04:00
InputCommon Merge pull request #1027 from rohit-n/change-include 2014-09-10 00:35:16 -05:00
VideoBackends Remove extra semicolons at the ends of some lines. 2014-09-10 12:17:38 -04:00
VideoCommon Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00