aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More builtins for ARM and PowerPCxleroy2011-08-055-3/+15
* arm/PrintAsm: bugs in expansion of new builtinsxleroy2011-08-052-17/+35
* Flag long long and long double literalsxleroy2011-07-311-2/+6
* Check fcmpd semanticsxleroy2011-07-311-10/+19
* ARM: added reversed load/store builtins + bswap builtin (to be tested)xleroy2011-07-305-7/+84
* ARM codegen ported to new ABI + VFD floatsxleroy2011-07-3016-629/+560
* Interp.ml: initialize PRNGxleroy2011-07-292-2/+15
* Typo in arm/PrintAsm.mlxleroy2011-07-281-2/+2
* Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.xleroy2011-07-283-6/+6
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-2819-455/+2741
* Check for duplicate label definitionsxleroy2011-07-181-7/+11
* More precise typechecking of statementsxleroy2011-07-171-33/+75
* Improved semantics of castsxleroy2011-07-175-66/+150
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-1615-733/+598
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-1542-1848/+3307
* Fix treatment of function pointers at function calls in the CompCert C and Cl...xleroy2011-07-144-26/+19
* Back from Oregon commit. xleroy2011-07-0513-598/+1533
* Relating neg and notxleroy2011-06-221-5/+42
* Forgot to print Oroli opxleroy2011-06-221-0/+4
* Recognition of rlwimi instruction (useful for bitfield assignment)xleroy2011-06-218-19/+92
* Coloringaux: better cost estimate for annotation builtinsxleroy2011-06-142-3/+41
* Add preference for annot_val builtinxleroy2011-06-142-4/+21
* Forgot to add new filexleroy2011-06-141-0/+40
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-1345-469/+1140
* Minor update in Clight (big-step)blazy2011-06-081-18/+18
* Oaddrsymbol and small data areaxleroy2011-06-072-2/+13
* Ajout big-step Clight et preuve big-step -> small-stepblazy2011-05-251-1/+769
* Forgot somethingxleroy2011-05-241-0/+4
* Update for release 1.8.2xleroy2011-05-242-29/+41
* Nicer printing of annotations.xleroy2011-05-235-19/+45
* Silence a warning that happens all too often in MacOS Xxleroy2011-05-121-2/+2
* Another try for the ifdefxleroy2011-05-121-1/+1
* Wrong ifdefxleroy2011-05-121-1/+1
* Typoxleroy2011-05-121-1/+1
* cparser: support for attributes over struct and union.xleroy2011-05-1228-149/+781
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationxleroy2011-05-116-300/+443
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-0812-53/+218
* Added pass CleanupLabels to remove unreferenced labels in a proved way.xleroy2011-05-089-27/+507
* Support compile-time constant expressions as arguments to gcc-style attributesxleroy2011-04-202-24/+31
* Typosxleroy2011-04-191-8/+5
* Fixed some typos.xleroy2011-04-171-13/+26
* Use memcpy_word only if alignment AND size are multiples of word size.xleroy2011-04-171-3/+5
* Fixed some typosxleroy2011-04-161-4/+4
* cparser/Elab: __attribute, not attributexleroy2011-04-165-4/+47
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...xleroy2011-04-166-71/+155
* Revised handling of GCC attributes. Preliminary, untested support for __alig...xleroy2011-04-143-17/+34
* Renamed Machconcr into Machsem.xleroy2011-04-0918-1699/+202
* Merge of branch "unsigned-offsets":xleroy2011-04-0980-2683/+4487
* Revised handling of sizeof(string-literal)xleroy2011-03-156-7/+41
* Special case for while(1), for(..., 1, ...) and do ... while(0) loops.xleroy2011-03-152-22/+69