dolphin/Source/Core
Ryan Houdek cb10bef9a4 Implements LLVM based disassembler for the debugger.
This will work for all of our platforms, x86, ARMv7, and AArch64.
Main issue with this is that LLVM's cmake files aren't correctly finding the LLVM install.
Not sure if this is Ubuntu's issue or not, it may just work on other operating systems.

We could potentially improve this, you can pass in a specific CPU in to the LLVM disassembler. This would probably affect latency times that are
reported by LLVM's disassembly? This needs to be further investigated later.
2014-10-24 18:10:21 -05:00
..
AudioCommon Fixes OpenSLES's sample rate. 2014-10-23 11:29:49 -05:00
Common Merge pull request #1349 from comex/good-job-dereferencing-null-on-purpose 2014-10-24 13:03:09 +11:00
Core Merge pull request #1363 from lioncash/init-order 2014-10-24 13:03:38 +11: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 Implements LLVM based disassembler for the debugger. 2014-10-24 18:10:21 -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 Enables EarlyZ support in OpenGL ES 3.1. 2014-10-23 07:34:07 -05:00
VideoCommon Merge pull request #1349 from comex/good-job-dereferencing-null-on-purpose 2014-10-24 13:03:09 +11:00
CMakeLists.txt Merge pull request #1085 from waddlesplash/refactoring 2014-10-05 21:25:44 -04:00