dolphin/Source/Core
comex b6a7438053 Add BitSet and, as a test, convert some JitRegCache stuff to it.
This is a higher level, more concise wrapper for bitsets which supports
efficiently counting and iterating over set bits.  It's similar to
std::bitset, but the latter does not support efficient iteration (and at
least in libc++, the count algorithm is subpar, not that it really
matters).  The converted uses include both bitsets and, notably,
considerably less efficient regular arrays (for in/out registers in
PPCAnalyst).

Unfortunately, this may slightly pessimize unoptimized builds.
2014-10-25 16:56:51 -04:00
..
AudioCommon Fixes OpenSLES's sample rate. 2014-10-23 11:29:49 -05:00
Common Add BitSet and, as a test, convert some JitRegCache stuff to it. 2014-10-25 16:56:51 -04:00
Core Add BitSet and, as a test, convert some JitRegCache stuff to it. 2014-10-25 16:56:51 -04:00
DiscIO VolumeCreator: Make master key arrays static 2014-10-12 15:07:39 -04:00
DolphinQt DolphinQt: Stub Host_* functions & Resource system. 2014-10-19 15:36:37 -04:00
DolphinWX Fixes packaging OS X binary with spaces in the directory name. 2014-10-25 10:51:54 -05:00
InputCommon Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
UICommon Migrate global init stuff into UICommon. 2014-10-05 20:47:37 -04:00
VideoBackends Merge pull request #1322 from degasus/ogl-pp 2014-10-25 13:48:27 +11:00
VideoCommon Merge pull request #1322 from degasus/ogl-pp 2014-10-25 13:48:27 +11:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00