aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsm.ml
Commit message (Collapse)AuthorAgeFilesLines
* Do not search for high and low pc of inlined functions.Bernhard Schommer2015-07-021-1/+1
|
* Merged PrintAnnot into PrintAsmaux.Bernhard Schommer2015-05-141-3/+3
|
* Use globl also for global variables.Bernhard Schommer2015-05-071-1/+1
|
* Added translation fucntion for declarations and fundefinitions.Bernhard Schommer2015-03-231-4/+38
|
* Activating the printing of the debug information for supported architecture.Bernhard Schommer2015-03-191-2/+6
|
* Added function to convert C types into their dwarf represnation.Bernhard Schommer2015-03-181-1/+1
|
* Started implementing the printing functions for the debug info. Added a ↵Bernhard Schommer2015-03-161-1/+6
| | | | global target dependend option to activate the printing only for targets wher it works.
* Started integrating the debug printing in the common backend_printer.Bernhard Schommer2015-03-111-0/+1
|
* Removed unused sel_target, changed cygwin symbol names and changed the ↵Bernhard Schommer2015-02-191-3/+1
| | | | default function aligment to be target dependent.
* Added an elf prefix to all common elf functions in PrintAsmaux.Bernhard Schommer2015-02-181-4/+4
|
* Changed print_fun/var_info to be functions instead of booleans.Bernhard Schommer2015-02-181-4/+2
|
* Removed some style issues.Bernhard Schommer2015-02-181-65/+71
|
* Changed arm backend to the common backend printer.Bernhard Schommer2015-02-091-1/+1
|
* Changed the ASM printer of the powerpc to the generalized backend.Bernhard Schommer2015-02-051-0/+99