index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
Age
Commit message (
Expand
)
Author
2014-04-11
x64Emitter: Add the MOVBE instruction.
Pierre Bourdon
2014-04-11
CPUDetect: add support for MOVBE detection
Pierre Bourdon
2014-04-09
Remove dumb CodeBlock duplication in the emitters.
Ryan Houdek
2014-04-06
Fix a bug in the ARMEmitter.
Ryan Houdek
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-27
Fix IsTriviallyCopyable for volatile (fixes Mac build).
comex
2014-03-25
Compute stack usage correctly in ABI_CallFunctionPC.
magumagu
2014-03-25
Use unaligned stores to save XMM regs to stack.
magumagu
2014-03-26
Merge pull request #210 from magumagu/writerex-fix
Pierre Bourdon
2014-03-25
Common: Add a generic class for accessing bitfields in a fast and endianness-...
Tony Wasserka
2014-03-25
Fix OpArg::WriteRex with 8-bit memory operand.
magumagu
2014-03-24
MathUtil: add constructors to IntFloat/IntDouble
Tillmann Karras
2014-03-17
Fix the Android build when using clang 3.4
Ryan Houdek
2014-03-17
Turn some non-const refs into pointers
Tillmann Karras
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-03-09
MathUtil: fix IsQNAN()
Tillmann Karras
2014-03-09
FPURoundMode: revert use of enums in bit-fields
Tillmann Karras
2014-03-08
x64Emitter: Add functions to call a C++ std::function from JITed code
Pierre Bourdon
2014-03-08
x64ABI: Add two more CallFunction functions (for additional parameter types).
Pierre Bourdon
2014-03-08
x64Emitter: Allow const pointers where it makes sense to do so.
Pierre Bourdon
2014-03-07
Merge pull request #130 from lioncash/breakpoint-clear
Pierre Bourdon
2014-03-07
Fix MAC address reading on Windows.
Matthew Parlane
2014-03-06
Implement workaround for Windows versions which do not support XSAVE.
Shawn Hoffman
2014-03-06
windows: move arch defines to base.props
Shawn Hoffman
2014-03-05
Add ClearAllMemChecks to DebugInterface
Lioncash
2014-03-05
Allow VS builds to be speedy again.
Shawn Hoffman
2014-03-05
commit 1a428de189eb9456695429adc11b606936218924 introduced a bug by using a s...
Shawn Hoffman
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-03-03
Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...
Lioncash
2014-02-28
ArmEmitter: make it more readable
Tillmann Karras
2014-02-28
Crypto: small cleanup
Tillmann Karras
2014-02-28
Various changes suggested by cppcheck
Tillmann Karras
2014-02-28
Convert MemoryUtil.cpp to Unix-style line endings
Tillmann Karras
2014-02-28
x64FPURoundMode: move things around a bit
Tillmann Karras
2014-02-26
MathUtil: Change Log2 return value to int
degasus
2014-02-23
Revert "Merge pull request #83 from lioncash/remove-console"
Pierre Bourdon
2014-02-23
Merge pull request #25 from Tilka/ppc_fp
Pierre Bourdon
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-20
Fix the Windows build in relation to the recent changes.
Lioncash
2014-02-20
Fix LinearDiskCache.h relying on a file not directly included.
Pierre Bourdon
2014-02-20
Fix more header sorting issues in Common/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Turns out Console.cpp and ConsoleListener.cpp were being built into the Linux...
Lioncash
2014-02-16
Remove the embedded Console from the possible logging options.
Lioncash
2014-02-16
Remove the old MMIO access "interface".
Pierre Bourdon
[next]