aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/AsmToJSON.ml
Commit message (Collapse)AuthorAgeFilesLines
* Added builtin for the dcbi instruction.Bernhard Schommer2015-08-171-0/+1
|
* Added builitin for the icbi instruction.Bernhard Schommer2015-08-141-0/+1
|
* Added builtin for the lwsync barrier.Bernhard Schommer2015-08-141-3/+4
|
* Use the functions from C2C to extract the information for the atoms. ↵Bernhard Schommer2015-07-061-17/+18
| | | | Simplified printing of storage class.
* Merge branch 'master' into json_exportBernhard Schommer2015-07-061-1/+1
| | | | | Conflicts: driver/Driver.ml
* Print bit representation of floats.Bernhard Schommer2015-06-241-5/+6
|
* Fixed typo also in json export.Bernhard Schommer2015-06-221-1/+1
|
* Merged instructions that are printed as same instruction already in printer.Bernhard Schommer2015-05-291-26/+26
|
* Updated the printing of iniline asm and simplified some structures.Bernhard Schommer2015-05-181-136/+118
|
* Moved the information needed from the atoms to the ASM printer and removed ↵Bernhard Schommer2015-05-061-26/+48
| | | | unused information from the json dump.
* Removed printing of information for internals and externals that should be ↵Bernhard Schommer2015-05-051-49/+28
| | | | folded away prior.
* Added the first version of the sdump export to json.Bernhard Schommer2015-04-271-0/+377