| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-09 | dyncom: Reset the context into user mode correctly | Lioncash | |
| The other mode was system mode. | |||
| 2016-04-29 | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | |
| This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | |||
| 2016-04-09 | Fix BLX LR opcode interpretation | mailwl | |
| 2016-04-08 | Update cpsr (T)humb bit while creating thread | mailwl | |
| 2016-04-06 | Fix thumb ADR instruction alignment | mailwl | |
| 2016-04-05 | Merge pull request #1643 from MerryMage/make_unique | Mathew Maidment | |
| Common: Remove Common::make_unique, use std::make_unique | |||
| 2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | |
| 2016-03-31 | Merge pull request #1618 from MerryMage/one-step | Mathew Maidment | |
| Prevent cache overflow when single stepping | |||
| 2016-03-30 | DynCom: Optimize single stepping | MerryMage | |
| 2016-03-21 | armstate: Correct FIQ register banking | Lioncash | |
| FIQ has seven banked registers (R8 to R14), not two. | |||
| 2016-01-19 | ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode name | rob turner | |
| 2015-12-30 | arm_dyncom_dec: Fix decoding of VMLS | Lioncash | |
| Previously, all VMLS variants would misdecode as CDP (which isn't necessarily wrong in itself, however VMLS has it's own label of execution) | |||
| 2015-12-28 | dyncom: Handle modifying the APSR via an MRC instruction | Lioncash | |
| 2015-12-20 | dyncom: Remove PC dispatch from several instructions | Lioncash | |
| These instructions aren't capable of using the PC as a destination | |||
| 2015-12-19 | dyncom: Handle unprivileged load/store variants correctly | Lioncash | |
| LDRT/LDRBT/STRBT/STRT should simulate the load or store as if the host CPU is in user mode. STRT is also allowed to use the PC as an operand | |||
| 2015-12-06 | dyncom: Remove static keyword from header functions | Lioncash | |
| 2015-12-06 | arm_interface: Make GetNumInstructions const | Lioncash | |
| 2015-12-06 | arm_interface: directly initialize class members | Lioncash | |
| 2015-12-06 | dyncom: const correctness changes | Lioncash | |
| 2015-11-29 | armstate: Zero out the registers on creation | Lioncash | |
| std::array isn't always guaranteed to explicitly zero out it's contents without an initializer list. | |||
| 2015-11-11 | Merge pull request #1122 from polaris-/gdbstub | bunnei | |
| gdbstub implementation | |||
| 2015-10-11 | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | |
| 2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | |
| The LOG_* function itself already appends one. | |||
| 2015-10-04 | Use BreakpointAddress struct instead of passing address directly | polaris- | |
| 2015-10-04 | Implement gdbstub | polaris- | |
| 2015-09-16 | general: Silence some warnings when using clang | Lioncash | |
| 2015-09-11 | General: Replace NULL and '0' usages with nullptr where applicable | Lioncash | |
| 2015-09-05 | DynCom: Converted all 0xE condition code checks to ConditionCode::AL | archshift | |
| 2015-08-26 | dyncom: Simplify some comparisons in CondPassed | Lioncash | |
| 2015-08-25 | dyncom: Change return type of CondPassed to bool | Lioncash | |
| 2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
| This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
| 2015-08-22 | Merge pull request #1025 from yuriks/heap-management | Yuri Kunde Schlesner | |
| Kernel: Correct(er) handling of Heap and Linear Heap allocations | |||
| 2015-08-16 | Memory: Move address type conversion routines to memory.cpp/h | Yuri Kunde Schlesner | |
| These helpers aren't really part of the kernel, and mem_map.cpp/h is going to be moved there next. | |||
| 2015-08-15 | vfp: use std::swap where applicable | Lioncash | |
| 2015-08-13 | Merge pull request #1027 from lioncash/debugger | bunnei | |
| debugger: Add the ability to view VFP register contents | |||
| 2015-08-11 | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵ | Emmanuel Gil Peyrot | |
| standard u?int*_t types. | |||
| 2015-08-11 | arm_disasm: ARMv6 mul/div and abs media instructions | aroulin | |
| SMLAD, SMUAD, SMLSD, SMUSD, SMLALD, SMLSLD, SMMLA, SMMUL, SMMLS USAD8, USADA8 | |||
| 2015-08-11 | arm_disasm: ARMv6 parallel add/sub media instructions | aroulin | |
| {S, U, Q, UQ, SH, UH}{ADD16, ASX, SAX, SUB16, ADD8, SUB8} | |||
| 2015-08-09 | arm_disasm: ARMv6 reversal media instructions | aroulin | |
| REV, REV16, REVSH Only their ARM encoding, Thumb encoding is still missing. | |||
| 2015-08-09 | arm_disasm: ARMv6 saturation media instructions | aroulin | |
| SSAT, SSAT16, USAT, USAT16 | |||
| 2015-08-09 | arm_disasm: ARMv6 packing and sign-extend media instructions | aroulin | |
| PKH, SEL SXTAB, SXTAB16, SXTB, SXTB16, SXTH, SXTAH UXTAB, UXTAB16, UXTB, UXTB16, UXTH, UXTAH | |||
| 2015-08-07 | Merge pull request #1026 from lioncash/disasm | Lioncash | |
| arm_disasm: Remove unnecessary code | |||
| 2015-08-06 | arm_interface: Implement interface for retrieving VFP registers | Lioncash | |
| 2015-08-06 | arm_disasm: Remove unnecessary code | Lioncash | |
| This part of disassembly only determines the opcode, there's no need for offset calculation here. | |||
| 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 | |
| dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM | |||
| 2015-07-29 | dyncom: Remove an unused variable | Lioncash | |
| This was used prior to InterpreterTranslate existing. | |||
| 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 | |
| This is considered deprecated in the ARM manual (using PC as an operand), however, this is still able to be executed on the MPCore (which I'm quite sure would be rare to begin with). | |||
