aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-08-09arm_disasm: ARMv6 saturation media instructionsaroulin
2015-08-09arm_disasm: ARMv6 packing and sign-extend media instructionsaroulin
2015-08-07Merge pull request #1026 from lioncash/disasmLioncash
2015-08-06arm_disasm: Remove unnecessary codeLioncash
2015-08-06Disassembler: ARMv6K REX instructionsaroulin
2015-08-06Disassembler: ARMv6K hint instructionsaroulin
2015-07-30Merge pull request #1008 from lioncash/pcbunnei
2015-07-29Merge pull request #1014 from lioncash/unused-warnbunnei
2015-07-29Merge pull request #1013 from lioncash/unusedYuri Kunde Schlesner
2015-07-29core: Eliminate some unused variable warningsLioncash
2015-07-29dyncom: Remove an unused variableLioncash
2015-07-29core: Fix missing prototype warningsLioncash
2015-07-29Merge pull request #1009 from lioncash/tableYuri Kunde Schlesner
2015-07-29am_net: Add missing function to the function tableLioncash
2015-07-29am_net: Add correct function name to the function tableLioncash
2015-07-29Merge pull request #982 from Subv/homebunnei
2015-07-29dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMLioncash
2015-07-28dyncom: Handle left-operand PC correctly for data-processing opsLioncash
2015-07-28Merge pull request #899 from zawata/Winsock-Deprecationbunnei
2015-07-28Merge pull request #1003 from lioncash/armcruftbunnei
2015-07-28Merge pull request #873 from jroweboy/input_arrayTony Wasserka
2015-07-28dyncom: Remove an unnecessary typedefLioncash
2015-07-28dyncom: Use enum class for instruction decoding resultsLioncash
2015-07-27Move input values into an arrayJames Rowe
2015-07-27dyncom: Remove code duplication regarding thumb instructionsLioncash
2015-07-27dyncom: Migrate exclusive memory access control into armstateLioncash
2015-07-27dyncom: Remove duplicated typedef and externLioncash
2015-07-26dyncom: Use std::array for register arraysLioncash
2015-07-26dyncom: Use ARMul_State as an objectLioncash
2015-07-25dyncom: Remove unnecessary initialization code.Lioncash
2015-07-25dyncom: Remove unnecessary abort-related cruftLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Get rid of skyeye typedefsLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-07-25Merge pull request #989 from lioncash/externYuri Kunde Schlesner
2015-07-25armdefs: Remove unnecessary extern keywordsLioncash
2015-07-25loader: Remove unnecessary else usagesLioncash
2015-07-25Merge pull request #888 from zawata/Warning-Fixes-2Yuri Kunde Schlesner
2015-07-25Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner
2015-07-23Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...Subv
2015-07-23Service/APT: Return proper parameters in GetLockHandle.Subv
2015-07-23Merge pull request #983 from yuriks/null-memory-fillYuri Kunde Schlesner
2015-07-23GSP: Don't try to write memory fill registers if start address is 0Yuri Kunde Schlesner
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv
2015-07-21Merge pull request #962 from Subv/am_appbunnei
2015-07-21Merge pull request #966 from Subv/logbunnei
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv
2015-07-21Merge pull request #957 from Subv/hwtest_crashbunnei
2015-07-21dyncom: Pass SVC immediates directly.Lioncash