summaryrefslogtreecommitdiff
path: root/test/regression/Results
Commit message (Expand)AuthorAge
* 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
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...Gravatar xleroy2011-07-16
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* 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
* Treat "char" as unsigned OR signed depending on the configuration.Gravatar xleroy2011-03-09
* Inconsistent treatment of "lone" zero-width bit fieldsGravatar xleroy2010-09-24
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* 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
* __builtin_memcpy, continued.Gravatar xleroy2010-04-17
* Test bit field of size 32Gravatar xleroy2010-04-09
* Static initialization of structs with bitfieldsGravatar xleroy2010-04-07
* In cparser/SimplExpr.ml:Gravatar xleroy2010-04-02
* cparser/AddCasts.ml: forgot to materialize cast at return statement.Gravatar xleroy2010-04-01
* Extra volatile testGravatar xleroy2010-03-28
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03
* Reorganization test directoryGravatar xleroy2010-02-17