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
/
interpreter
/
arm_interpreter.h
Age
Commit message (
Collapse
)
Author
2015-01-31
arm: Adios armemu
Lioncash
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2014-12-25
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
- Also a few cleanups.
2014-12-20
License change
purpasmart96
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵
Emmanuel Gil Peyrot
or generated
2014-11-18
Fix documentation of parameters
Lioncash
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
This was automated using `clang-modernize`.
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common ↵
bunnei
area. Removed s_ prefix
2014-06-01
arm: added option to prepare CPU core (while mid-instruction) for thread ↵
bunnei
reschedule
2014-05-20
ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ↵
bunnei
with style guide
2014-05-20
ARM_Interface: added SaveContext and LoadContext functions for HLE thread ↵
bunnei
switching
2014-05-17
Merge branch 'master' into threading
bunnei
2014-05-17
updated how we call ARM core to make things much faster
bunnei
2014-05-11
added option to set CPSR register to arm_interface
bunnei
2014-04-27
removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
bunnei
2014-04-10
cleaned up arm_interface, added a setter to set registers for use with HLE ↵
bunnei
return values
2014-04-08
fixed licensing and updated code style naming for ↵
bunnei
arm_interface/arm_interpreter frontend module
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei