summaryrefslogtreecommitdiff
path: root/src/core/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-093-45/+45
* general: Silence some warnings when using clangGravatar Lioncash2015-09-161-1/+0
* General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-113-30/+30
* DynCom: Converted all 0xE condition code checks to ConditionCode::ALGravatar archshift2015-09-052-132/+132
* dyncom: Simplify some comparisons in CondPassedGravatar Lioncash2015-08-261-4/+4
* dyncom: Change return type of CondPassed to boolGravatar Lioncash2015-08-251-57/+39
* Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+7
* Merge pull request #1025 from yuriks/heap-managementGravatar Yuri Kunde Schlesner2015-08-222-2/+0
|\
| * Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2015-08-162-2/+0
* | vfp: use std::swap where applicableGravatar Lioncash2015-08-152-12/+6
|/
* Merge pull request #1027 from lioncash/debuggerGravatar bunnei2015-08-134-1/+49
|\
| * arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash2015-08-064-1/+49
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-114-305/+310
* | arm_disasm: ARMv6 mul/div and abs media instructionsGravatar aroulin2015-08-112-1/+119
* | arm_disasm: ARMv6 parallel add/sub media instructionsGravatar aroulin2015-08-112-0/+167
* | arm_disasm: ARMv6 reversal media instructionsGravatar aroulin2015-08-092-0/+26
* | arm_disasm: ARMv6 saturation media instructionsGravatar aroulin2015-08-092-2/+55
* | arm_disasm: ARMv6 packing and sign-extend media instructionsGravatar aroulin2015-08-092-1/+181
* | Merge pull request #1026 from lioncash/disasmGravatar Lioncash2015-08-071-12/+4
|\ \ | |/ |/|
| * arm_disasm: Remove unnecessary codeGravatar Lioncash2015-08-061-12/+4
* | Disassembler: ARMv6K REX instructionsGravatar aroulin2015-08-062-6/+97
* | Disassembler: ARMv6K hint instructionsGravatar aroulin2015-08-062-0/+56
* | Merge pull request #1008 from lioncash/pcGravatar bunnei2015-07-302-21/+40
|\ \
| * | dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMGravatar Lioncash2015-07-292-21/+40
| |/
* / dyncom: Remove an unused variableGravatar Lioncash2015-07-291-3/+0
|/
* dyncom: Handle left-operand PC correctly for data-processing opsGravatar Lioncash2015-07-281-7/+33
* dyncom: Remove an unnecessary typedefGravatar Lioncash2015-07-282-7/+5
* dyncom: Use enum class for instruction decoding resultsGravatar Lioncash2015-07-285-41/+40
* dyncom: Remove code duplication regarding thumb instructionsGravatar Lioncash2015-07-273-23/+12
* dyncom: Migrate exclusive memory access control into armstateGravatar Lioncash2015-07-272-50/+35
* dyncom: Remove duplicated typedef and externGravatar Lioncash2015-07-271-4/+0
* dyncom: Use std::array for register arraysGravatar Lioncash2015-07-262-28/+29
* dyncom: Use ARMul_State as an objectGravatar Lioncash2015-07-2611-1102/+1022
* dyncom: Remove unnecessary initialization code.Gravatar Lioncash2015-07-254-59/+2
* dyncom: Remove unnecessary abort-related cruftGravatar Lioncash2015-07-252-48/+1
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-2513-31/+31
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-257-61/+55
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-259-41/+56
* dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2015-07-252-0/+0
* armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-251-25/+25
* dyncom: Pass SVC immediates directly.Gravatar Lioncash2015-07-211-1/+2
* dyncom: Properly retrieve the PC value in BX if used.Gravatar Lioncash2015-07-191-3/+5
* Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-181-10/+4
* arm_dyncom_interpreter: Simplify assignment in SMLAWGravatar Lioncash2015-07-161-1/+1
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-104-4/+12
|\
| * Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-282-4/+6
| * Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+5
| * Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+1
* | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-292-4/+2
* | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-294-42/+53
|/