dolphin/Source/Core/Common
Lioncash a69755d9ee x64Emitter: Remove pointer casts from Write{8,16,32,64} functions
This also silences quite a few ubsan asserts from firing when the emitter is being used.
2015-08-21 18:09:48 -04:00
..
Crypto
Logging Fix building with PCH disabled. 2015-07-08 13:52:43 -05:00
Arm64Emitter.cpp JitArm64: Fix jit clearing 2015-08-15 11:41:01 +02:00
Arm64Emitter.h JitArm64: Fix jit clearing 2015-08-15 11:41:01 +02:00
ArmCommon.h
ArmCPUDetect.cpp [AArch64] Clean up our CPUDetect. 2015-06-13 08:04:23 -05:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BitField.h
BitSet.h JitArm64: Fastmem: fixup map & lookup 2015-08-14 11:24:03 -05:00
BlockingLoop.h
BreakPoints.cpp
BreakPoints.h
CDUtils.cpp
CDUtils.h
ChunkFile.h
CMakeLists.txt
CodeBlock.h Add support for a CodeBlock holding a child. 2015-08-12 12:57:06 -05:00
ColorUtil.cpp
ColorUtil.h
Common.h
Common.vcxproj
Common.vcxproj.filters
CommonFuncs.h Common: drop GEKKO define 2015-06-24 12:13:41 +02:00
CommonPaths.h
CommonTypes.h Common: drop GEKKO define 2015-06-24 12:13:41 +02:00
CPUDetect.h CPUDetect: Remove a memset call on the this pointer 2015-07-28 23:44:18 -04:00
DebugInterface.h
ENetUtil.cpp Update license headers to GPLv2+ 2015-05-25 13:22:31 +02:00
ENetUtil.h
Event.h
FifoQueue.h
FileSearch.cpp Fix DoFileSearch returning the passed-in directories themselves. 2015-06-21 16:07:56 -04:00
FileSearch.h
FileUtil.cpp GetExeDirectory() shouldn't return paths with /../ in the middle. 2015-06-26 23:51:40 +02:00
FileUtil.h
FixedSizeQueue.h
Flag.h
FPURoundMode.h
GekkoDisassembler.cpp
GekkoDisassembler.h
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp
Hash.h Hash: Remove the HashFNV prototype 2015-06-20 21:23:25 -04:00
IniFile.cpp IniFile: Mark getter functions as const 2015-08-19 22:27:18 -04:00
IniFile.h IniFile: Mark getter functions as const 2015-08-19 22:27:18 -04:00
Intrinsics.h
JitRegister.cpp
JitRegister.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp Interpreter: simplify fres 2015-06-26 09:29:18 +02:00
MathUtil.h MathUtil: Remove IsNAN and IsINF 2015-08-21 15:05:43 -04:00
MemArena.cpp Common: Use more portable invocation of shm_open 2015-06-13 21:52:47 -07:00
MemArena.h
MemoryUtil.cpp Fix FreeBSD build 2015-06-13 21:52:47 -07:00
MemoryUtil.h Revert "x64: build a Position-Independent Executable (PIE)" 2015-06-14 16:06:26 +12:00
Misc.cpp
MsgHandler.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
MsgHandler.h Common: drop GEKKO define 2015-06-24 12:13:41 +02:00
NandPaths.cpp
NandPaths.h Add a mode to use a dummy Wii NAND. 2015-05-28 19:14:42 -04:00
Network.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
Network.h
PcapFile.cpp
PcapFile.h
PerformanceCounter.cpp
PerformanceCounter.h
Profiler.cpp
Profiler.h
SCMRevGen.vcxproj
SDCardUtil.cpp
SDCardUtil.h
SettingsHandler.cpp
SettingsHandler.h
StdMakeUnique.h
StringUtil.cpp Fix some warnings 2015-08-04 10:58:24 +02:00
StringUtil.h
SymbolDB.cpp Use emplace() instead of insert() where applicable for maps. 2015-06-28 19:52:40 -04:00
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp Fix FreeBSD build 2015-06-13 21:52:47 -07:00
Thread.h
Timer.cpp
Timer.h
TraversalClient.cpp
TraversalClient.h
TraversalProto.h
TraversalServer.cpp
Version.cpp
x64ABI.cpp Set copyright year to when a file was created 2015-05-25 13:22:31 +02:00
x64ABI.h
x64Analyzer.cpp
x64Analyzer.h
x64CPUDetect.cpp CPUDetect: Remove a memset call on the this pointer 2015-07-28 23:44:18 -04:00
x64Emitter.cpp x64Emitter: Remove pointer casts from Write{8,16,32,64} functions 2015-08-21 18:09:48 -04:00
x64Emitter.h x64Emitter: Remove pointer casts from Write{8,16,32,64} functions 2015-08-21 18:09:48 -04:00
x64FPURoundMode.cpp x64FPURoundMode: fix comments 2015-06-23 02:17:36 +02:00
XSaveWorkaround.cpp