index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
dyncom
/
arm_dyncom_interpreter.cpp
Age
Commit message (
Expand
)
Author
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-10-23
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-08-21
Dyncom: Use size_t instead of int to store the instruction offsets in the ins...
Subv
2017-08-21
Dyncom: Fixed a conversion warning when decoding thumb instructions.
Subv
2017-05-07
Dyncom: Remove disassembler code
Yuri Kunde Schlesner
2017-05-07
Dyncom: Tweak types and log formatting
Yuri Kunde Schlesner
2017-02-18
dyncom: Correct SXTAB16 and SXTB16
MerryMage
2016-12-15
gdbstub: Remove global variable from public interface
Lioncash
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-08-22
dyncom: Read-after-write in SMLA
MerryMage
2016-08-14
Dyncom: Correct implementation of STM for R15
MerryMage
2016-06-12
Make arm_dyncom_trans* into a fully fledged compilation unit
archshift
2016-06-12
arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive
archshift
2016-06-10
arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func
archshift
2016-06-10
arm_dyncom_interpreter: rename operation functions to fit style guide
archshift
2016-06-10
arm_dyncom_interpreter: Rename anonymous enum to TransExtData
archshift
2016-06-10
arm_dyncom_interpreter.cpp: #include translation info from inc files
archshift
2016-05-18
Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD
Jannik Vogel
2016-04-29
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-09
Fix BLX LR opcode interpretation
mailwl
2016-04-06
Fix thumb ADR instruction alignment
mailwl
2016-03-30
DynCom: Optimize single stepping
MerryMage
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: const correctness changes
Lioncash
2015-10-11
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-04
Use BreakpointAddress struct instead of passing address directly
polaris-
2015-10-04
Implement gdbstub
polaris-
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-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
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: 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 ARMul_State as an object
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-21
dyncom: Pass SVC immediates directly.
Lioncash
[next]