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-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
2015-05-01
Dyncom: Move cream cache to ARMul_State.
bunnei
2015-04-07
dyncom: Remove unnecessary enum and typedef
Lioncash
2015-04-06
Merge pull request #685 from lioncash/cpregs
bunnei
2015-04-06
Move CP15 enum definitions into their own enum.
Lioncash
2015-04-05
dyncom: Suppress uninitialized variable warnings
Lioncash
2015-04-02
dyncom: Move CP15 register writing into its own function.
Lioncash
2015-04-02
dyncom: Move CP15 register reading into its own function.
Lioncash
2015-03-26
dyncom: Migrate InAPrivilegedMode to armsupp
Lioncash
2015-03-24
dyncom: Implement SRS
Lioncash
2015-03-24
dyncom: Implement RFE
Lioncash
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-03-14
dyncom: Implement SETEND
Lioncash
2015-03-10
dyncom: Minor cleanup
Lioncash
2015-03-08
dyncom: Fix an indexing bug in STM
Lioncash
2015-03-08
dyncom: General cleanup of STM
Lioncash
2015-03-08
dyncom: Increment addr when accessing LR in LDM
Lioncash
2015-03-01
Add profiling infrastructure and widget
Yuri Kunde Schlesner
2015-02-26
arm: The CP15 Main ID register is not writeable
Lioncash
2015-02-21
Cleaned up unaligned access.
Kevin Hartman
2015-02-17
dyncom: Support conditional BKPT instructions
Lioncash
2015-02-16
dyncom: Actually set the destination register for USAD8/USADA8.
Lioncash
2015-02-13
core: Apply static to local functions
Lioncash
2015-02-13
arm: General cleanup
Lioncash
2015-02-12
dyncom: Remove warning for SXTAH
Lioncash
2015-02-10
dyncom: Add more regs to MCR/MRC
Lioncash
2015-02-03
dyncom: Remove more unnecessary code
Lioncash
2015-02-03
core: Fix some warnings on OSX
Lioncash
2015-01-31
arm: Adios armemu
Lioncash
[next]