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
...
|
*
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
|
|
/
*
|
Merge pull request #2696 from Subv/vfp_revert
Yuri Kunde Schlesner
2017-05-08
3
-59
/
+30
|
\
\
|
*
|
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
|
|
/
*
|
Dyncom: Remove disassembler code
Yuri Kunde Schlesner
2017-05-07
3
-1587
/
+2
*
|
Dyncom: Tweak types and log formatting
Yuri Kunde Schlesner
2017-05-07
3
-8
/
+10
*
|
Remove unused symbols code
Yuri Kunde Schlesner
2017-05-07
2
-44
/
+0
|
/
*
dyncom: Correct SXTAB16 and SXTB16
MerryMage
2017-02-18
1
-4
/
+4
*
arm_dynarmic: Update memory interface
MerryMage
2017-02-03
1
-10
/
+10
*
arm_dynarmic: CP15 support
MerryMage
2017-02-03
4
-5
/
+128
*
Merge pull request #2366 from MerryMage/MemoryReadCode
bunnei
2016-12-22
1
-0
/
+1
|
\
|
*
arm_dynarmic: Provide MemoryReadCode callback
MerryMage
2016-12-22
1
-0
/
+1
*
|
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
5
-22
/
+21
|
/
*
gdbstub: Remove global variable from public interface
Lioncash
2016-12-15
2
-3
/
+3
*
core: Add missing #pragma once directives where applicable
Lioncash
2016-12-15
1
-0
/
+2
*
Core: Add a forgotten #include <cstring> for memcpy.
Emmanuel Gil Peyrot
2016-12-11
1
-0
/
+1
*
dynarmic: Add ticks based on ticks executed, not ticks requested
MerryMage
2016-11-26
1
-2
/
+2
*
Expose page table to dynarmic for optimized reads and writes to the JIT
James Rowe
2016-11-24
1
-0
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
11
-11
/
+11
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
15
-40
/
+18
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
6
-16
/
+15
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
22
-6274
/
+5726
*
Dyncom: Disable clang-format on the decoding table.
Emmanuel Gil Peyrot
2016-09-18
1
-0
/
+3
*
arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg.
bunnei
2016-09-15
1
-5
/
+12
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
5
-29
/
+0
*
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
2016-09-15
2
-2
/
+2
*
dyncom: Use VFP_FPSCR/VFP_FPEXC.
bunnei
2016-09-15
1
-4
/
+4
*
dynarmic: Implement ARM CPU interface.
bunnei
2016-09-15
2
-0
/
+227
*
ARM: add ClearInstructionCache function
wwylele
2016-08-27
3
-0
/
+11
*
dyncom: Read-after-write in SMLA
MerryMage
2016-08-22
1
-2
/
+4
*
Dyncom: Correct implementation of STM for R15
MerryMage
2016-08-14
1
-3
/
+4
*
dyncom: Fix translation of thumb REVSH
MerryMage
2016-07-28
1
-4
/
+13
*
Make arm_dyncom_trans* into a fully fledged compilation unit
archshift
2016-06-12
3
-53
/
+71
*
arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive
archshift
2016-06-12
1
-15
/
+15
*
arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func
archshift
2016-06-10
2
-39
/
+19
*
arm_dyncom_interpreter: rename operation functions to fit style guide
archshift
2016-06-10
2
-34
/
+34
*
arm_dyncom_interpreter: Rename anonymous enum to TransExtData
archshift
2016-06-10
4
-166
/
+164
*
arm_dyncom_interpreter.cpp: #include translation info from inc files
archshift
2016-06-10
3
-2648
/
+2652
*
Merge pull request #1568 from JayFoxRox/fix-printf
Mat M
2016-05-26
3
-26
/
+61
|
\
|
*
Fix ftoi behaviour
Jannik Vogel
2016-05-16
2
-22
/
+53
|
*
Respect fpscr in ftoiz
Jannik Vogel
2016-05-16
2
-4
/
+4
|
*
Disable VFP3 instructions
Jannik Vogel
2016-05-16
1
-0
/
+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
*
|
Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD
Jannik Vogel
2016-05-18
1
-4
/
+8
*
|
Set fpscr for new threads
Jannik Vogel
2016-05-17
1
-0
/
+1
|
/
[prev]
[next]