aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/AsmToJSON.ml
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixed syntax error and added Section_debug_line to the Json serializer.Bernhard Schommer2015-10-091-0/+1
| * Quote the section names in the json files.Bernhard Schommer2015-10-021-1/+1
| * Change the way the debug sections are printed.Bernhard Schommer2015-09-281-1/+1
| * Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-1/+2
* | Use PowerPC 64 bits instructions (when available) for int<->FP conversions.Xavier Leroy2015-09-131-0/+8
|/
* Name of stwcx. instruction should be printed Pstwcx_.Bernhard Schommer2015-09-101-1/+1
* Added builtin for isel.Bernhard Schommer2015-09-081-0/+1
* Added builtins for call frame and return address.Bernhard Schommer2015-09-071-1/+1
* Added builtin for the cmpb instruction.Bernhard Schommer2015-09-071-0/+1
* Fixed typo in AsmToJSON for instruction Pstfdu.Bernhard Schommer2015-09-041-1/+1
* Added json printing of Pbctr.Bernhard Schommer2015-09-031-1/+1
* Fixed minor typo in printing of the Plbzx instruction in AsmToJSON.Bernhard Schommer2015-09-031-1/+1
* Fixed minor typo in AsmToJSON.Bernhard Schommer2015-09-031-1/+1
* Added builtin for mbar instruction.Bernhard Schommer2015-09-031-0/+1
* New builtin for dcbz instruction.Bernhard Schommer2015-09-031-4/+5
* Added builtin for the icbtls instruction.Bernhard Schommer2015-09-021-0/+1
* Print p_int_constant instead of p_int in AsmToJSON.Bernhard Schommer2015-09-021-5/+5
* Added builtin for dcbtlsBernhard Schommer2015-09-021-1/+2
* Added the gcc builtin prefetch.Bernhard Schommer2015-09-011-0/+2
* Adapt the PowerPC port to the new builtin representation.Xavier Leroy2015-08-211-3/+8
* Added builtin for the dcbf instructionBernhard Schommer2015-08-171-0/+1
* 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. Simplifi...Bernhard Schommer2015-07-061-17/+18
* Merge branch 'master' into json_exportBernhard Schommer2015-07-061-1/+1
* Print bit representation of floats.Bernhard Schommer2015-06-241-5/+6