aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsmaux.ml
Commit message (Expand)AuthorAgeFilesLines
...
* Removed the version from the compcert.ini file and add it again in a separate...Bernhard Schommer2015-07-011-1/+1
* Merged PrintAnnot into PrintAsmaux.Bernhard Schommer2015-05-141-0/+160
* Started implementing the printing functions for the debug info. Added a globa...Bernhard Schommer2015-03-161-0/+5
* Started integrating the debug printing in the common backend_printer.Bernhard Schommer2015-03-111-0/+3
* Removed unused sel_target, changed cygwin symbol names and changed the defaul...Bernhard Schommer2015-02-191-0/+1
* Added an elf prefix to all common elf functions in PrintAsmaux.Bernhard Schommer2015-02-181-13/+11
* Changed print_fun/var_info to be functions instead of booleans.Bernhard Schommer2015-02-181-2/+2
* Changed arm backend to the common backend printer.Bernhard Schommer2015-02-091-1/+1
* Changed the ia32 backend to the new Printer.Bernhard Schommer2015-02-061-0/+5
* Changed the ASM printer of the powerpc to the generalized backend.Bernhard Schommer2015-02-051-2/+4
* Moved more common functions into a seperate file.Bernhard Schommer2015-02-041-2/+46
* Started moving common backend functions into one file.Bernhard Schommer2015-02-031-0/+84