aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/PrintAsm.ml
Commit message (Expand)AuthorAgeFilesLines
* Changed the ASM printer of the powerpc to the generalized backend.Bernhard Schommer2015-02-051-790/+0
* Moved more common functions into a seperate file.Bernhard Schommer2015-02-041-34/+6
* Started moving common backend functions into one file.Bernhard Schommer2015-02-031-40/+9
* Changed the print_globaldef function of the powerpc backend to look like the ...Bernhard Schommer2015-01-281-10/+2
* In -g -S mode, annotate the generated asm file with the C source code in comm...Xavier Leroy2015-01-071-39/+18
* Clean up support for common symbols. Uninitialized "const" symbols can be co...Xavier Leroy2014-12-171-9/+10
* Refactored the code of powerpc/PrintAsm.ml by moving the function depending o...Bernhard Schommer2014-10-081-200/+236
* Add builtins for load with reservation and conditional store.xleroy2014-08-201-0/+4
* checklink/Check.ml: missing SDA addressing for store instructions.xleroy2014-08-191-12/+20
* PowerPC port: refactored the expansion of built-in functions andxleroy2014-07-281-483/+84
* Merge of "newspilling" branch:xleroy2014-07-231-29/+48
* Recognize .i and .p source files as C sources not to be preprocessed.xleroy2014-02-051-0/+1
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-121-2/+2
* stdarg.h: assorted fixes for PowerPCxleroy2014-01-011-2/+3
* powerpc: bad use of GPR0 in va_start.xleroy2014-01-011-6/+9
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-011-1/+56
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-45/+15
* Future-proofing: keep signature information in IA32 and PowerPC Asm, just lik...xleroy2013-12-261-7/+8
* Be more conservative in choosing the unrolled form of __builtin_memcpy.xleroy2013-11-271-1/+1
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.xleroy2013-11-271-1/+1
* powerpc/: new unary operation "addsymbol"xleroy2013-11-171-0/+4
* Revert commit r2349 because it triggers a bug in GNU as.xleroy2013-10-241-17/+27
* Use register names under Linux.xleroy2013-10-241-27/+17
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-291-0/+4
* Bad printing of alignment on 'comm' symbols.xleroy2013-07-071-1/+1
* Missing case for EF_inline_asm.xleroy2013-06-201-0/+2
* powerpc: tentative support for Diab debug infoxleroy2013-05-201-24/+47
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-171-2/+1
* Update PowerPC portxleroy2013-05-171-7/+13
* Preliminary support for debugging info (-g).xleroy2013-05-171-4/+70
* Fixes in PowerPC portxleroy2013-04-211-1/+1
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-2/+6
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-35/+119
* Diab asm syntax issuexleroy2013-03-201-1/+1
* For Pfreeframe, generate an "addi" over GPR1 when possible, to work around a ...xleroy2013-03-181-2/+6
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-011-1/+2
* Updated ARM and PowerPC ports with new handling of __builtin_annot.xleroy2013-02-241-3/+3
* Constant propagation within __builtin_annot.xleroy2013-02-241-24/+4
* Updated PowerPC port to new integers.xleroy2013-02-121-19/+37
* Errors for excessively large global variables or stack frames.xleroy2013-02-021-4/+4
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-1/+1
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+4
* Add __builtin_fcti (double -> int conversion w/ round to nearest)xleroy2012-11-241-0/+5
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-10/+13
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-2/+2
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.xleroy2012-07-141-189/+21
* Strip quotes from section names during #pragma parsing.xleroy2012-07-111-3/+3
* Added option -falign-functionsxleroy2012-07-011-4/+7
* Use Flocq for floatsxleroy2012-06-281-5/+6
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-4/+4