summaryrefslogtreecommitdiff
path: root/powerpc
Commit message (Expand)AuthorAge
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.Gravatar xleroy2014-01-12
* Introduce and use the platform-specific Archi module giving:Gravatar xleroy2014-01-03
* Update for the multiple-input-needs case.Gravatar xleroy2014-01-03
* Updated ARM backend wrt new static analyses and optimizations.Gravatar xleroy2014-01-02
* stdarg.h: assorted fixes for PowerPCGravatar xleroy2014-01-01
* powerpc: bad use of GPR0 in va_start.Gravatar xleroy2014-01-01
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...Gravatar xleroy2014-01-01
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...Gravatar xleroy2014-01-01
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Future-proofing: keep signature information in IA32 and PowerPC Asm, just lik...Gravatar xleroy2013-12-26
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* Be more conservative in choosing the unrolled form of __builtin_memcpy.Gravatar xleroy2013-11-27
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.Gravatar xleroy2013-11-27
* powerpc/: new unary operation "addsymbol"Gravatar xleroy2013-11-17
* Revert commit r2349 because it triggers a bug in GNU as.Gravatar xleroy2013-10-24
* Use register names under Linux.Gravatar xleroy2013-10-24
* Fine-tuning of the "andimm" case to generate a move rather than an andimm whe...Gravatar xleroy2013-10-24
* Do not use Format for faster printing of RTL, XTL, LTL, MachGravatar xleroy2013-09-26
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Bad printing of alignment on 'comm' symbols.Gravatar xleroy2013-07-07
* Missing case for EF_inline_asm.Gravatar xleroy2013-06-20
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* powerpc: tentative support for Diab debug infoGravatar xleroy2013-05-20
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...Gravatar xleroy2013-05-17
* Update PowerPC portGravatar xleroy2013-05-17
* Preliminary support for debugging info (-g).Gravatar xleroy2013-05-17
* Refactoring: move definition of chunk_of_type to AST.v.Gravatar xleroy2013-05-06
* Stack-align to 8 arguments of Tfloat and Tlong types, as per the SVR4 ABI and...Gravatar xleroy2013-05-02
* Coq-defined equality functions for Allocation. (continued)Gravatar xleroy2013-05-01
* Updated to new CminorSelGravatar xleroy2013-04-30
* Deactivate combination Aindexed 0 / Oadd, as it causes problems with chunk = ...Gravatar xleroy2013-04-21
* Fixes in PowerPC portGravatar xleroy2013-04-21
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.Gravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Diab asm syntax issueGravatar xleroy2013-03-20
* For Pfreeframe, generate an "addi" over GPR1 when possible, to work around a ...Gravatar xleroy2013-03-18
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* Glasnost: making transparent a number of definitions that were opaqueGravatar xleroy2013-03-10
* Finished backtracking (cf previous commit) for ARM and PowerPC.Gravatar xleroy2013-03-04
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01
* Updated ARM and PowerPC ports with new handling of __builtin_annot.Gravatar xleroy2013-02-24
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Pointers one pastGravatar xleroy2013-02-15
* Updated PowerPC port to new integers.Gravatar xleroy2013-02-12
* Errors for excessively large global variables or stack frames.Gravatar xleroy2013-02-02
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Remove some useless "Require".Gravatar xleroy2012-12-30