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
/
skyeye_common
Age
Commit message (
Expand
)
Author
2015-07-27
dyncom: Migrate exclusive memory access control into armstate
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: Get rid of skyeye typedefs
Lioncash
2015-07-25
dyncom: Move helper functions to their own header
Lioncash
2015-07-25
dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common
Lioncash
2015-07-25
armdefs: Remove unnecessary extern keywords
Lioncash
2015-07-10
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-06-29
vfp: Change return type of VFPInit from unsigned int to void.
Lioncash
2015-06-29
vfp: Handle accesses to FPINST/FPINST2 system registers
Lioncash
2015-06-28
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-06-12
vfp: Handle accesses to the VFP media feature registers
Lioncash
2015-06-12
vfp: Implement VMOVBCR/VMOVBRC
Lioncash
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-23
dyncom: Get rid of armemu.h
Lioncash
2015-05-22
dyncom: remove load_r15 from arm_inst
Lioncash
2015-05-22
VFP: Log as trace to get rid of spamming.
bunnei
2015-05-21
dyncom: Eliminate clang warnings
Lioncash
2015-05-18
Merge pull request #772 from lioncash/warn
bunnei
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
vfp: Get rid of warnings
Lioncash
2015-05-14
dyncom: Remove unnecessary typedefs
Lioncash
2015-05-11
vfp: Handle flush-to-zero mode.
Lioncash
2015-05-07
Remove unnecessary dyncom header files
Lioncash
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-06
Clean-up includes
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-17
dyncom: Remove unused/unnecessary VFP cruft
Lioncash
2015-04-14
Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.
Emmanuel Gil Peyrot
2015-04-07
dyncom: Remove unnecessary enum and typedef
Lioncash
2015-04-06
vfp: Make the FPSID values match the MPCore
Lioncash
2015-04-06
vfp: Get rid of the VFP_OFFSET macro
Lioncash
2015-04-06
Move CP15 enum definitions into their own enum.
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-20
armmmu: Remove unnecessary enum values
Lioncash
2015-03-17
dyncom: Make Load/Store instructions support big endian
Lioncash
2015-03-03
vfp: Get rid of warnings
Lioncash
2015-02-25
arm: Remove unnecessary booleans
Lioncash
2015-02-17
vfpinstr: Fix trivial signed/unsigned mismatch warnings
Lioncash
2015-02-15
vfpdouble: Use %p for printing pointer addresses.
Lioncash
2015-02-15
arm: Set the A bit on reset.
Lioncash
2015-02-13
core: Apply static to local functions
Lioncash
2015-02-13
arm: General cleanup
Lioncash
[next]