aboutsummaryrefslogtreecommitdiffstats
path: root/arm/AsmToJSON.mli
Commit message (Collapse)AuthorAgeFilesLines
* Change AsmToJson to be similar to other printers.Bernhard Schommer2018-01-051-2/+6
|
* Added dump-mnemonics option.Bernhard Schommer2017-09-251-0/+2
| | | | | | This option allows it to dump a list of all used mnemonics into a file. Bug 22239
* Formatted json printing.Bernhard Schommer2017-06-281-1/+1
| | | | | | | | | Instead of just dumping the json output it is now a little bit formatted for better reading. Furthermore the AsmToJson function for the non powerpc targets now prints the json value "null" sucht that the resulting json file is valid json.
* Cleanup of AsmToJSON.Bernhard Schommer2016-03-161-0/+13
Removed unused code, factored out common functions and added an interface file. Bug 18394