aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...xleroy2010-10-2719-141/+965
* License for Floataux.mlxleroy2010-10-272-1/+4
* Inconsistent treatment of "lone" zero-width bit fieldsxleroy2010-09-245-24/+53
* Bizarre use of struct valuev1.8xleroy2010-09-212-2/+2
* Update for release 1.8xleroy2010-09-213-18/+42
* Typo in doc commentxleroy2010-09-211-2/+2
* Memory.v: added drop_perm operationxleroy2010-09-213-46/+427
* No crash if nonexistent input file.xleroy2010-09-142-2/+3
* Commentsxleroy2010-09-101-8/+10
* Improvements for int8 and int16 storesxleroy2010-09-104-11/+53
* Updates for IA32-Cygwin.xleroy2010-09-085-33/+63
* Updatedxleroy2010-09-042-12/+43