index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
arm
/
disassembler
Age
Commit message (
Expand
)
Author
2015-08-11
ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...
Emmanuel Gil Peyrot
2015-08-11
arm_disasm: ARMv6 mul/div and abs media instructions
aroulin
2015-08-11
arm_disasm: ARMv6 parallel add/sub media instructions
aroulin
2015-08-09
arm_disasm: ARMv6 reversal media instructions
aroulin
2015-08-09
arm_disasm: ARMv6 saturation media instructions
aroulin
2015-08-09
arm_disasm: ARMv6 packing and sign-extend media instructions
aroulin
2015-08-07
Merge pull request #1026 from lioncash/disasm
Lioncash
2015-08-06
arm_disasm: Remove unnecessary code
Lioncash
2015-08-06
Disassembler: ARMv6K REX instructions
aroulin
2015-08-06
Disassembler: ARMv6K hint instructions
aroulin
2015-06-28
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-02-27
Merge pull request #620 from lioncash/bkpt
bunnei
2015-02-27
arm_disasm: Show conditional code for BKPT instructions.
Lioncash
2015-02-27
arm_disasm: Remove unused variable
Lioncash
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2014-12-20
License change
purpasmart96
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-09-13
Merge pull request #97 from archshift/cleanup
bunnei
2014-09-11
Merge pull request #99 from archshift/ext-check
bunnei
2014-09-08
core: Prune redundant includes
archshift
2014-09-08
Added string_util to common, small changes in loader.cpp
archshift
2014-09-07
Dead code removal: video_core.cpp, load_symbol_map.cpp
archshift
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
2014-04-30
added a module to load symbol map files for debugging
bunnei
2014-04-08
fixed project includes to use new directory structure
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei