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-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-09-16
general: Silence some warnings when using clang
Lioncash
2015-09-11
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-09-05
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
archshift
2015-08-22
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-15
vfp: use std::swap where applicable
Lioncash
2015-08-13
Merge pull request #1027 from lioncash/debugger
bunnei
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-06
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-07-29
dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM
Lioncash
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
[next]