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
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-10-23
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-08-21
Dyncom: Use size_t instead of int to store the instruction offsets in the ins...
Subv
2017-05-22
Merge pull request #2692 from Subv/vfp_ftz
Sebastian Valle
2017-05-21
fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2017-05-22
Merge pull request #2694 from Subv/vfp_vsub_ftz
Merry
2017-05-13
Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...
Subv
2017-05-09
Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.
Subv
2017-05-09
Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"
Subv
2017-05-08
Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2016-12-15
gdbstub: Remove global variable from public interface
Lioncash
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-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-10
arm_dyncom_interpreter: Rename anonymous enum to TransExtData
archshift
2016-05-26
Merge pull request #1568 from JayFoxRox/fix-printf
Mat M
2016-05-18
Remove `exceptions` parameter from `normaliseround` VFP functions
Jannik Vogel
2016-05-18
Fix exception propagation for VFP single precision
Jannik Vogel
2016-05-18
Fix exception propagation for VFP double precision
Jannik Vogel
2016-05-16
Fix ftoi behaviour
Jannik Vogel
2016-05-16
Respect fpscr in ftoiz
Jannik Vogel
2016-03-21
armstate: Correct FIQ register banking
Lioncash
2015-12-06
dyncom: Remove static keyword from header functions
Lioncash
2015-12-06
dyncom: const correctness changes
Lioncash
2015-11-29
armstate: Zero out the registers on creation
Lioncash
2015-11-11
Merge pull request #1122 from polaris-/gdbstub
bunnei
2015-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-04
Implement gdbstub
polaris-
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
[next]