dolphin/Source/Core/Core/PowerPC/JitCommon
comex 6e774f1b64 Add missing includes where headers depend on other headers having been included first.
This is good hygiene, and also happens to be required to build Dolphin
using Clang modules.

(Under this setup, each header file becomes a module, and each #include
is automatically translated to a module import.  Recursive includes
still leak through (by default), but modules are compiled independently,
and can't depend on defines or types having previously been set up.  The
main reason to retrofit it onto Dolphin is compilation performance - no
more textual includes whatsoever, rather than putting a few blessed
common headers into a PCH.  Unfortunately, I found multiple Clang bugs
while trying to build Dolphin this way, so it's not ready yet, but I can
start with this prerequisite.)
2014-10-21 21:22:16 -04:00
..
Jit_Util.cpp Revert "FastMem: don't let the backpatcher hit the same location twice" 2014-10-16 21:39:15 -04:00
Jit_Util.h Revert "FastMem: don't let the backpatcher hit the same location twice" 2014-10-16 21:39:15 -04:00
JitAsmCommon.cpp JitAsmCommon: remove a few redundant moves 2014-10-03 10:05:42 -07:00
JitAsmCommon.h Opportunistically predict BLR destinations using RET. 2014-09-17 19:56:09 -04:00
JitBackpatch.cpp Revert "FastMem: don't let the backpatcher hit the same location twice" 2014-10-16 21:39:15 -04:00
JitBackpatch.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
JitBase.cpp Common: Introduce the new Gekko disassembler to Common. 2014-08-04 00:45:07 -04:00
JitBase.h Revert "FastMem: don't let the backpatcher hit the same location twice" 2014-10-16 21:39:15 -04:00
JitCache.cpp Revert "FastMem: don't let the backpatcher hit the same location twice" 2014-10-16 21:39:15 -04:00
JitCache.h JitCache: Use std::array to back the arrays within it. 2014-10-10 00:22:09 -04:00
TrampolineCache.cpp Merge pull request #1218 from hthh/trampolinecaching 2014-10-07 13:26:23 +11:00
TrampolineCache.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00