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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
12
-6168
/
+0
*
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2017-10-23
5
-71
/
+71
*
Dyncom: Use size_t instead of int to store the instruction offsets in the ins...
Subv
2017-08-21
1
-1
/
+1
*
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
|
/
*
gdbstub: Remove global variable from public interface
Lioncash
2016-12-15
1
-1
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
5
-5
/
+5
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
5
-9
/
+4
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
3
-11
/
+11
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
11
-1216
/
+870
*
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
|
/
*
armstate: Correct FIQ register banking
Lioncash
2016-03-21
1
-4
/
+3
*
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
*
armstate: Zero out the registers on creation
Lioncash
2015-11-29
1
-11
/
+11
*
Merge pull request #1122 from polaris-/gdbstub
bunnei
2015-11-11
2
-0
/
+37
|
\
|
*
Implement gdbstub
polaris-
2015-10-04
2
-0
/
+37
*
|
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-09
3
-45
/
+45
|
/
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-1
/
+0
*
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
*
Merge pull request #1025 from yuriks/heap-management
Yuri Kunde Schlesner
2015-08-22
2
-2
/
+0
|
\
|
*
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2015-08-16
2
-2
/
+0
*
|
vfp: use std::swap where applicable
Lioncash
2015-08-15
2
-12
/
+6
|
/
*
Merge pull request #1027 from lioncash/debugger
bunnei
2015-08-13
1
-1
/
+1
|
\
|
*
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-08-06
1
-1
/
+1
*
|
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: Migrate exclusive memory access control into armstate
Lioncash
2015-07-27
1
-3
/
+22
*
dyncom: Use std::array for register arrays
Lioncash
2015-07-26
1
-24
/
+25
*
dyncom: Use ARMul_State as an object
Lioncash
2015-07-26
7
-801
/
+833
*
dyncom: Remove unnecessary initialization code.
Lioncash
2015-07-25
3
-52
/
+2
*
dyncom: Remove unnecessary abort-related cruft
Lioncash
2015-07-25
1
-45
/
+1
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
6
-24
/
+24
*
dyncom: Get rid of skyeye typedefs
Lioncash
2015-07-25
5
-45
/
+40
*
dyncom: Move helper functions to their own header
Lioncash
2015-07-25
4
-38
/
+48
*
dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common
Lioncash
2015-07-25
2
-0
/
+765
*
armdefs: Remove unnecessary extern keywords
Lioncash
2015-07-25
1
-25
/
+25
*
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
2
-4
/
+6
|
\
[next]