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
/
vfp
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-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-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
2015-12-06
dyncom: Remove static keyword from header functions
Lioncash
2015-12-06
dyncom: const correctness changes
Lioncash
2015-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
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-15
vfp: use std::swap where applicable
Lioncash
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-07-29
dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM
Lioncash
2015-07-26
dyncom: Use ARMul_State as an object
Lioncash
2015-07-25
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
dyncom: Get rid of skyeye typedefs
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-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-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
Common: Remove common.h
Yuri Kunde Schlesner
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-06
vfp: Make the FPSID values match the MPCore
Lioncash
2015-04-06
vfp: Get rid of the VFP_OFFSET macro
Lioncash
[next]