summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Fix "clean" rule.Gravatar xleroy2012-12-29
* Test bitfields of enum typeGravatar xleroy2012-12-18
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Test for __builtin_fctiGravatar xleroy2012-11-24
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Use Flocq for floatsGravatar xleroy2012-06-28
* PrintCminor: printing SskipGravatar xleroy2012-03-09
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* Initializers: handle By_copy accesses (e.g. for &(glob.field))Gravatar xleroy2012-02-07
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Out-of-bounds error in testGravatar xleroy2012-01-21
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* cparser/*: refactoring of the expansion of read-modify-write operatorsGravatar xleroy2011-11-26
* Fixed serious bug in handling of volatile arrays.Gravatar xleroy2011-11-26
* Corrected initialization of char arrays by string literals.Gravatar xleroy2011-10-17
* Revised emulation of packed structsGravatar xleroy2011-10-16
* Presimplification SimplVolatile: cleaned up and integrated.Gravatar xleroy2011-08-18
* IA32: wrong moves generated in print_builtin_memcpy_big.Gravatar xleroy2011-08-10
* Wrong ifdef PPCGravatar xleroy2011-08-05
* More builtins for ARM and PowerPCGravatar xleroy2011-08-05
* arm/PrintAsm: bugs in expansion of new builtinsGravatar xleroy2011-08-05
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...Gravatar xleroy2011-07-16
* Coloringaux: better cost estimate for annotation builtinsGravatar xleroy2011-06-14
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* Nicer printing of annotations.Gravatar xleroy2011-05-23
* Another try for the ifdefGravatar xleroy2011-05-12
* Wrong ifdefGravatar xleroy2011-05-12
* TypoGravatar xleroy2011-05-12
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* Support compile-time constant expressions as arguments to gcc-style attributesGravatar xleroy2011-04-20
* cparser/Elab: __attribute, not attributeGravatar xleroy2011-04-16
* Revised handling of sizeof(string-literal)Gravatar xleroy2011-03-15
* Initializers for global variables: compile-time evaluation of expressions don...Gravatar xleroy2011-03-12
* 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
* In StructAssign: be careful not to duplicate accesses to a volatile variable.Gravatar xleroy2010-11-10
* Inconsistent treatment of "lone" zero-width bit fieldsGravatar xleroy2010-09-24
* Bizarre use of struct valueGravatar xleroy2010-09-21
* No crash if nonexistent input file.Gravatar xleroy2010-09-14
* ++ on volatile not supported.Gravatar xleroy2010-09-04
* Merge of the reuse-temps branch:Gravatar 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
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Bug in cparser/AddCasts.ml.Gravatar xleroy2010-07-08
* Another regressionGravatar xleroy2010-05-10