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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
12
-6168
/
+0
2017-10-23
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
5
-71
/
+71
2017-08-21
Dyncom: Use size_t instead of int to store the instruction offsets in the ins...
Subv
1
-1
/
+1
2017-05-21
fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2
-4
/
+0
2017-05-13
Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...
Subv
1
-2
/
+12
2017-05-09
Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.
Subv
2
-2
/
+2
2017-05-09
Revert "Remove `exceptions` parameter from `normaliseround` VFP functions"
Subv
3
-57
/
+28
2017-05-08
Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
Subv
2
-0
/
+30
2016-12-15
gdbstub: Remove global variable from public interface
Lioncash
1
-1
/
+1
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
5
-5
/
+5
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
5
-9
/
+4
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
3
-11
/
+11
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
11
-1216
/
+870
2016-06-10
arm_dyncom_interpreter: Rename anonymous enum to TransExtData
archshift
1
-32
/
+32
2016-06-10
Revert "Split huge interpreter source file into translation info and interpre...
archshift
1
-32
/
+32
2016-06-08
arm_dyncom_interpreter.cpp: Split by translation and interpreter logic
archshift
1
-32
/
+32
2016-05-18
Remove `exceptions` parameter from `normaliseround` VFP functions
Jannik Vogel
3
-28
/
+57
2016-05-18
Fix exception propagation for VFP single precision
Jannik Vogel
2
-33
/
+38
2016-05-18
Fix exception propagation for VFP double precision
Jannik Vogel
2
-34
/
+39
2016-05-16
Fix ftoi behaviour
Jannik Vogel
2
-22
/
+53
2016-05-16
Respect fpscr in ftoiz
Jannik Vogel
2
-4
/
+4
2016-03-21
armstate: Correct FIQ register banking
Lioncash
1
-4
/
+3
2015-12-06
dyncom: Remove static keyword from header functions
Lioncash
1
-16
/
+16
2015-12-06
dyncom: const correctness changes
Lioncash
1
-4
/
+4
2015-11-29
armstate: Zero out the registers on creation
Lioncash
1
-11
/
+11
2015-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
3
-45
/
+45
2015-10-04
Implement gdbstub
polaris-
2
-0
/
+37
2015-09-19
Implement gdbstub
polaris-
2
-0
/
+37
2015-09-16
general: Silence some warnings when using clang
Lioncash
1
-1
/
+0
2015-09-11
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2
-28
/
+28
2015-09-05
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
archshift
1
-32
/
+32
2015-08-16
Memory: Move address type conversion routines to memory.cpp/h
Yuri Kunde Schlesner
2
-2
/
+0
2015-08-15
vfp: use std::swap where applicable
Lioncash
2
-12
/
+6
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
1
-8
/
+9
2015-08-06
arm_interface: Implement interface for retrieving VFP registers
Lioncash
1
-1
/
+1
2015-07-29
dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM
Lioncash
1
-20
/
+34
2015-07-27
dyncom: Migrate exclusive memory access control into armstate
Lioncash
1
-3
/
+22
2015-07-26
dyncom: Use std::array for register arrays
Lioncash
1
-24
/
+25
2015-07-26
dyncom: Use ARMul_State as an object
Lioncash
7
-801
/
+833
2015-07-25
dyncom: Remove unnecessary initialization code.
Lioncash
3
-52
/
+2
2015-07-25
dyncom: Remove unnecessary abort-related cruft
Lioncash
1
-45
/
+1
2015-07-25
dyncom: Rename armdefs.h to armstate.h
Lioncash
6
-24
/
+24
2015-07-25
dyncom: Get rid of skyeye typedefs
Lioncash
5
-45
/
+40
2015-07-25
dyncom: Move helper functions to their own header
Lioncash
4
-38
/
+48
2015-07-25
dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common
Lioncash
2
-0
/
+765
2015-07-25
armdefs: Remove unnecessary extern keywords
Lioncash
1
-25
/
+25
2015-06-29
vfp: Change return type of VFPInit from unsigned int to void.
Lioncash
2
-4
/
+2
2015-06-29
vfp: Handle accesses to FPINST/FPINST2 system registers
Lioncash
4
-42
/
+53
2015-06-28
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2
-4
/
+6
2015-06-12
vfp: Handle accesses to the VFP media feature registers
Lioncash
3
-4
/
+8
[next]