summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2014-04-11x64Emitter: Add the MOVBE instruction.Pierre Bourdon
2014-04-11CPUDetect: add support for MOVBE detectionPierre Bourdon
2014-04-09Remove dumb CodeBlock duplication in the emitters.Ryan Houdek
2014-04-06Fix a bug in the ARMEmitter.Ryan Houdek
2014-03-29Remove all trailing whitespaces from our codebase.Pierre Bourdon
2014-03-27Fix IsTriviallyCopyable for volatile (fixes Mac build).comex
2014-03-25Compute stack usage correctly in ABI_CallFunctionPC.magumagu
2014-03-25Use unaligned stores to save XMM regs to stack.magumagu
2014-03-26Merge pull request #210 from magumagu/writerex-fixPierre Bourdon
2014-03-25Common: Add a generic class for accessing bitfields in a fast and endianness-...Tony Wasserka
2014-03-25Fix OpArg::WriteRex with 8-bit memory operand.magumagu
2014-03-24MathUtil: add constructors to IntFloat/IntDoubleTillmann Karras
2014-03-17Fix the Android build when using clang 3.4Ryan Houdek
2014-03-17Turn some non-const refs into pointersTillmann Karras
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-11Fixes spacing for "for", "while", "switch" and "if"Matthew Parlane
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-09clang-modernize -add-overrideTillmann Karras
2014-03-09clang-modernize -loop-convertTillmann Karras
2014-03-09MathUtil: fix IsQNAN()Tillmann Karras
2014-03-09FPURoundMode: revert use of enums in bit-fieldsTillmann Karras
2014-03-08x64Emitter: Add functions to call a C++ std::function from JITed codePierre Bourdon
2014-03-08x64ABI: Add two more CallFunction functions (for additional parameter types).Pierre Bourdon
2014-03-08x64Emitter: Allow const pointers where it makes sense to do so.Pierre Bourdon
2014-03-07Merge pull request #130 from lioncash/breakpoint-clearPierre Bourdon
2014-03-07Fix MAC address reading on Windows.Matthew Parlane
2014-03-06Implement workaround for Windows versions which do not support XSAVE.Shawn Hoffman
2014-03-06windows: move arch defines to base.propsShawn Hoffman
2014-03-05Add ClearAllMemChecks to DebugInterfaceLioncash
2014-03-05Allow VS builds to be speedy again.Shawn Hoffman
2014-03-05commit 1a428de189eb9456695429adc11b606936218924 introduced a bug by using a s...Shawn Hoffman
2014-03-04Make our architecture defines less stupid.Ryan Houdek
2014-03-03Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...Lioncash
2014-02-28ArmEmitter: make it more readableTillmann Karras
2014-02-28Crypto: small cleanupTillmann Karras
2014-02-28Various changes suggested by cppcheckTillmann Karras
2014-02-28Convert MemoryUtil.cpp to Unix-style line endingsTillmann Karras
2014-02-28x64FPURoundMode: move things around a bitTillmann Karras
2014-02-26MathUtil: Change Log2 return value to intdegasus
2014-02-23Revert "Merge pull request #83 from lioncash/remove-console"Pierre Bourdon
2014-02-23Merge pull request #25 from Tilka/ppc_fpPierre Bourdon
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-20Fix the Windows build in relation to the recent changes.Lioncash
2014-02-20Fix LinearDiskCache.h relying on a file not directly included.Pierre Bourdon
2014-02-20Fix more header sorting issues in Common/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-16Turns out Console.cpp and ConsoleListener.cpp were being built into the Linux...Lioncash
2014-02-16Remove the embedded Console from the possible logging options.Lioncash
2014-02-16Remove the old MMIO access "interface".Pierre Bourdon