summaryrefslogtreecommitdiffstats
path: root/src/core/arm/disassembler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dyncom: Remove disassembler codeYuri Kunde Schlesner2017-05-082-1582/+0
* Remove unused symbols codeYuri Kunde Schlesner2017-05-082-44/+0
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-212-2/+2
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-213-7/+2
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-183-794/+586
* ARM_Disasm::DisassembleMemHalf: actually use width in determining opcode namerob turner2016-01-191-9/+9
* General: Replace NULL and '0' usages with nullptr where applicableLioncash2015-09-111-2/+2
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2015-08-112-277/+280
* arm_disasm: ARMv6 mul/div and abs media instructionsaroulin2015-08-112-1/+119
* arm_disasm: ARMv6 parallel add/sub media instructionsaroulin2015-08-112-0/+167
* arm_disasm: ARMv6 reversal media instructionsaroulin2015-08-092-0/+26
* arm_disasm: ARMv6 saturation media instructionsaroulin2015-08-092-2/+55
* arm_disasm: ARMv6 packing and sign-extend media instructionsaroulin2015-08-092-1/+181
* Merge pull request #1026 from lioncash/disasmLioncash2015-08-071-12/+4
|\
| * arm_disasm: Remove unnecessary codeLioncash2015-08-071-12/+4
* | Disassembler: ARMv6K REX instructionsaroulin2015-08-062-6/+97
* | Disassembler: ARMv6K hint instructionsaroulin2015-08-062-0/+56
|/
* Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot2015-06-281-0/+1
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
* Merge pull request #620 from lioncash/bkptbunnei2015-02-281-2/+3
|\
| * arm_disasm: Show conditional code for BKPT instructions.Lioncash2015-02-281-2/+3
* | arm_disasm: Remove unused variableLioncash2015-02-281-2/+1
|/
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+1
* License changepurpasmart962014-12-212-2/+2
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
* Merge pull request #97 from archshift/cleanupbunnei2014-09-141-1/+1
|\
| * Dead code removal: video_core.cpp, load_symbol_map.cpparchshift2014-09-071-1/+1
* | Merge pull request #99 from archshift/ext-checkbunnei2014-09-111-39/+39
|\ \
| * | Added string_util to common, small changes in loader.cpparchshift2014-09-091-39/+39
* | | core: Prune redundant includesarchshift2014-09-091-1/+0
|/ /
* / core: Make the ARM disassembler use std::string internallyLioncash2014-09-062-183/+140
|/
* added a module to load symbol map files for debuggingbunnei2014-05-012-0/+46
* fixed project includes to use new directory structurebunnei2014-04-091-1/+2
* got rid of 'src' folders in each sub-projectbunnei2014-04-092-0/+1149