summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2016-05-18Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSDJannik Vogel
2016-05-17Set fpscr for new threadsJannik Vogel
2016-05-09dyncom: Reset the context into user mode correctlyLioncash
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-09Fix BLX LR opcode interpretationmailwl
2016-04-08Update cpsr (T)humb bit while creating threadmailwl
2016-04-06Fix thumb ADR instruction alignmentmailwl
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-31Merge pull request #1618 from MerryMage/one-stepMathew Maidment
2016-03-30DynCom: Optimize single steppingMerryMage
2016-03-21armstate: Correct FIQ register bankingLioncash
2016-01-19ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode namerob turner
2015-12-30arm_dyncom_dec: Fix decoding of VMLSLioncash
2015-12-28dyncom: Handle modifying the APSR via an MRC instructionLioncash
2015-12-20dyncom: Remove PC dispatch from several instructionsLioncash
2015-12-19dyncom: Handle unprivileged load/store variants correctlyLioncash
2015-12-06dyncom: Remove static keyword from header functionsLioncash
2015-12-06arm_interface: Make GetNumInstructions constLioncash
2015-12-06arm_interface: directly initialize class membersLioncash
2015-12-06dyncom: const correctness changesLioncash
2015-11-29armstate: Zero out the registers on creationLioncash
2015-11-11Merge pull request #1122 from polaris-/gdbstubbunnei
2015-10-11Remove unnecessary new lines, changed Deinit to Shutdownpolaris-
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-10-04Use BreakpointAddress struct instead of passing address directlypolaris-
2015-10-04Implement gdbstubpolaris-
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-09-05DynCom: Converted all 0xE condition code checks to ConditionCode::ALarchshift
2015-08-26dyncom: Simplify some comparisons in CondPassedLioncash
2015-08-25dyncom: Change return type of CondPassed to boolLioncash
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-22Merge pull request #1025 from yuriks/heap-managementYuri Kunde Schlesner
2015-08-16Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner
2015-08-15vfp: use std::swap where applicableLioncash
2015-08-13Merge pull request #1027 from lioncash/debuggerbunnei
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Emmanuel Gil Peyrot
2015-08-11arm_disasm: ARMv6 mul/div and abs media instructionsaroulin
2015-08-11arm_disasm: ARMv6 parallel add/sub media instructionsaroulin
2015-08-09arm_disasm: ARMv6 reversal media instructionsaroulin
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_interface: Implement interface for retrieving VFP registersLioncash
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-29dyncom: Remove an unused variableLioncash