summaryrefslogtreecommitdiffstats
path: root/src/core/arm/disassembler (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-08Dyncom: Remove disassembler codeYuri Kunde Schlesner2-1582/+0
2017-05-08Remove unused symbols codeYuri Kunde Schlesner2-44/+0
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2-2/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot3-7/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot3-794/+586
2016-01-19ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode namerob turner1-9/+9
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash1-2/+2
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2-277/+280
2015-08-11arm_disasm: ARMv6 mul/div and abs media instructionsaroulin2-1/+119
2015-08-11arm_disasm: ARMv6 parallel add/sub media instructionsaroulin2-0/+167
2015-08-09arm_disasm: ARMv6 reversal media instructionsaroulin2-0/+26
2015-08-09arm_disasm: ARMv6 saturation media instructionsaroulin2-2/+55
2015-08-09arm_disasm: ARMv6 packing and sign-extend media instructionsaroulin2-1/+181
2015-08-07arm_disasm: Remove unnecessary codeLioncash1-12/+4
2015-08-06Disassembler: ARMv6K REX instructionsaroulin2-6/+97
2015-08-06Disassembler: ARMv6K hint instructionsaroulin2-0/+56
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot1-0/+1
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-02-28arm_disasm: Show conditional code for BKPT instructions.Lioncash1-2/+3
2015-02-28arm_disasm: Remove unused variableLioncash1-2/+1
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
2014-12-21License changepurpasmart962-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-09-09Added string_util to common, small changes in loader.cpparchshift1-39/+39
2014-09-07Dead code removal: video_core.cpp, load_symbol_map.cpparchshift1-1/+1
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash2-183/+140
2014-05-01added a module to load symbol map files for debuggingbunnei2-0/+46
2014-04-09fixed project includes to use new directory structurebunnei1-1/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei2-0/+1149