aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Json.ml
Commit message (Collapse)AuthorAgeFilesLines
* Formatted json printing.Bernhard Schommer2017-06-281-22/+32
| | | | | | | | | 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-2/+10
| | | | | | Removed unused code, factored out common functions and added an interface file. Bug 18394
* Added printer for Configuration and finished Clflags.Bernhard Schommer2016-01-251-0/+9
|
* Started implementing a printer for Clflags.Bernhard Schommer2016-01-251-0/+33