aboutsummaryrefslogtreecommitdiffstats
path: root/test/c
Commit message (Expand)AuthorAgeFilesLines
* Revise the "bench" entries of the test suiteXavier Leroy2019-09-171-4/+3
* Factor out endianness determination between testsXavier Leroy2019-08-071-9/+1
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-3/+3
* test/*/Makefile: suppress dependencies on ../../ccompXavier Leroy2017-09-111-2/+2
* Reduce the running times of the tests in test/cXavier Leroy2017-08-2630-87/+75
* RISC-V port and assorted changesXavier Leroy2017-04-282-2/+3
* Remove tests involving Cminor concrete syntax. Update ChangelogXavier Leroy2017-02-151-11/+0
* Implement support for big endian arm targets.Bernhard Schommer2016-08-052-8/+8
* Updates to the local test suiteXavier Leroy2016-07-2418-113/+125
* Fix uninitialized array in do_bench (report by V. Laporte).Xavier Leroy2015-09-141-1/+1
* test/regression: test packedstruct1 only if unaligned accesses are supported.Xavier Leroy2015-08-211-1/+1
* Don't use strdup(), it is not ISO C99.Xavier Leroy2015-08-211-1/+2
* PowerPC port: refactored the expansion of built-in functions andxleroy2014-07-281-1/+11
* Merge of "newspilling" branch:xleroy2014-07-231-6/+6
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-292-6/+3
* Cminor parsing and printing (from Andrew Tolmach)xleroy2013-10-161-1/+12
* Merge of the float32 branch: xleroy2013-05-193-2/+199
* driver: removed option -flonglongxleroy2013-04-223-1/+228
* Added FFTW benchmark provided by Guillaume Melquiondxleroy2013-04-203-2/+107
* Tests "floats" and "floats-basics" moved from test/c to test/regressionxleroy2013-04-205-8030/+1
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-203-1/+257
* Fixed parsing of hex float literals 0xNNNpMMM.xleroy2013-03-114-3/+80
* Errors for excessively large global variables or stack frames.xleroy2013-02-021-2/+2
* Fix "clean" rule.xleroy2012-12-291-1/+1
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-1/+1
* Use Flocq for floatsxleroy2012-06-283-1/+7954
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-1/+1
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-071-0/+2
* Presimplification SimplVolatile: cleaned up and integrated.xleroy2011-08-181-2/+2
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.xleroy2011-03-091-2/+2
* Merge of the reuse-temps branch:xleroy2010-09-021-2/+2
* Merge of branches/full-expr-4:xleroy2010-08-181-2/+2
* Determine endianness at run-timexleroy2010-03-301-21/+23
* Protoizedxleroy2010-03-021-2/+2
* Typo in Makefilexleroy2010-02-171-2/+2
* Reorganization test directoryxleroy2010-02-173-72/+2
* 3 more benchmarksxleroy2010-02-177-1/+863
* Backtracking on commit 1220v1.6xleroy2010-01-131-0/+0
* Test result more reproduciblexleroy2009-12-162-2/+2
* Support Clight initializers of the form "int * x = &y;".xleroy2009-11-011-0/+9
* Problem with const enum initializersxleroy2009-09-152-0/+4
* Stronger constant folding, esp. w.r.t. floatsxleroy2009-08-212-0/+7
* Endianness in testsxleroy2009-01-052-2/+2
* Continuation of PowerPC/EABI portxleroy2008-12-312-2/+2
* Flag to turn on/off the recognition of fused multiply-add and multiply-subxleroy2008-07-311-1/+1
* Update test resultsxleroy2008-07-311-1/+1
* Augmenter le temps d'execution par defautxleroy2008-07-252-2/+2
* Compilo C, preprocesseur, assembleur sont determines par configure et mis dan...xleroy2008-04-191-2/+3
* Ajout du test vmachxleroy2008-04-153-1/+219
* Problemes d'alignement des variables globales et a l'interieur de leurs initi...xleroy2007-10-313-3/+53