dolphin/Source/Core/Core/Src/PowerPC
2013-03-14 01:50:38 +00:00
..
Interpreter Merge branch 'master' into FIFO-BP 2013-03-01 20:12:56 +11:00
Jit64 Merge branch 'master' into FIFO-BP 2013-03-01 20:12:56 +11:00
Jit64IL Merge branch 'master' into FIFO-BP 2013-03-01 20:12:56 +11:00
JitArm32 Really clean up all the emitter loadstores on ARM. If a ARM device supports VFPv4, then it supports IDIVA, so handle that in CPUDetect. 2013-03-14 01:50:38 +00:00
JitCommon Merge branch 'master' into FIFO-BP 2013-03-01 20:12:56 +11:00
CPUCoreBase.h Virtual base classes should have a virtual destructor. 2011-01-30 01:58:54 +00:00
Gekko.h Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban. 2012-05-01 20:42:00 +10:00
JitInterface.cpp Fix a potential issue when someone has a CPU core that isn't available on that host set in the INI file, it would just fail out. Now it defaults to interpreter. 2013-03-08 10:52:04 -06:00
JitInterface.h Fix a potential issue when someone has a CPU core that isn't available on that host set in the INI file, it would just fail out. Now it defaults to interpreter. 2013-03-08 10:52:04 -06:00
LUT_frsqrtex.cpp Hg: 2010-06-09 01:37:08 +00:00
LUT_frsqrtex.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
PowerPC.cpp Fix a potential issue when someone has a CPU core that isn't available on that host set in the INI file, it would just fail out. Now it defaults to interpreter. 2013-03-08 10:52:04 -06:00
PowerPC.h Added preliminary support for the Gekko CPU Performance Monitor. Fixes Harry Potter and the Prisoner of Azkaban. 2012-05-01 20:42:00 +10:00
PPCAnalyst.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
PPCAnalyst.h JitIL/Jit64: Removed std::vector for speed up. 2010-09-22 02:42:17 +00:00
PPCCache.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
PPCCache.h initialize the uninitialized 2012-01-04 01:36:09 -08:00
PPCSymbolDB.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
PPCSymbolDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
PPCTables.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
PPCTables.h My first commit! 2010-08-26 17:44:13 +00:00
Profiler.cpp ARM Support without GLSL 2013-02-26 13:49:00 -06:00
Profiler.h ARM Support without GLSL 2013-02-26 13:49:00 -06:00
SignatureDB.cpp Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p 2011-03-11 10:21:46 +00:00
SignatureDB.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00