index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
disassembler
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2
-2
/
+2
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
3
-7
/
+2
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
3
-794
/
+586
2016-01-19
ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode name
rob turner
1
-9
/
+9
2015-09-11
General: Replace NULL and '0' usages with nullptr where applicable
Lioncash
1
-2
/
+2
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.
Emmanuel Gil Peyrot
2
-277
/
+280
2015-08-11
arm_disasm: ARMv6 mul/div and abs media instructions
aroulin
2
-1
/
+119
2015-08-11
arm_disasm: ARMv6 parallel add/sub media instructions
aroulin
2
-0
/
+167
2015-08-09
arm_disasm: ARMv6 reversal media instructions
aroulin
2
-0
/
+26
2015-08-09
arm_disasm: ARMv6 saturation media instructions
aroulin
2
-2
/
+55
2015-08-09
arm_disasm: ARMv6 packing and sign-extend media instructions
aroulin
2
-1
/
+181
2015-08-07
arm_disasm: Remove unnecessary code
Lioncash
1
-12
/
+4
2015-08-06
Disassembler: ARMv6K REX instructions
aroulin
2
-6
/
+97
2015-08-06
Disassembler: ARMv6K hint instructions
aroulin
2
-0
/
+56
2015-06-28
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
1
-0
/
+1
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-02-28
arm_disasm: Show conditional code for BKPT instructions.
Lioncash
1
-2
/
+3
2015-02-28
arm_disasm: Remove unused variable
Lioncash
1
-2
/
+1
2015-02-11
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
1
-1
/
+1
2014-12-21
License change
purpasmart96
2
-2
/
+2
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-2
/
+2
2014-09-09
core: Prune redundant includes
archshift
1
-1
/
+0
2014-09-09
Added string_util to common, small changes in loader.cpp
archshift
1
-39
/
+39
2014-09-07
Dead code removal: video_core.cpp, load_symbol_map.cpp
archshift
1
-1
/
+1
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
2
-183
/
+140
2014-05-01
added a module to load symbol map files for debugging
bunnei
2
-0
/
+46
2014-04-09
fixed project includes to use new directory structure
bunnei
1
-1
/
+2
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
2
-0
/
+1149