aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update for 1.8.1xleroy2011-03-141-2/+2
* Update for 1.8.1 releasev1.8.1xleroy2011-03-142-5/+31
* Incompatibility 8.3 / 8.3pl1xleroy2011-03-141-1/+1
* Comment char for Diabxleroy2011-03-131-1/+1
* Slightly nicer semantics for initializationxleroy2011-03-131-28/+29
* More global initialization work done and proved in Coq.xleroy2011-03-134-80/+410
* Initializers for global variables: compile-time evaluation of expressions don...xleroy2011-03-1211-159/+891
* Undesirable optimization of 'print'xleroy2011-03-101-0/+2
* Bitfields: MSB-to-LSB in addition to LSB-to-MSBxleroy2011-03-103-11/+39
* Revised signed/unsigned char handling.xleroy2011-03-104-18/+8
* Improved test harnessxleroy2011-03-103-0/+14
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.xleroy2011-03-0918-85/+70
* Treat "char" as unsigned OR signed depending on the configuration.xleroy2011-03-098-10/+58
* Use movapd instead of movsd for xmm reg-reg move: it avoids partial register ...xleroy2010-11-281-1/+1
* In StructAssign: be careful not to duplicate accesses to a volatile variable.xleroy2010-11-103-9/+24
* float->int conversions, continued: weaker axiomatization.xleroy2010-10-295-29/+9
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-2821-62/+139