aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Tests "floats" and "floats-basics" moved from test/c to test/regressionxleroy2013-04-201-11/+16
* Interp.ml: support printf of long longxleroy2013-04-201-1/+1
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-1/+1
* Fix 'interp' entryxleroy2013-03-011-1/+1
* Testing dense switchesxleroy2013-03-011-1/+1
* Errors for excessively large global variables or stack frames.xleroy2013-02-021-2/+2
* Support for inline assembly (asm statements).xleroy2012-12-181-1/+1
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-1/+1
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-2/+2
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-071-0/+12
* Merge of the "volatile" branch:xleroy2012-02-041-1/+1
* Merge of the nonstrict-ops branch:xleroy2012-01-141-1/+2
* cparser/*: refactoring of the expansion of read-modify-write operatorsxleroy2011-11-261-1/+1
* Fixed serious bug in handling of volatile arrays.xleroy2011-11-261-2/+2
* Presimplification SimplVolatile: cleaned up and integrated.xleroy2011-08-181-3/+3
* IA32: wrong moves generated in print_builtin_memcpy_big.xleroy2011-08-101-1/+1
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-1/+1
* Typoxleroy2011-05-121-1/+1
* cparser: support for attributes over struct and union.xleroy2011-05-121-2/+2
* cparser/Elab: __attribute, not attributexleroy2011-04-161-1/+1
* Revised handling of sizeof(string-literal)xleroy2011-03-151-2/+3
* Treat "char" as unsigned OR signed depending on the configuration.xleroy2011-03-091-2/+2
* In StructAssign: be careful not to duplicate accesses to a volatile variable.xleroy2010-11-101-1/+1
* Inconsistent treatment of "lone" zero-width bit fieldsxleroy2010-09-241-1/+1
* Merge of the reuse-temps branch:xleroy2010-09-021-2/+3
* Adding __builtin_annotationxleroy2010-09-011-1/+1
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-011-0/+1
* Merge of branches/full-expr-4:xleroy2010-08-181-2/+3
* Bug in cparser/AddCasts.ml.xleroy2010-07-081-1/+1
* Another regressionxleroy2010-05-101-1/+1
* More struct testsxleroy2010-04-171-1/+2
* Test bit field of size 32xleroy2010-04-091-1/+1
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-091-1/+1
* In cparser/SimplExpr.ml:xleroy2010-04-021-1/+1
* cparser/AddCasts.ml: forgot to materialize cast at return statement.xleroy2010-04-011-1/+1
* Extra volatile testxleroy2010-03-281-1/+1
* Suppressed -fall-extensions option, too dangerous wrt flonglongxleroy2010-03-031-2/+3
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+40