aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added special treatment for large stack size for ppc.Bernhard Schommer2015-10-231-3/+3
* Added not merged destruction of Archi. Bug 17450Bernhard Schommer2015-10-201-0/+2
* Merge remote-tracking branch 'origin/master' into named-externalsBernhard Schommer2015-10-2014-33/+193
|\
| * Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-162-0/+3
| * First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-8/+1
| * Reworked the section interface for the debug information.Bernhard Schommer2015-10-141-6/+7
| * bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-1415-620/+620
| * bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-143-57/+57
| * Changed the type of the debug sections with additional string.Bernhard Schommer2015-10-131-5/+11
| * Implement the usage of the debug_str section for the gcc backend.Bernhard Schommer2015-10-132-2/+5
| * Fix minor typo introduced by refactoring of debug information.Bernhard Schommer2015-10-121-1/+1
| * Merge branch 'master' into ppc64Xavier Leroy2015-10-115-107/+207
| |\
| * | Use PowerPC 64 bits instructions (when available) for int<->FP conversions.Xavier Leroy2015-09-1314-14/+170
* | | Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-2018-674/+674
* | | Use Coq strings instead of idents to name external and builtin functions.Xavier Leroy2015-10-113-25/+14
| |/ |/|
* | Filled in missing functions for debug information on ia32.Bernhard Schommer2015-10-091-23/+2
* | Fixed syntax error and added Section_debug_line to the Json serializer.Bernhard Schommer2015-10-092-1/+2
* | Filled in the rest of the funciton needed for thte debug info under arm.Bernhard Schommer2015-10-092-13/+8
* | Added versions of the tranform_* functions in AST to work with functionsBernhard Schommer2015-10-081-22/+1
* | Moved expandation of debug information to Asmexpandaux.Bernhard Schommer2015-10-081-66/+5
* | Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-041-1/+2
* | Merge branch 'gnu-debug'Bernhard Schommer2015-10-021-7/+25
|\ \
| * | First try of debug information for gcc.Bernhard Schommer2015-10-021-7/+25
* | | Quote the section names in the json files.Bernhard Schommer2015-10-021-1/+1
* | | Always call print debug_section in the prologue.Bernhard Schommer2015-10-021-18/+18
|/ /
* | Cleanup of now no longer needed functions.Bernhard Schommer2015-10-011-23/+0
* | Removed the debug output for the debug information.Bernhard Schommer2015-10-011-2/+1
* | Use also fucntion id for local variables since atom is not unique.Bernhard Schommer2015-10-011-3/+3
* | Do not move the line directives.Bernhard Schommer2015-10-011-5/+9
* | Merge pull request #56 from AbsInt/debug_locationsBernhard Schommer2015-09-303-68/+201
|\ \
| * | Fixed minor issue with parameters that get put on the stack, madeBernhard Schommer2015-09-301-2/+4
| * | Change the way the debug sections are printed.Bernhard Schommer2015-09-282-67/+50
| * | Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-2/+8
| * | Added back again the emitting of the debuging annotations for debugingBernhard Schommer2015-09-271-3/+4
| * | Added printing the reference address for the LocRef and started refactoring oldBernhard Schommer2015-09-271-12/+0
| * | Added translation of the range lists to location entries.Bernhard Schommer2015-09-251-1/+1
| * | Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-253-42/+77
| * | Added placing labels for live ranges etc.Bernhard Schommer2015-09-241-6/+103
| * | Added support for printing local variables and fixed issue with .textBernhard Schommer2015-09-231-3/+6
| * | Record the scope structure during unblocking.Bernhard Schommer2015-09-221-0/+8
| * | Merge branch 'debugscopes' into debug_locationsBernhard Schommer2015-09-217-70/+72
| |\ \
| * | | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-171-3/+4