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
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
2015-07-19
dyncom: Properly retrieve the PC value in BX if used.
Lioncash
2015-07-16
arm_dyncom_interpreter: Simplify assignment in SMLAW
Lioncash
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-26
arm_dyncom_interpreter: Remove unused variable
Lioncash
2015-05-24
arm_dyncom_interpreter: Remove unused macro
Lioncash
2015-05-22
dyncom: Remove unused cpu parameter from decode_thumb_instr
Lioncash
2015-05-22
dyncom: remove load_r15 from arm_inst
Lioncash
2015-05-22
dyncom: Remove unnecessary parameter for load/store operations
Lioncash
2015-05-21
dyncom: Eliminate clang warnings
Lioncash
2015-05-15
Merge pull request #774 from lioncash/decodings
Yuri Kunde Schlesner
2015-05-15
Merge pull request #770 from lioncash/dyncom_clean
bunnei
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-14
dyncom: Add ARMv6K NOP and hint instructions to the decoding table
Lioncash
2015-05-14
dyncom: Handle some MSR variants individually
Lioncash
2015-05-14
dyncom: Move exclusive load/stores above bbl and swi in the decoding table
Lioncash
2015-05-14
dyncom: Remove duplicate enums/prototypes
Lioncash
2015-05-14
dyncom: Remove unnecessary defines
Lioncash
2015-05-14
dyncom: Make translation-unit functions and variables static
Lioncash
2015-05-14
dyncom: Remove unnecessary typedefs
Lioncash
2015-05-14
dyncom: Remove unused structs
Lioncash
2015-05-13
dyncom: Fix decoding of BKPT's immediate
Lioncash
2015-05-11
dyncom: Stub MCRR and MRRC
Lioncash
2015-05-07
dyncom: Remove an unnecessary variable in the interpreter
Lioncash
2015-05-06
HLE: Clean up SVC dispatch mechanism
Yuri Kunde Schlesner
[next]