aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back from Oregon commit. xleroy2011-07-056-569/+545
* Forgot to print Oroli opxleroy2011-06-221-0/+4
* Recognition of rlwimi instruction (useful for bitfield assignment)xleroy2011-06-218-19/+92
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-135-61/+200
* Oaddrsymbol and small data areaxleroy2011-06-072-2/+13
* Nicer printing of annotations.xleroy2011-05-231-5/+3
* cparser: support for attributes over struct and union.xleroy2011-05-121-2/+2
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationxleroy2011-05-111-53/+108
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-081-16/+3
* Fixed some typosxleroy2011-04-161-4/+4
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...xleroy2011-04-161-4/+10
* Renamed Machconcr into Machsem.xleroy2011-04-093-60/+60
* Merge of branch "unsigned-offsets":xleroy2011-04-0912-293/+536
* Comment char for Diabxleroy2011-03-131-1/+1
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.xleroy2011-03-091-5/+5
* float->int conversions, continued: weaker axiomatization.xleroy2010-10-291-2/+2
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-284-14/+28
* Merge of the reuse-temps branch:xleroy2010-09-0215-1267/+1080
* Adding __builtin_annotationxleroy2010-09-012-9/+39
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extxleroy2010-08-214-44/+102
* Renamed C2Clight into C2Cxleroy2010-08-181-3/+3
* Merge of branches/full-expr-4:xleroy2010-08-181-0/+109