aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/TargetPrinter.ml
Commit message (Expand)AuthorAgeFilesLines
* Added builtin for the dcbf instructionBernhard Schommer2015-08-171-0/+2
* Added builtin for the dcbi instruction.Bernhard Schommer2015-08-171-0/+2
* Added builitin for the icbi instruction.Bernhard Schommer2015-08-141-0/+2
* Added builtin for the lwsync barrier.Bernhard Schommer2015-08-141-0/+2
* Corrected little typo in __builtin_clz function.Bernhard Schommer2015-07-061-2/+2
* Simple path for problems whith diab assembler in the case of functions in dif...Bernhard Schommer2015-07-031-9/+48
* Changed a minor typo: Pstwxu should be PstwuxBernhard Schommer2015-06-221-2/+2
* Merged PrintAnnot into PrintAsmaux.Bernhard Schommer2015-05-141-6/+6
* Cleanups and updates for extended asm.Xavier Leroy2015-04-211-2/+1
* Support for GCC-style extended asm, continued:Xavier Leroy2015-04-211-1/+1
* Experiment: support a subset of GCC's extended asm statements.Xavier Leroy2015-04-171-6/+11
* Merge branch 'master' into dwarfBernhard Schommer2015-04-021-2/+5
|\
| * Updating the PowerPC and ARM ports.Xavier Leroy2015-03-271-2/+5
* | Print all files ever encountered in the filenum.Bernhard Schommer2015-04-011-4/+3
* | Started implementing the printing functions for the debug info. Added a globa...Bernhard Schommer2015-03-161-0/+12
* | Started integrating the debug printing in the common backend_printer.Bernhard Schommer2015-03-111-6/+54
|/
* 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-6/+17
* 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-2/+2
* Changed the ia32 backend to the new Printer.Bernhard Schommer2015-02-061-5/+2
* Changed the ASM printer of the powerpc to the generalized backend.Bernhard Schommer2015-02-051-0/+744