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
*
vfp: Get rid of warnings
Lioncash
2015-03-03
2
-4
/
+4
*
arm: Remove unnecessary booleans
Lioncash
2015-02-25
1
-18
/
+5
*
vfpinstr: Fix trivial signed/unsigned mismatch warnings
Lioncash
2015-02-17
1
-4
/
+4
*
vfpdouble: Use %p for printing pointer addresses.
Lioncash
2015-02-15
1
-2
/
+2
*
arm: Set the A bit on reset.
Lioncash
2015-02-15
1
-1
/
+1
*
core: Apply static to local functions
Lioncash
2015-02-13
1
-32
/
+32
*
arm: General cleanup
Lioncash
2015-02-13
6
-129
/
+57
*
dyncom: Switch the app and system cores into the correct mode at initialization
Lioncash
2015-02-12
1
-2
/
+2
*
dyncom: Clean up the constructor
Lioncash
2015-02-12
1
-5
/
+0
*
arm: Remove ARMul_EmulateInit
Lioncash
2015-02-12
2
-9
/
+0
*
armdefs: Remove unnecessary extern C
Lioncash
2015-02-12
1
-6
/
+0
*
arm: Remove ARM26 support.
Lioncash
2015-02-11
1
-20
/
+0
*
arm: Get rid of some magic constants. Specify proper ARM mode.
Lioncash
2015-02-11
1
-0
/
+7
*
arm: Change some more constants into enums
Lioncash
2015-02-11
2
-21
/
+30
*
arm: Remove TRUE/FALSE defines
Lioncash
2015-02-10
2
-16
/
+10
*
Merge pull request #553 from lioncash/denorm
bunnei
2015-02-10
2
-0
/
+6
|
\
|
*
vfp: Normalize accumulator for multiply accumulate instructions
Lioncash
2015-02-10
2
-0
/
+6
*
|
dyncom: Add more regs to MCR/MRC
Lioncash
2015-02-10
1
-1
/
+3
|
/
*
vfpdouble: Fix the FTOUI NaN sign setting
Lioncash
2015-02-09
1
-1
/
+1
*
Throw more unused/unnecessary VFP code out
Lioncash
2015-02-09
3
-215
/
+1
*
vfp_helper: Convert some flags to enums. Throw out more duplicated FPSCR stuff
Lioncash
2015-02-09
4
-192
/
+153
*
vfp_helper: Normalize tabs to spaces
Lioncash
2015-02-09
1
-172
/
+170
*
vfp_helper: Remove unnecessary extern C blocks
Lioncash
2015-02-06
1
-17
/
+1
*
vfp: Move FPSID, FPEXC, and FPSCR values over to enums.
Lioncash
2015-02-06
3
-150
/
+104
*
Merge pull request #537 from lioncash/vfp
bunnei
2015-02-04
1
-6
/
+6
|
\
|
*
vfp: Fix VCVT
Lioncash
2015-02-04
1
-6
/
+6
*
|
vfp: Throw out unused code
Lioncash
2015-02-04
2
-1765
/
+0
|
/
*
Merge pull request #525 from lioncash/armwarn
bunnei
2015-02-01
2
-6
/
+3
|
\
|
*
vfp: Get rid of some compile warnings
Lioncash
2015-01-31
2
-6
/
+3
*
|
arm: Clean up ARMul_State
Lioncash
2015-01-31
1
-110
/
+71
|
/
*
arm: Adios armemu
Lioncash
2015-01-31
3
-821
/
+108
*
arm: Move headers over to pragma once
Lioncash
2015-01-30
5
-23
/
+9
*
arm: Get rid of armcpu.h and skyeye_types.h
Lioncash
2015-01-30
2
-109
/
+0
*
arm: Clean out armos.h and armmmu.h
Lioncash
2015-01-30
2
-181
/
+23
*
arm: Throw out a lot of unnecessary code
Lioncash
2015-01-30
3
-279
/
+20
*
armdefs: Move some defines over to enums
Lioncash
2015-01-30
1
-131
/
+112
*
Update vfp.cpp
bunnei
2015-01-26
1
-1
/
+1
*
Merge pull request #410 from chinhodado/cleanup
bunnei
2015-01-24
4
-432
/
+151
|
\
|
*
Cleanup: Logging in Core
Chin
2015-01-19
4
-432
/
+151
*
|
vfp: Clean up vertical alignment for instructions
Lioncash
2015-01-23
1
-131
/
+125
*
|
dyncom: Clarify precedence for ternary statements
Lioncash
2015-01-19
2
-2
/
+2
|
/
*
vfp: Remove dead code
Lioncash
2015-01-12
1
-50
/
+14
*
dyncom: Add a helper function for addition with a carry
Lioncash
2015-01-12
1
-0
/
+1
*
Merge pull request #417 from kevinhartman/exclusive-tag-fix
bunnei
2015-01-06
1
-11
/
+11
|
\
|
*
Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/...
Kevin Hartman
2015-01-05
1
-11
/
+11
*
|
Merge pull request #418 from lioncash/qd
bunnei
2015-01-05
2
-5
/
+6
|
\
\
|
*
|
dyncom: Implement QADD/QSUB/QDADD/QDSUB
Lioncash
2015-01-05
2
-5
/
+6
|
|
/
*
/
skyeye: Remove duplicate typedefs
Lioncash
2015-01-04
1
-27
/
+3
|
/
*
VFP: Minor cleanup, functionally the same.
bunnei
2015-01-03
1
-2587
/
+2476
*
dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD
Lioncash
2015-01-02
2
-1
/
+2
[next]