dolphin/Source/Core/Common
Markus Wick 86226cb2b9 Merge pull request #1979 from Mullin/head
Use clock_gettime instead of gettimeofday, it's more efficiency on low power system
2015-02-18 21:54:16 +01:00
..
Crypto
Logging
Arm64Emitter.cpp [AArch64] Implement loadstore unscaled. 2015-02-16 22:00:43 -06:00
Arm64Emitter.h [AArch64] Implement loadstore unscaled. 2015-02-16 22:00:43 -06:00
ArmCommon.h
ArmCPUDetect.cpp
ArmEmitter.cpp
ArmEmitter.h [ARM] Fix poison memory functions. 2015-02-13 12:16:05 -06:00
Atomic_GCC.h
Atomic_Win32.h
Atomic.h
BitField.h Fix Intellisense error spam on Visual Studio. 2015-01-23 19:15:25 -08:00
BitSet.h
BreakPoints.cpp
BreakPoints.h
CDUtils.cpp
CDUtils.h
ChunkFile.h
CMakeLists.txt
CodeBlock.h
ColorUtil.cpp
ColorUtil.h
Common.h
Common.vcxproj
Common.vcxproj.filters
CommonFuncs.h
CommonPaths.h PostProcessing: Add support for user-supplied anaglyph shaders. 2015-01-25 22:07:03 +01:00
CommonTypes.h
CPUDetect.h
DebugInterface.h
Event.h
ExtendedTrace.cpp
ExtendedTrace.h
FifoQueue.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp
FileUtil.h
FixedSizeQueue.h
Flag.h
FPURoundMode.h
GekkoDisassembler.cpp
GekkoDisassembler.h
GenericCPUDetect.cpp
GenericFPURoundMode.cpp
Hash.cpp GetCRC32: Fix the hash for the last byte(s) 2015-02-18 14:26:28 +01:00
Hash.h Fix clang on x86_64. 2015-01-29 01:55:20 -06:00
IniFile.cpp Use emplace_* functions where in-place construction is preferable 2015-02-04 11:39:08 -05:00
IniFile.h
JitRegister.cpp JitRegister: overload Register with a [start,end) variant 2015-01-28 09:50:19 +01:00
JitRegister.h JitRegister: overload Register with a [start,end) variant 2015-01-28 09:50:19 +01:00
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp
MathUtil.h
MemArena.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
MemArena.h Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
MemoryUtil.cpp
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp Use emplace_* functions where in-place construction is preferable 2015-02-04 11:39:08 -05:00
NandPaths.h
Network.cpp
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 Use printf-like format in JitRegister::Register 2015-01-28 09:47:08 +01:00
StringUtil.h Use printf-like format in JitRegister::Register 2015-01-28 09:47:08 +01:00
SymbolDB.cpp
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp
Thread.h
Timer.cpp Use clock_gettime instead of gettimeofday, it's more effiency on low power system 2015-02-18 21:44:58 +01:00
Timer.h
Version.cpp
x64ABI.cpp
x64ABI.h
x64Analyzer.cpp
x64Analyzer.h
x64CPUDetect.cpp
x64Emitter.cpp
x64Emitter.h Added a comment to document an issue with the codegen. 2015-01-24 16:08:26 +13:00
x64FPURoundMode.cpp
XSaveWorkaround.cpp