index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
skyeye_common
/
vfp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
7
-4918
/
+0
*
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-10-23
4
-70
/
+70
*
Merge pull request #2692 from Subv/vfp_ftz
Sebastian Valle
2017-05-22
2
-0
/
+26
|
\
|
*
fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2017-05-21
2
-4
/
+0
|
*
Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2017-05-08
2
-0
/
+30
*
|
Merge pull request #2694 from Subv/vfp_vsub_ftz
Merry
2017-05-22
1
-2
/
+12
|
\
\
|
*
|
Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...
Subv
2017-05-13
1
-2
/
+12
|
|
/
*
|
Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.
Subv
2017-05-09
2
-2
/
+2
*
|
Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"
Subv
2017-05-09
3
-57
/
+28
|
/
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
3
-3
/
+3
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
3
-6
/
+3
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
2
-7
/
+9
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
6
-960
/
+729
*
arm_dyncom_interpreter: Rename anonymous enum to TransExtData
archshift
2016-06-10
1
-32
/
+32
*
Merge pull request #1568 from JayFoxRox/fix-printf
Mat M
2016-05-26
2
-26
/
+57
|
\
|
*
Fix ftoi behaviour
Jannik Vogel
2016-05-16
2
-22
/
+53
|
*
Respect fpscr in ftoiz
Jannik Vogel
2016-05-16
2
-4
/
+4
*
|
Remove `exceptions` parameter from `normaliseround` VFP functions
Jannik Vogel
2016-05-18
3
-28
/
+57
*
|
Fix exception propagation for VFP single precision
Jannik Vogel
2016-05-18
2
-33
/
+38
*
|
Fix exception propagation for VFP double precision
Jannik Vogel
2016-05-18
2
-34
/
+39
|
/
*
dyncom: Remove static keyword from header functions
Lioncash
2015-12-06
1
-16
/
+16
*
dyncom: const correctness changes
Lioncash
2015-12-06
1
-4
/
+4
*
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-09
3
-45
/
+45
*
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-09-11
2
-28
/
+28
*
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
archshift
2015-09-05
1
-32
/
+32
*
vfp: use std::swap where applicable
Lioncash
2015-08-15
2
-12
/
+6
*
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-11
1
-8
/
+9
*
dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM
Lioncash
2015-07-29
1
-20
/
+34
*
dyncom: Use ARMul_State as an object
Lioncash
2015-07-26
1
-63
/
+63
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
2
-2
/
+2
*
dyncom: Get rid of skyeye typedefs
Lioncash
2015-07-25
4
-17
/
+17
*
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
2
-4
/
+6
|
\
|
*
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-06-28
2
-4
/
+6
*
|
vfp: Change return type of VFPInit from unsigned int to void.
Lioncash
2015-06-29
2
-4
/
+2
*
|
vfp: Handle accesses to FPINST/FPINST2 system registers
Lioncash
2015-06-29
3
-42
/
+51
|
/
*
vfp: Handle accesses to the VFP media feature registers
Lioncash
2015-06-12
2
-4
/
+6
*
vfp: Implement VMOVBCR/VMOVBRC
Lioncash
2015-06-12
2
-5
/
+8
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-2
/
+2
*
dyncom: remove load_r15 from arm_inst
Lioncash
2015-05-22
1
-128
/
+96
*
VFP: Log as trace to get rid of spamming.
bunnei
2015-05-22
1
-23
/
+23
*
dyncom: Eliminate clang warnings
Lioncash
2015-05-21
2
-5
/
+3
*
Merge pull request #772 from lioncash/warn
bunnei
2015-05-18
2
-6
/
+6
|
\
|
*
vfp: Get rid of warnings
Lioncash
2015-05-14
2
-6
/
+6
*
|
dyncom: Remove unnecessary typedefs
Lioncash
2015-05-14
1
-64
/
+64
|
/
*
vfp: Handle flush-to-zero mode.
Lioncash
2015-05-11
3
-84
/
+98
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+0
*
dyncom: Remove unused/unnecessary VFP cruft
Lioncash
2015-04-17
2
-636
/
+7
*
Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.
Emmanuel Gil Peyrot
2015-04-14
2
-39
/
+36
*
vfp: Make the FPSID values match the MPCore
Lioncash
2015-04-06
1
-7
/
+7
*
vfp: Get rid of the VFP_OFFSET macro
Lioncash
2015-04-06
3
-56
/
+56
[next]