summaryrefslogtreecommitdiff
path: root/powerpc
Commit message (Expand)AuthorAge
* 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
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Add __builtin_fcti (double -> int conversion w/ round to nearest)Gravatar xleroy2012-11-24
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Remove Val.is_true and Val.is_false, no longer used.Gravatar xleroy2012-08-06
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.Gravatar xleroy2012-07-14
* Strip quotes from section names during #pragma parsing.Gravatar xleroy2012-07-11
* Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.Gravatar xleroy2012-07-09
* Factor out the evaluation of the float constant in intuoffloat.Gravatar xleroy2012-07-01
* Recombine x = cmp(...); if (x == 1) ...Gravatar xleroy2012-07-01
* Added option -falign-functionsGravatar xleroy2012-07-01
* Use Flocq for floatsGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* Hack with nxorGravatar xleroy2012-05-18
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Make CPragmas common to all ports.Gravatar xleroy2012-02-27
* Take advantage of Cmaskzero and Cmasknotzero.Gravatar xleroy2012-02-24
* Improved instruction selection for "notint".Gravatar xleroy2012-02-24
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* Work around limited excursion of conditional branchesGravatar xleroy2012-02-13
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Another typo in print_builtin_vstore_commonGravatar xleroy2012-01-21
* Typo in print_builtin_vstore_commonGravatar xleroy2012-01-21
* powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...Gravatar xleroy2012-01-21
* Cosmetic cleanups.Gravatar xleroy2012-01-15
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Revised emulation of packed structsGravatar xleroy2011-10-16
* Cleaned up old commented-out partsGravatar xleroy2011-08-19
* IA32 port: more faithful treatment of pseudoregister ST0.Gravatar xleroy2011-08-08
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.Gravatar xleroy2011-07-28
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Back from Oregon commit. Gravatar xleroy2011-07-05