aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/TargetPrinter.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ppc64Xavier Leroy2015-10-111-84/+75
|\
| * Fixed syntax error and added Section_debug_line to the Json serializer.Bernhard Schommer2015-10-091-1/+1
| * Filled in the rest of the funciton needed for thte debug info under arm.Bernhard Schommer2015-10-091-4/+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
| * | 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
| * Change the way the debug sections are printed.Bernhard Schommer2015-09-281-66/+49
| * Added printing the reference address for the LocRef and started refactoring oldBernhard Schommer2015-09-271-12/+0
| * Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-1/+3
| * 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-211-1/+5
| |\
| * | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-171-3/+4
| * | Revert "Startet implementation of new Debug interface."Bernhard Schommer2015-09-101-3/+2
| * | Startet implementation of new Debug interface.Bernhard Schommer2015-09-061-2/+3
| * | XBernhard Schommer2015-09-061-20/+24
| |\ \
| * | | Added symbol functions for printing of the location for global variables.Bernhard Schommer2015-08-211-0/+9
* | | | Use PowerPC 64 bits instructions (when available) for int<->FP conversions.Xavier Leroy2015-09-131-0/+17
| |_|/ |/| |
* | | Added builtin for isel.Bernhard Schommer2015-09-081-0/+2
* | | Added builtins for call frame and return address.Bernhard Schommer2015-09-071-1/+1
* | | Added builtin for the cmpb instruction.Bernhard Schommer2015-09-071-0/+2
| |/ |/|
* | Added builtin for mbar instruction.Bernhard Schommer2015-09-031-0/+2
* | New builtin for dcbz instruction.Bernhard Schommer2015-09-031-8/+10
* | Added builtin for the icbtls instruction.Bernhard Schommer2015-09-021-0/+2
* | Allow only CT values of 0 and 2 in dcbtls instruction.Bernhard Schommer2015-09-021-3/+3
* | Added builtin for dcbtlsBernhard Schommer2015-09-021-2/+4
* | Added the gcc builtin prefetch.Bernhard Schommer2015-09-011-0/+4
* | Renaming {BA,BR}_longofwords -> {BA,BR}_splitlong.Xavier Leroy2015-08-221-12/+5
* | Adapt the PowerPC port to the new builtin representation.Xavier Leroy2015-08-211-9/+8
|/
* 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