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
...
*
|
|
Merge pull request #287 from lioncash/qaddsub16
bunnei
2014-12-17
1
-33
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16.
Lioncash
2014-12-16
1
-2
/
+2
|
*
|
armemu: Join QADD16 and QSUB16 together.
Lioncash
2014-12-16
1
-33
/
+37
*
|
|
Merge pull request #289 from lioncash/smops
bunnei
2014-12-17
1
-38
/
+35
|
\
\
\
|
*
|
|
armemu: Fix SMUAD, SMUSD, and SMLAD
Lioncash
2014-12-16
1
-3
/
+3
|
*
|
|
armemu: Join SMUAD, SMUSD, and SMLAD
Lioncash
2014-12-16
1
-38
/
+35
|
|
/
/
*
|
|
Merge pull request #290 from lioncash/vsub
bunnei
2014-12-16
1
-2
/
+5
|
\
\
\
|
*
|
|
armemu: Fix FTOUI NaN sign.
Normmatt
2014-12-16
1
-1
/
+1
|
*
|
|
armemu: Fix FSUBS bug where NaN shouldn't be negated
Normmatt
2014-12-16
1
-1
/
+4
|
|
/
/
*
/
/
armemu: Implement UXTAB16
Lioncash
2014-12-15
1
-10
/
+25
|
/
/
*
|
armemu: Fix UXTB16
Lioncash
2014-12-14
1
-12
/
+12
*
|
Merge pull request #276 from lioncash/decrappify
bunnei
2014-12-14
1
-306
/
+169
|
\
\
|
*
|
Clean up armdefs.h
Lioncash
2014-12-14
1
-306
/
+169
*
|
|
ARM: Pull some SkyEye fixes from 3dmoo.
bunnei
2014-12-14
3
-419
/
+485
|
/
/
*
|
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
5
-109
/
+109
*
|
armemu: Fix SSAX
Lioncash
2014-12-08
1
-1
/
+1
*
|
armemu: Fix SASX
Lioncash
2014-12-08
1
-1
/
+1
*
|
armemu: Fix parenthesis warnings regarding bitwise ops
Lioncash
2014-12-07
1
-4
/
+4
*
|
Merge pull request #235 from yuriks/dyncom-map
bunnei
2014-11-30
1
-33
/
+15
|
\
\
|
*
|
dyncom: Use unordered_map rather than the terrible 2-level bb_map
Yuri Kunde Schlesner
2014-11-29
1
-33
/
+15
|
|
/
*
/
arm_dyncom_interpreter: Get rid of unused var warnings
Lioncash
2014-11-29
1
-4
/
+2
|
/
*
Remove unused includes to common/thread.h
Emmanuel Gil Peyrot
2014-11-25
1
-2
/
+0
*
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-11-24
1
-16
/
+18
*
Change some SkyEye defines to const ints
Yuri Kunde Schlesner
2014-11-24
2
-34
/
+16
*
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-19
7
-12
/
+12
*
Fix documentation of parameters
Lioncash
2014-11-18
2
-2
/
+2
*
Merge pull request #194 from lioncash/virt
bunnei
2014-11-15
1
-1
/
+1
|
\
|
*
ARM_Interface: Make destructor virtual
Lioncash
2014-11-14
1
-1
/
+1
*
|
ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).
bunnei
2014-11-11
1
-2
/
+2
*
|
ARM: Removed unnecessary goto with each instruction.
bunnei
2014-11-11
1
-43
/
+39
*
|
ARM: Fixed several dyncom bugs.
bunnei
2014-11-11
3
-17
/
+25
*
|
Fix compilation errors
Sean Maas
2014-11-02
1
-2
/
+2
*
|
ARM: Merged additional ARMv6 instructions implemented by 3dmoo.
bunnei
2014-11-02
1
-42
/
+234
*
|
ARM: Merge latest VFP fixes from 3dmoo team.
bunnei
2014-11-02
4
-2096
/
+2388
*
|
Fix VFP compilation errors with gcc
Yuri Kunde Schlesner
2014-10-30
1
-12
/
+12
*
|
Merge pull request #153 from yuriks/add-override
bunnei
2014-10-27
2
-18
/
+18
|
\
\
|
*
|
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-10-26
2
-18
/
+18
*
|
|
vfp_helper: Get rid of integer type redefinitions
Lioncash
2014-10-26
1
-7
/
+1
|
/
/
*
|
ARM: Removed unnecessary and unused SkyEye MMU code.
bunnei
2014-10-25
21
-7728
/
+326
*
|
ARM: Removed unused armos code from SkyEye.
bunnei
2014-10-25
3
-746
/
+0
*
|
ARM: Updated dyncom core to use fast label lookup table on clang.
bunnei
2014-10-25
1
-3
/
+7
*
|
ARM: Integrate SkyEye faster "dyncom" interpreter.
bunnei
2014-10-25
18
-50
/
+8216
*
|
ARM: Reorganized file structure to move shared SkyEye code to a more common a...
bunnei
2014-10-25
31
-63
/
+63
*
|
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-13
1
-1
/
+1
|
\
\
|
*
|
Dead code removal: video_core.cpp, load_symbol_map.cpp
archshift
2014-09-07
1
-1
/
+1
*
|
|
Merge pull request #99 from archshift/ext-check
bunnei
2014-09-11
1
-39
/
+39
|
\
\
\
|
*
|
|
Added string_util to common, small changes in loader.cpp
archshift
2014-09-08
1
-39
/
+39
|
|
|
/
|
|
/
|
*
/
|
core: Prune redundant includes
archshift
2014-09-08
1
-1
/
+0
|
/
/
*
/
core: Make the ARM disassembler use std::string internally
Lioncash
2014-09-06
3
-189
/
+143
|
/
*
Threading: Fix thread starting to execute first instruction correctly.
bunnei
2014-08-28
1
-1
/
+1
[prev]
[next]