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.cpp
Age
Commit message (
Expand
)
Author
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-09-30
arm_interface: Set TLS address for dynarmic core.
bunnei
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
2017-09-24
ARM_Interface: Implement PageTableChanged
MerryMage
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
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
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
dyncom: Use VFP_FPSCR/VFP_FPEXC.
bunnei
2016-08-27
ARM: add ClearInstructionCache function
wwylele
2016-05-09
dyncom: Reset the context into user mode correctly
Lioncash
2016-04-08
Update cpsr (T)humb bit while creating thread
mailwl
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2015-08-06
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-07-26
dyncom: Use std::array for register arrays
Lioncash
2015-07-26
dyncom: Use ARMul_State as an object
Lioncash
2015-07-25
dyncom: Remove unnecessary initialization code.
Lioncash
2015-07-25
dyncom: Remove unnecessary abort-related cruft
Lioncash
2015-07-25
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
dyncom: Move helper functions to their own header
Lioncash
2015-05-23
dyncom: Get rid of armemu.h
Lioncash
2015-05-07
Remove unnecessary dyncom header files
Lioncash
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Dyncom: Move cream cache to ARMul_State.
bunnei
2015-04-20
dyncom: Remove more unused/unnecessary code
Lioncash
2015-04-06
arm_interface: Support retrieval/storage to CP15 registers
Lioncash
2015-03-16
arm_interface: Get rid of GetTicks.
Lioncash
2015-02-12
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
2015-02-12
dyncom: Clean up the constructor
Lioncash
2015-02-12
arm: Remove ARMul_EmulateInit
Lioncash
2015-02-11
arm: Get rid of some magic constants. Specify proper ARM mode.
Lioncash
2015-02-09
Scheduler refactor Pt. 1
Kevin Hartman
2015-01-31
arm: Clean up ARMul_State
Lioncash
2015-01-30
arm: Get rid of armcpu.h and skyeye_types.h
Lioncash
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-08
DynCom: Add a comment to GetTicks.
Subv
2015-01-08
Timing: Use CoreTiming::GetTicks to keep track of ticks.
Subv
2015-01-07
CoreTiming: Ported the CoreTiming namespace from PPSSPP
Subv
2014-12-25
ARM: Add a mechanism for faking CPU time elapsed during HLE.
bunnei
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
2014-11-11
ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).
bunnei
2014-11-11
ARM: Fixed several dyncom bugs.
bunnei
2014-10-25
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
2014-10-25
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei