aboutsummaryrefslogtreecommitdiffstats
path: root/arm/AsmToJSON.ml
Commit message (Expand)AuthorAgeFilesLines
* missing cases preventing compilationDavid Monniaux2020-04-081-0/+1
* Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-031-1/+2
* Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-211-2/+1
* Reworked json export.Bernhard Schommer2019-09-121-18/+22
* Added Pfmovite to list of known mnemonic names.Bernhard Schommer2019-06-061-1/+1
* Implement a `Osel` operation for ARMXavier Leroy2019-05-201-1/+2
* Generate a nop instruction after some ais annotations (#137)Bernhard Schommer2018-09-121-1/+2
* Print symbols as symbols.Bernhard Schommer2018-03-081-16/+16
* Also use binary output for arm. Fix 23172Bernhard Schommer2018-03-071-1/+1
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-1/+1
* Remove mnemonics not exported to JSON from mnemonics listMichael Schmidt2018-01-091-4/+4
* Change AsmToJson to be similar to other printers.Bernhard Schommer2018-01-051-3/+11
* Introduce 'cmn' instruction and optimize compare-with-immediate when negated ...Michael Schmidt2017-12-151-1/+2
* Moved constant expansion into Asmexpand. (#40)Bernhard Schommer2017-12-141-10/+29
* Export configured architecture to JSON (#38)Michael Schmidt2017-12-131-3/+3
* Added json export for the abstract ARM AssemblerBernhard Schommer2017-11-201-3/+273
* Added dump-mnemonics option.Bernhard Schommer2017-09-251-0/+2
* Formatted json printing.Bernhard Schommer2017-06-281-2/+2
* Fixed minor typos in the comments.Bernhard Schommer2015-10-041-1/+1
* Added the first version of the sdump export to json.Bernhard Schommer2015-04-271-0/+18