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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
3
-3
/
+3
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
5
-17
/
+10
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
2
-3
/
+3
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
7
-4260
/
+4267
*
Dyncom: Disable clang-format on the decoding table.
Emmanuel Gil Peyrot
2016-09-18
1
-0
/
+3
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
2
-10
/
+0
*
arm_dynarmic/arm_dyncom: Remove unnecessary "virtual" keyword.
bunnei
2016-09-15
1
-1
/
+1
*
dyncom: Use VFP_FPSCR/VFP_FPEXC.
bunnei
2016-09-15
1
-4
/
+4
*
ARM: add ClearInstructionCache function
wwylele
2016-08-27
2
-0
/
+8
*
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
3
-134
/
+132
*
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
1
-0
/
+4
|
\
|
*
Disable VFP3 instructions
Jannik Vogel
2016-05-16
1
-0
/
+4
*
|
Fix read-after-write in SMUAD, SMLAD, SMUSD, SMLSD
Jannik Vogel
2016-05-18
1
-4
/
+8
|
/
*
dyncom: Reset the context into user mode correctly
Lioncash
2016-05-09
1
-1
/
+1
*
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-29
1
-7
/
+0
*
Fix BLX LR opcode interpretation
mailwl
2016-04-09
1
-2
/
+3
*
Update cpsr (T)humb bit while creating thread
mailwl
2016-04-08
1
-1
/
+1
*
Fix thumb ADR instruction alignment
mailwl
2016-04-06
1
-6
/
+2
*
Merge pull request #1643 from MerryMage/make_unique
Mathew Maidment
2016-04-05
1
-3
/
+2
|
\
|
*
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
1
-3
/
+2
*
|
DynCom: Optimize single stepping
MerryMage
2016-03-30
1
-26
/
+57
|
/
*
arm_dyncom_dec: Fix decoding of VMLS
Lioncash
2015-12-30
2
-206
/
+202
*
dyncom: Handle modifying the APSR via an MRC instruction
Lioncash
2015-12-28
1
-12
/
+9
*
dyncom: Remove PC dispatch from several instructions
Lioncash
2015-12-20
1
-94
/
+0
*
dyncom: Handle unprivileged load/store variants correctly
Lioncash
2015-12-19
1
-7
/
+33
*
dyncom: Remove static keyword from header functions
Lioncash
2015-12-06
2
-3
/
+3
*
dyncom: const correctness changes
Lioncash
2015-12-06
2
-3
/
+3
*
Remove unnecessary new lines, changed Deinit to Shutdown
polaris-
2015-10-11
1
-1
/
+0
*
Use BreakpointAddress struct instead of passing address directly
polaris-
2015-10-04
1
-3
/
+3
*
Implement gdbstub
polaris-
2015-10-04
1
-9
/
+32
*
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
archshift
2015-09-05
1
-100
/
+100
*
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 #1027 from lioncash/debugger
bunnei
2015-08-13
2
-0
/
+20
|
\
|
*
arm_interface: Implement interface for retrieving VFP registers
Lioncash
2015-08-06
2
-0
/
+20
*
|
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-11
1
-20
/
+21
|
/
*
Merge pull request #1008 from lioncash/pc
bunnei
2015-07-30
1
-1
/
+6
|
\
|
*
dyncom: Handle the case where PC is the source register for STR/VSTM/VLDM
Lioncash
2015-07-29
1
-1
/
+6
*
|
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
[next]