aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/PrintDiab.ml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into dwarfBernhard Schommer2015-01-121-15/+3
| | | | | Conflicts: powerpc/PrintAsm.ml
* Added dummy printing function for entries.Bernhard Schommer2014-12-181-1/+4
|
* Merge branch 'master' into dwarfBernhard Schommer2014-12-171-4/+4
| | | | | Conflicts: powerpc/PrintAsm.ml
* Added more printing code.Bernhard Schommer2014-12-151-3/+8
|
* Started implementation of printing the dwarf entries.Bernhard Schommer2014-12-151-0/+16
|
* Changed the d1line and d1file to d2line and d2file and prologue and epilogue ↵Bernhard Schommer2014-12-041-6/+66
| | | | printing for printing the line directives without forcing the assembler to generate debug information.
* Renamed the printer module for the Abbreviations and deactivated adding the ↵Bernhard Schommer2014-12-021-29/+5
| | | | -g option to the assembler.
* Removed compile error and added dummy function for the printing of entries.Bernhard Schommer2014-11-171-0/+3
|
* Moved abbreviation printer into a seperate file. The printer should also ↵Bernhard Schommer2014-11-121-31/+48
| | | | print the debug info.
* Added functions for printing of the abbreviations.Bernhard Schommer2014-11-111-0/+24
|
* Generalised functionality for the printing of the abbreviations.Bernhard Schommer2014-11-111-235/+41
|
* Added more functions to print the abbreviations.Bernhard Schommer2014-11-061-27/+120
|
* More functions for printing the abbreviations.Bernhard Schommer2014-10-311-33/+101
|
* Started implementing functions to compute the abbreviations for the diab ↵Bernhard Schommer2014-10-291-7/+81
| | | | compiler.
* Refactored the printing functions a little bit more by moving the system ↵Bernhard Schommer2014-10-281-0/+98
dependent parts into other modules and some of the functions into a util file.