summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fixed some typos.Gravatar xleroy2011-04-17
* Use memcpy_word only if alignment AND size are multiples of word size.Gravatar xleroy2011-04-17
* Fixed some typosGravatar xleroy2011-04-16
* cparser/Elab: __attribute, not attributeGravatar xleroy2011-04-16
* Preliminary support for 'aligned' and 'section' attributes, gcc-style. New-s...Gravatar xleroy2011-04-16
* Revised handling of GCC attributes. Preliminary, untested support for __alig...Gravatar xleroy2011-04-14
* Renamed Machconcr into Machsem.Gravatar xleroy2011-04-09
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Revised handling of sizeof(string-literal)Gravatar xleroy2011-03-15
* Special case for while(1), for(..., 1, ...) and do ... while(0) loops.Gravatar xleroy2011-03-15
* Update for 1.8.1Gravatar xleroy2011-03-14
* Update for 1.8.1 releaseGravatar xleroy2011-03-14
* Incompatibility 8.3 / 8.3pl1Gravatar xleroy2011-03-14
* Comment char for DiabGravatar xleroy2011-03-13
* Slightly nicer semantics for initializationGravatar xleroy2011-03-13
* More global initialization work done and proved in Coq.Gravatar xleroy2011-03-13
* Initializers for global variables: compile-time evaluation of expressions don...Gravatar xleroy2011-03-12
* Undesirable optimization of 'print'Gravatar xleroy2011-03-10
* Bitfields: MSB-to-LSB in addition to LSB-to-MSBGravatar xleroy2011-03-10
* Revised signed/unsigned char handling.Gravatar xleroy2011-03-10
* Improved test harnessGravatar xleroy2011-03-10
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.Gravatar xleroy2011-03-09
* Treat "char" as unsigned OR signed depending on the configuration.Gravatar xleroy2011-03-09
* Use movapd instead of movsd for xmm reg-reg move: it avoids partial register ...Gravatar xleroy2010-11-28
* In StructAssign: be careful not to duplicate accesses to a volatile variable.Gravatar xleroy2010-11-10
* float->int conversions, continued: weaker axiomatization.Gravatar xleroy2010-10-29
* Float.intoffloat and Float.intuoffloat are now partial functions.Gravatar xleroy2010-10-28
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...Gravatar xleroy2010-10-27
* License for Floataux.mlGravatar xleroy2010-10-27
* Inconsistent treatment of "lone" zero-width bit fieldsGravatar xleroy2010-09-24
* Bizarre use of struct valueGravatar xleroy2010-09-21
* Update for release 1.8Gravatar xleroy2010-09-21
* Typo in doc commentGravatar xleroy2010-09-21
* Memory.v: added drop_perm operationGravatar xleroy2010-09-21
* No crash if nonexistent input file.Gravatar xleroy2010-09-14
* CommentsGravatar xleroy2010-09-10
* Improvements for int8 and int16 storesGravatar xleroy2010-09-10
* Updates for IA32-Cygwin.Gravatar xleroy2010-09-08
* UpdatedGravatar xleroy2010-09-04
* ++ on volatile not supported.Gravatar xleroy2010-09-04
* Update: adding __builtin_annotationGravatar xleroy2010-09-04
* Simplified stdlib wrapper; use it only under MacOS XGravatar xleroy2010-09-04
* Support for __builtin_fmax and __builtin_fminGravatar xleroy2010-09-04
* Better emulation of long long as a struct.Gravatar xleroy2010-09-04
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Semantics of annotationsGravatar xleroy2010-09-02
* Adding __builtin_annotationGravatar xleroy2010-09-01
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...Gravatar xleroy2010-09-01
* Integers: cleaned up bitwise operations, redefined shr, zero_ext and sign_extGravatar xleroy2010-08-21
* Nettoyages pour docGravatar xleroy2010-08-18