aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Bernhard Schommer2016-03-103-58/+49
* Also print braces around the registers.Bernhard Schommer2016-02-041-2/+7
* Fixed missing \" in json printing for registers.Bernhard Schommer2016-02-041-2/+2
* Added printer for Configuration and finished Clflags.Bernhard Schommer2016-01-251-66/+70
* Started implementing a printer for Clflags.Bernhard Schommer2016-01-251-12/+5
* The return type of __builtin_clz() et al is "int", as documented and for GCC ...v2.6Xavier Leroy2015-12-211-3/+3
* powerpc/Asmexpand: fix expansion of __builtin_clzllXavier Leroy2015-12-201-2/+2
* bug 17752, fix semantics of builtin_set_spr64Michael Schmidt2015-12-161-1/+1
* bug 17752, fix tab-indentation in assembly outputMichael Schmidt2015-12-151-1/+1
* bug 17752, check target architecture for 64bit-builtinsMichael Schmidt2015-12-151-7/+13
* Print cfi_sections only if cfi is supported.Bernhard Schommer2015-12-151-3/+3
* bug 17752, add constant propagation for builtinsMichael Schmidt2015-12-151-1/+3
* bug 17752, rename builtin64_X to __builtin_X64Michael Schmidt2015-12-152-8/+8
* bug 17752, add builtin64_set_spr and builtin64_get_spr for PowerPCMichael Schmidt2015-12-153-3/+24
* Bug 17752, add rldicr instruction for PowerPCMichael Schmidt2015-12-153-2/+8
* bug 17752, add builtin_mr for PowerPCMichael Schmidt2015-12-141-1/+1
* bug 17752, add builtin_mr for PowerPCMichael Schmidt2015-12-143-6/+31
* bug 17752, add builtin_clzl and builtin_clzll for PowerPCMichael Schmidt2015-12-112-1/+16
* bug 17752, add builtin_nop for PowerPCMichael Schmidt2015-12-112-0/+0
* bug 17752, add builtin_nop for PowerPCMichael Schmidt2015-12-112-0/+6
* bug 17752, add builtin_uisel as unsigned version of builtin_iselMichael Schmidt2015-12-092-2/+5
* bug 17544, use json-printer function for mfcr instructionMichael Schmidt2015-11-091-3/+2
* Removed unused p_char_list function. Bug 17544.Bernhard Schommer2015-11-031-2/+0
* Changed the name of a few ppc instructions. Bug 17544Bernhard Schommer2015-11-031-3/+3
* Simplify the Json export.Bernhard Schommer2015-11-031-166/+183
* Few simple rewrite for the AsmToJSON printer.Bernhard Schommer2015-10-291-155/+147
* Another typo in AsmToJson.Bernhard Schommer2015-10-291-1/+1
* Fixed some minor types in the asm printer.Bernhard Schommer2015-10-291-1/+1
* Fixed typo in AsmToJson.Bernhard Schommer2015-10-261-1/+1
* Added special treatment for large stack size for ppc.Bernhard Schommer2015-10-231-3/+3
* Added not merged destruction of Archi. Bug 17450Bernhard Schommer2015-10-201-0/+2
* Merge remote-tracking branch 'origin/master' into named-externalsBernhard Schommer2015-10-2014-33/+193
|\
| * Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-162-0/+3
| * First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-8/+1
| * Reworked the section interface for the debug information.Bernhard Schommer2015-10-141-6/+7
| * bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-1415-620/+620
| * bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-143-57/+57
| * Changed the type of the debug sections with additional string.Bernhard Schommer2015-10-131-5/+11
| * Implement the usage of the debug_str section for the gcc backend.Bernhard Schommer2015-10-132-2/+5
| * Fix minor typo introduced by refactoring of debug information.Bernhard Schommer2015-10-121-1/+1
| * Merge branch 'master' into ppc64Xavier Leroy2015-10-115-107/+207
| |\
| * | Use PowerPC 64 bits instructions (when available) for int<->FP conversions.Xavier Leroy2015-09-1314-14/+170
* | | Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-2018-674/+674
* | | Use Coq strings instead of idents to name external and builtin functions.Xavier Leroy2015-10-113-25/+14
| |/ |/|
* | Filled in missing functions for debug information on ia32.Bernhard Schommer2015-10-091-23/+2
* | Fixed syntax error and added Section_debug_line to the Json serializer.Bernhard Schommer2015-10-092-1/+2
* | Filled in the rest of the funciton needed for thte debug info under arm.Bernhard Schommer2015-10-092-13/+8
* | Added versions of the tranform_* functions in AST to work with functionsBernhard Schommer2015-10-081-22/+1
* | Moved expandation of debug information to Asmexpandaux.Bernhard Schommer2015-10-081-66/+5
* | Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-041-1/+2