Age | Commit message (Expand) | Author |
2016-05-18 | Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD | Jannik Vogel |
2016-05-17 | Set fpscr for new threads | Jannik Vogel |
2016-05-09 | dyncom: Reset the context into user mode correctly | Lioncash |
2016-04-29 | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner |
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 |
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 |
2016-03-30 | DynCom: Optimize single stepping | MerryMage |
2016-03-21 | armstate: Correct FIQ register banking | Lioncash |
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 |
2015-12-28 | dyncom: Handle modifying the APSR via an MRC instruction | Lioncash |
2015-12-20 | dyncom: Remove PC dispatch from several instructions | Lioncash |
2015-12-19 | dyncom: Handle unprivileged load/store variants correctly | Lioncash |
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 |
2015-11-11 | Merge pull request #1122 from polaris-/gdbstub | bunnei |
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 |
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 |
2015-08-22 | Merge pull request #1025 from yuriks/heap-management | Yuri Kunde Schlesner |
2015-08-16 | Memory: Move address type conversion routines to memory.cpp/h | Yuri Kunde Schlesner |
2015-08-15 | vfp: use std::swap where applicable | Lioncash |
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 |