Age | Commit message (Expand) | Author |
2015-08-13 | Merge pull request #1027 from lioncash/debugger | bunnei |
2015-08-11 | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ... | Emmanuel Gil Peyrot |
2015-08-11 | arm_disasm: ARMv6 mul/div and abs media instructions | aroulin |
2015-08-11 | arm_disasm: ARMv6 parallel add/sub media instructions | aroulin |
2015-08-09 | arm_disasm: ARMv6 reversal media instructions | aroulin |
2015-08-09 | arm_disasm: ARMv6 saturation media instructions | aroulin |
2015-08-09 | arm_disasm: ARMv6 packing and sign-extend media instructions | aroulin |
2015-08-07 | Merge pull request #1026 from lioncash/disasm | Lioncash |
2015-08-06 | arm_interface: Implement interface for retrieving VFP registers | Lioncash |
2015-08-06 | arm_disasm: Remove unnecessary code | Lioncash |
2015-08-06 | Disassembler: ARMv6K REX instructions | aroulin |
2015-08-06 | Disassembler: ARMv6K hint instructions | aroulin |
2015-07-30 | Merge pull request #1008 from lioncash/pc | bunnei |
2015-07-29 | dyncom: Remove an unused variable | Lioncash |
2015-07-29 | dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM | Lioncash |
2015-07-28 | dyncom: Handle left-operand PC correctly for data-processing ops | Lioncash |
2015-07-28 | dyncom: Remove an unnecessary typedef | Lioncash |
2015-07-28 | dyncom: Use enum class for instruction decoding results | Lioncash |
2015-07-27 | dyncom: Remove code duplication regarding thumb instructions | Lioncash |
2015-07-27 | dyncom: Migrate exclusive memory access control into armstate | Lioncash |
2015-07-27 | dyncom: Remove duplicated typedef and extern | Lioncash |
2015-07-26 | dyncom: Use std::array for register arrays | Lioncash |
2015-07-26 | dyncom: Use ARMul_State as an object | Lioncash |
2015-07-25 | dyncom: Remove unnecessary initialization code. | Lioncash |
2015-07-25 | dyncom: Remove unnecessary abort-related cruft | Lioncash |
2015-07-25 | dyncom: Rename armdefs.h to armstate.h | Lioncash |
2015-07-25 | dyncom: Get rid of skyeye typedefs | Lioncash |
2015-07-25 | dyncom: Move helper functions to their own header | Lioncash |
2015-07-25 | dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common | Lioncash |
2015-07-25 | armdefs: Remove unnecessary extern keywords | Lioncash |
2015-07-21 | dyncom: Pass SVC immediates directly. | Lioncash |
2015-07-19 | dyncom: Properly retrieve the PC value in BX if used. | Lioncash |
2015-07-18 | Dyncom: Support for a missing ARMv6 Thumb MOV encoding | Yuri Kunde Schlesner |
2015-07-16 | arm_dyncom_interpreter: Simplify assignment in SMLAW | Lioncash |
2015-07-10 | Merge pull request #876 from linkmauve/include-cleanups | Yuri Kunde Schlesner |
2015-06-29 | vfp: Change return type of VFPInit from unsigned int to void. | Lioncash |
2015-06-29 | vfp: Handle accesses to FPINST/FPINST2 system registers | Lioncash |
2015-06-28 | Core, VideoCore: Replace or fix exit() calls. | Emmanuel Gil Peyrot |
2015-06-28 | Core: Cleanup core includes. | Emmanuel Gil Peyrot |
2015-06-28 | Common: Fix FileUtil includes, and everything relying on those. | Emmanuel Gil Peyrot |
2015-06-12 | vfp: Handle accesses to the VFP media feature registers | Lioncash |
2015-06-12 | vfp: Implement VMOVBCR/VMOVBRC | Lioncash |
2015-06-04 | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA | Lioncash |
2015-05-31 | arm_dyncom_thumb: Fix encoding of BKPT's immediate | Lioncash |
2015-05-31 | arm_dyncom_thumb: Implement CPS and SETEND | Lioncash |
2015-05-31 | arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB. | Lioncash |
2015-05-31 | arm_dyncom_thumb: Implement REV, REV16, and REVSH. | Lioncash |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot |
2015-05-26 | Merge pull request #826 from lioncash/tables | Yuri Kunde Schlesner |
2015-05-26 | arm_dyncom_thumb: Merge STR/LDR table subsets. | Lioncash |