summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-11-27Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift
2015-11-12fix failure on gcc and clangwwylele
2015-11-12disable unary minus when the type is not signedwwylele
2015-10-04Implement gdbstubpolaris-
2015-10-03Merge pull request #1176 from lioncash/vs2015-code-junking-daybunnei
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
2015-10-01bit_field: Re-enable code on MSVCLioncash
2015-09-30Split up FileUtil::ScanDirectoryTree to be able to use callbacks for custom b...archshift
2015-09-30symbols: Replace an insert call with emplaceLioncash
2015-09-30symbols: Get rid of initial underscores in variable namesLioncash
2015-09-30symbols: Directly initialize TSymbol membersLioncash
2015-09-30symbols: Simplify GetSymbolLioncash
2015-09-16hash: Get rid of unused functionsLioncash
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-11memory_util: Remove unnecessary assignment in FreeMemoryPagesLioncash
2015-09-11memory_util: Remove commented out printf statementsLioncash
2015-09-11general: Replace 0 literals with nullptr where applicableLioncash
2015-09-11synchronized_wrapper: Add missing return in SynchronizedRef move assignment o...Lioncash
2015-09-11Merge pull request #1144 from lioncash/removebunnei
2015-09-11common: Get rid of a cast in swap.hLioncash
2015-09-11common: Get rid of debug_interface.hLioncash
2015-09-01x64: Proper stack alignment in shader JIT function callsaroulin
2015-09-01Common: Import BitSet from Dolphinaroulin
2015-08-28Common: Fix MicroProfile compilation in MSVC2015Yuri Kunde Schlesner
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-23x64-emitter: add RCPSS SSE instructionaroulin
2015-08-22Merge pull request #1058 from lioncash/ptrLioncash
2015-08-22Merge pull request #1025 from yuriks/heap-managementYuri Kunde Schlesner
2015-08-21emitter: Remove pointer castsLioncash
2015-08-20emitter: Remove unnecessary definesLioncash
2015-08-20emitter: Remove unnecessary else keywordsLioncash
2015-08-20emitter: Remove unused codeLioncash
2015-08-20emitter: Remove unimplemented JMP prototypeLioncash
2015-08-20emitter: Pass OpArg by reference where possibleLioncash
2015-08-20emitter: Remove unnecessary inline specifiersLioncash
2015-08-19Merge pull request #1035 from darkf/mingw-fixbunnei
2015-08-17Fix building under MinGWdarkf
2015-08-16videocore: Added RG8 texture supportPatrick Martin
2015-08-16VMManager: Make LogLayout log level configurable as a parameterYuri Kunde Schlesner
2015-08-15Merge pull request #1031 from bbarenblat/masterYuri Kunde Schlesner
2015-08-15Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.bunnei
2015-08-15Common: Cleanup CPU capability detection code.bunnei
2015-08-15Common: Move cpu_detect to x64 directory.bunnei
2015-08-15x64: Refactor to remove fake interfaces and general cleanups.bunnei
2015-08-15Common: Added MurmurHash3 hash function for general-purpose use.bunnei
2015-08-15Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei
2015-08-15Common: Ported over Dolphin's code for x86 CPU capability detection.bunnei
2015-08-15Handle invalid `Log::Class`Benjamin Barenblat
2015-08-11Stop defining GCC always_inline attributes as __forceinlinearchshift
2015-08-05Merge pull request #1018 from bbarenblat/masterbunnei