aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Glasnost: making transparent a number of definitions that were opaquexleroy2013-03-103-5/+7
* Finished backtracking (cf previous commit) for ARM and PowerPC.xleroy2013-03-041-300/+219
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-016-2566/+1554
* Updated ARM and PowerPC ports with new handling of __builtin_annot.xleroy2013-02-243-32/+3
* Constant propagation within __builtin_annot.xleroy2013-02-241-24/+4
* Pointers one pastxleroy2013-02-151-50/+34
* Updated PowerPC port to new integers.xleroy2013-02-124-26/+49
* 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-295-31/+33
* Remove some useless "Require".xleroy2012-12-306-17/+0
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+4
* Add __builtin_fcti (double -> int conversion w/ round to nearest)xleroy2012-11-242-0/+9
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-10/+13
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-062-111/+128
* Remove Val.is_true and Val.is_false, no longer used.xleroy2012-08-061-8/+2
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-235-14/+18
* Remove the PowerPC/MacOS X port, as MacOS no longer supports PowerPC.xleroy2012-07-143-926/+21
* Strip quotes from section names during #pragma parsing.xleroy2012-07-111-3/+3
* Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.xleroy2012-07-092-16/+31
* Factor out the evaluation of the float constant in intuoffloat.xleroy2012-07-012-16/+17
* Recombine x = cmp(...); if (x == 1) ...xleroy2012-07-012-4/+57
* Added option -falign-functionsxleroy2012-07-011-4/+7
* Use Flocq for floatsxleroy2012-06-282-6/+7
* Make min_int / -1 and min_int % -1 semantically undefinedxleroy2012-06-093-5/+13
* CSE: add recognition of some combined operators, conditions, and addressing m...xleroy2012-05-265-23/+278
* Merge of the newmem branch:xleroy2012-05-213-2/+105
* Hack with nxorxleroy2012-05-182-0/+5
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-281-1/+0
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-0710-62/+16
* Make CPragmas common to all ports.xleroy2012-02-272-129/+0
* Take advantage of Cmaskzero and Cmasknotzero.xleroy2012-02-242-0/+30
* Improved instruction selection for "notint".xleroy2012-02-247-11/+61
* More aggressive common subexpression elimination (CSE) of memory loads.xleroy2012-02-231-0/+55
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...xleroy2012-02-222-6/+9
* Work around limited excursion of conditional branchesxleroy2012-02-131-4/+86
* Merge of the "volatile" branch:xleroy2012-02-044-26/+71
* Another typo in print_builtin_vstore_commonxleroy2012-01-211-1/+1
* Typo in print_builtin_vstore_commonxleroy2012-01-211-5/+5
* powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...xleroy2012-01-212-0/+22
* Cosmetic cleanups.xleroy2012-01-151-6/+6
* Added volatile_read_global and volatile_store_global builtins.xleroy2012-01-153-28/+96
* Merge of the nonstrict-ops branch:xleroy2012-01-1413-3674/+2207
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-3/+3
* Revised emulation of packed structsxleroy2011-10-162-8/+8
* Cleaned up old commented-out partsxleroy2011-08-192-18/+0
* IA32 port: more faithful treatment of pseudoregister ST0.xleroy2011-08-082-4/+14
* More builtins for ARM and PowerPCxleroy2011-08-052-2/+8
* Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.xleroy2011-07-281-1/+1
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-77/+45
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-152-6/+68