aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ++ on volatile not supported.xleroy2010-09-041-2/+2
* Update: adding __builtin_annotationxleroy2010-09-041-1/+36
* Simplified stdlib wrapper; use it only under MacOS Xxleroy2010-09-047-278/+76
* Support for __builtin_fmax and __builtin_fminxleroy2010-09-042-1/+22
* Better emulation of long long as a struct.xleroy2010-09-042-16/+51
* Merge of the reuse-temps branch:xleroy2010-09-0289-2579/+12842
* Semantics of annotationsxleroy2010-09-021-5/+69
* Adding __builtin_annotationxleroy2010-09-018-12/+219
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-0110-15/+119
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extxleroy2010-08-217-1121/+1148
* Nettoyages pour docxleroy2010-08-184-21/+15
* Removed useless constraints on return type at Sreturn instructionsxleroy2010-08-188-36/+28
* Copyright bannerxleroy2010-08-181-0/+12
* Renamed C2Clight into C2Cxleroy2010-08-184-7/+7
* Merge of branches/full-expr-4:xleroy2010-08-1856-6180/+13619
* Wrong cast in constant_exprxleroy2010-08-041-3/+3
* Fix extraction problemxleroy2010-07-142-4/+4
* Preliminary support for gcc-style __attribute__ over typesxleroy2010-07-086-135/+168
* Bug in cparser/AddCasts.ml.xleroy2010-07-084-4/+22
* Render unto Caesar... (Mention contribution by Dockins and Steward.)xleroy2010-07-081-0/+2
* Forgot to add this file. Part of the refactoring of $ARCH/$SYSTEM/Conventions.vxleroy2010-07-071-0/+251
* Support for inlined built-ins.xleroy2010-06-2977-1302/+1228