index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-30
/
+30
*
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
archshift
2015-09-05
2
-132
/
+132
*
dyncom: Simplify some comparisons in CondPassed
Lioncash
2015-08-26
1
-4
/
+4
*
dyncom: Change return type of CondPassed to bool
Lioncash
2015-08-25
1
-57
/
+39
*
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
1
-0
/
+7
*
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
4
-1
/
+49
|
\
|
*
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-08-06
4
-1
/
+49
*
|
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-11
4
-305
/
+310
*
|
arm_disasm: ARMv6 mul/div and abs media instructions
aroulin
2015-08-11
2
-1
/
+119
*
|
arm_disasm: ARMv6 parallel add/sub media instructions
aroulin
2015-08-11
2
-0
/
+167
*
|
arm_disasm: ARMv6 reversal media instructions
aroulin
2015-08-09
2
-0
/
+26
*
|
arm_disasm: ARMv6 saturation media instructions
aroulin
2015-08-09
2
-2
/
+55
*
|
arm_disasm: ARMv6 packing and sign-extend media instructions
aroulin
2015-08-09
2
-1
/
+181
*
|
Merge pull request #1026 from lioncash/disasm
Lioncash
2015-08-07
1
-12
/
+4
|
\
\
|
|
/
|
/
|
|
*
arm_disasm: Remove unnecessary code
Lioncash
2015-08-06
1
-12
/
+4
*
|
Disassembler: ARMv6K REX instructions
aroulin
2015-08-06
2
-6
/
+97
*
|
Disassembler: ARMv6K hint instructions
aroulin
2015-08-06
2
-0
/
+56
*
|
Merge pull request #1008 from lioncash/pc
bunnei
2015-07-30
2
-21
/
+40
|
\
\
|
*
|
dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM
Lioncash
2015-07-29
2
-21
/
+40
|
|
/
*
/
dyncom: Remove an unused variable
Lioncash
2015-07-29
1
-3
/
+0
|
/
*
dyncom: Handle left-operand PC correctly for data-processing ops
Lioncash
2015-07-28
1
-7
/
+33
*
dyncom: Remove an unnecessary typedef
Lioncash
2015-07-28
2
-7
/
+5
*
dyncom: Use enum class for instruction decoding results
Lioncash
2015-07-28
5
-41
/
+40
*
dyncom: Remove code duplication regarding thumb instructions
Lioncash
2015-07-27
3
-23
/
+12
*
dyncom: Migrate exclusive memory access control into armstate
Lioncash
2015-07-27
2
-50
/
+35
*
dyncom: Remove duplicated typedef and extern
Lioncash
2015-07-27
1
-4
/
+0
*
dyncom: Use std::array for register arrays
Lioncash
2015-07-26
2
-28
/
+29
*
dyncom: Use ARMul_State as an object
Lioncash
2015-07-26
11
-1102
/
+1022
*
dyncom: Remove unnecessary initialization code.
Lioncash
2015-07-25
4
-59
/
+2
*
dyncom: Remove unnecessary abort-related cruft
Lioncash
2015-07-25
2
-48
/
+1
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
13
-31
/
+31
*
dyncom: Get rid of skyeye typedefs
Lioncash
2015-07-25
7
-61
/
+55
*
dyncom: Move helper functions to their own header
Lioncash
2015-07-25
9
-41
/
+56
*
dyncom: Move arminit.cpp and armsupp.cpp into skyeye_common
Lioncash
2015-07-25
2
-0
/
+0
*
armdefs: Remove unnecessary extern keywords
Lioncash
2015-07-25
1
-25
/
+25
*
dyncom: Pass SVC immediates directly.
Lioncash
2015-07-21
1
-1
/
+2
*
dyncom: Properly retrieve the PC value in BX if used.
Lioncash
2015-07-19
1
-3
/
+5
*
Dyncom: Support for a missing ARMv6 Thumb MOV encoding
Yuri Kunde Schlesner
2015-07-18
1
-10
/
+4
*
arm_dyncom_interpreter: Simplify assignment in SMLAW
Lioncash
2015-07-16
1
-1
/
+1
*
Merge pull request #876 from linkmauve/include-cleanups
Yuri Kunde Schlesner
2015-07-10
4
-4
/
+12
|
\
|
*
Core, VideoCore: Replace or fix exit() calls.
Emmanuel Gil Peyrot
2015-06-28
2
-4
/
+6
|
*
Core: Cleanup core includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+5
|
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
|
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
4
-42
/
+53
|
/
[next]