aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/AsmToJSON.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge github.com:AbsInt/CompCert into kvx-workv3.8_kvx_instructions_fixedDavid Monniaux2020-12-081-3/+0
|\
| * Remove Pfcfi, Pfcfiu, Pfctiu pseudoinstructionsXavier Leroy2020-12-061-3/+0
* | missing cases preventing compilationDavid Monniaux2020-04-081-0/+1
|/
* Reworked json export.Bernhard Schommer2019-09-121-31/+32
* Provide a float select operation for PowerPC. (#173)Bernhard Schommer2019-05-281-0/+1
* Add new powerpc builtins.Michael Schmidt2018-04-271-2/+4
* Print symbols as symbols.Bernhard Schommer2018-03-081-16/+19
* Use binary output.Bernhard Schommer2018-03-071-1/+1
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-1/+1
* Change AsmToJson to be similar to other printers.Bernhard Schommer2018-01-051-3/+11
* New json printing interface.Bernhard Schommer2017-11-141-143/+18
* New support for inserting ais-annotations.Bernhard Schommer2017-10-191-3/+8
* Make the list unique. Bug 22239Bernhard Schommer2017-09-261-177/+22
* Added dump-mnemonics option.Bernhard Schommer2017-09-251-0/+184
* Disallow usage of default pattern for AsmToJSON.Bernhard Schommer2017-09-221-2/+11
* Fixed typo.Bernhard Schommer2017-08-241-1/+1
* Added annot to json dump.Bernhard Schommer2017-07-241-3/+20
* Adopted section names in AsmToJson.Bernhard Schommer2017-06-291-10/+23
* Formatted json printing.Bernhard Schommer2017-06-281-314/+306
* Added pseudo instruction for inline asm.Bernhard Schommer2017-06-201-0/+15
* Print 64bit constants for rldimn and rldimi.Bernhard Schommer2017-05-051-2/+2
* More asserts.Bernhard Schommer2017-05-031-1/+1
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-13/+61
* Assert instead of unit.Bernhard Schommer2017-04-101-6/+6
* Filter out functions earlier. Bug 21343Bernhard Schommer2017-04-101-24/+27
* Fix name of function. Bug 21378Bernhard Schommer2017-04-071-1/+1
* Do not generate code for "inline definitions"Bernhard Schommer2017-04-071-21/+23
* Added warning for inline asm in sdump. Bug 20593Bernhard Schommer2016-12-141-1/+6
* Reverted name for entry back to the old one.Bernhard Schommer2016-03-211-1/+1
* Change atom printer to use the common function.Bernhard Schommer2016-03-161-1/+1
* Cleanup of AsmToJSON.Bernhard Schommer2016-03-161-118/+83
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-9/+9
* Code cleanup.Bernhard Schommer2016-03-101-17/+17
* Also print braces around the registers.Bernhard Schommer2016-02-041-2/+7
* Fixed missing \" in json printing for registers.Bernhard Schommer2016-02-041-2/+2
* Added printer for Configuration and finished Clflags.Bernhard Schommer2016-01-251-66/+70
* Started implementing a printer for Clflags.Bernhard Schommer2016-01-251-12/+5
* Bug 17752, add rldicr instruction for PowerPCMichael Schmidt2015-12-151-0/+1
* bug 17544, use json-printer function for mfcr instructionMichael Schmidt2015-11-091-3/+2
* Removed unused p_char_list function. Bug 17544.Bernhard Schommer2015-11-031-2/+0
* Changed the name of a few ppc instructions. Bug 17544Bernhard Schommer2015-11-031-3/+3
* Simplify the Json export.Bernhard Schommer2015-11-031-166/+183
* Few simple rewrite for the AsmToJSON printer.Bernhard Schommer2015-10-291-155/+147
* Another typo in AsmToJson.Bernhard Schommer2015-10-291-1/+1
* Fixed some minor types in the asm printer.Bernhard Schommer2015-10-291-1/+1
* Fixed typo in AsmToJson.Bernhard Schommer2015-10-261-1/+1
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-0/+1
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-16/+16
* Implement the usage of the debug_str section for the gcc backend.Bernhard Schommer2015-10-131-1/+2
* Merge branch 'master' into ppc64Xavier Leroy2015-10-111-3/+5
|\