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
*
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
|
/
*
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
*
|
Merge pull request #1618 from MerryMage/one-step
Mathew Maidment
2016-03-31
1
-26
/
+57
|
\
\
|
*
|
DynCom: Optimize single stepping
MerryMage
2016-03-30
1
-26
/
+57
|
|
/
*
/
armstate: Correct FIQ register banking
Lioncash
2016-03-21
1
-4
/
+3
|
/
*
ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode name
rob turner
2016-01-19
1
-9
/
+9
*
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
3
-19
/
+19
*
arm_interface: Make GetNumInstructions const
Lioncash
2015-12-06
1
-1
/
+1
*
arm_interface: directly initialize class members
Lioncash
2015-12-06
1
-7
/
+2
*
dyncom: const correctness changes
Lioncash
2015-12-06
3
-7
/
+7
*
armstate: Zero out the registers on creation
Lioncash
2015-11-29
1
-11
/
+11
*
Merge pull request #1122 from polaris-/gdbstub
bunnei
2015-11-11
3
-9
/
+68
|
\
|
*
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
3
-9
/
+69
*
|
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-09
3
-45
/
+45
|
/
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-1
/
+0
*
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
2015-09-11
3
-30
/
+30
*
DynCom: Converted all 0xE condition code checks to ConditionCode::AL
archshift
2015-09-05
2
-132
/
+132
*
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
[next]