index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
dyncom
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
11
-8147
/
+0
2017-10-23
logging: Rename category "Core_ARM11" to "Core_ARM".
bunnei
2
-15
/
+15
2017-09-30
arm_interface: Set TLS address for dynarmic core.
bunnei
2
-0
/
+9
2017-09-30
arm: Use 64-bit addressing in a bunch of places.
bunnei
2
-8
/
+8
2017-09-30
Moved down_count to CoreTiming
Huw Pascoe
2
-9
/
+1
2017-09-24
ARM_Interface: Implement PageTableChanged
MerryMage
2
-0
/
+5
2017-08-21
Dyncom: Use size_t instead of int to store the instruction offsets in the ins...
Subv
1
-3
/
+3
2017-08-21
Dyncom: Fixed a conversion warning when decoding thumb instructions.
Subv
1
-1
/
+1
2017-05-07
Dyncom: Remove disassembler code
Yuri Kunde Schlesner
1
-5
/
+2
2017-05-07
Dyncom: Tweak types and log formatting
Yuri Kunde Schlesner
3
-8
/
+10
2017-02-18
dyncom: Correct SXTAB16 and SXTB16
MerryMage
1
-4
/
+4
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
2
-8
/
+4
2016-12-15
gdbstub: Remove global variable from public interface
Lioncash
1
-2
/
+2
2016-12-15
core: Add missing #pragma once directives where applicable
Lioncash
1
-0
/
+2
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
3
-3
/
+3
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
5
-17
/
+10
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2
-3
/
+3
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
7
-4260
/
+4267
2016-09-18
Dyncom: Disable clang-format on the decoding table.
Emmanuel Gil Peyrot
1
-0
/
+3
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2
-10
/
+0
2016-09-15
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
1
-1
/
+1
2016-09-15
dyncom: Use VFP_FPSCR/VFP_FPEXC.
bunnei
1
-4
/
+4
2016-08-27
ARM: add ClearInstructionCache function
wwylele
2
-0
/
+8
2016-08-22
dyncom: Read-after-write in SMLA
MerryMage
1
-2
/
+4
2016-08-14
Dyncom: Correct implementation of STM for R15
MerryMage
1
-3
/
+4
2016-07-28
dyncom: Fix translation of thumb REVSH
MerryMage
1
-4
/
+13
2016-06-12
Make arm_dyncom_trans* into a fully fledged compilation unit
archshift
3
-53
/
+71
2016-06-12
arm_dyncom_interpreter: slightly change AllocBuffer to be intuitive
archshift
1
-15
/
+15
2016-06-10
arm_dyncom_interpreter: Add specialized GetAddressingOpLoadStoreT func
archshift
2
-39
/
+19
2016-06-10
arm_dyncom_interpreter: rename operation functions to fit style guide
archshift
2
-34
/
+34
2016-06-10
arm_dyncom_interpreter: Rename anonymous enum to TransExtData
archshift
3
-134
/
+132
2016-06-10
arm_dyncom_interpreter.cpp: #include translation info from inc files
archshift
3
-2648
/
+2652
2016-06-10
Revert "Split huge interpreter source file into translation info and interpre...
archshift
3
-2697
/
+2695
2016-06-08
arm_dyncom_interpreter: rename operation functions to fit style guide
archshift
2
-42
/
+42
2016-06-08
arm_dyncom_interpreter.cpp: Split by translation and interpreter logic
archshift
3
-2695
/
+2697
2016-05-18
Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD
Jannik Vogel
1
-4
/
+8
2016-05-16
Disable VFP3 instructions
Jannik Vogel
1
-0
/
+4
2016-05-09
dyncom: Reset the context into user mode correctly
Lioncash
1
-1
/
+1
2016-04-29
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
1
-7
/
+0
2016-04-09
Fix BLX LR opcode interpretation
mailwl
1
-2
/
+3
2016-04-08
Update cpsr (T)humb bit while creating thread
mailwl
1
-1
/
+1
2016-04-06
Fix thumb ADR instruction alignment
mailwl
1
-6
/
+2
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
1
-3
/
+2
2016-03-30
DynCom: Optimize single stepping
MerryMage
1
-26
/
+57
2015-12-30
arm_dyncom_dec: Fix decoding of VMLS
Lioncash
2
-206
/
+202
2015-12-28
dyncom: Handle modifying the APSR via an MRC instruction
Lioncash
1
-12
/
+9
2015-12-20
dyncom: Remove PC dispatch from several instructions
Lioncash
1
-94
/
+0
2015-12-19
dyncom: Handle unprivileged load/store variants correctly
Lioncash
1
-7
/
+33
2015-12-06
dyncom: Remove static keyword from header functions
Lioncash
2
-3
/
+3
2015-12-06
dyncom: const correctness changes
Lioncash
2
-3
/
+3
[next]