aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* If-conversion optimizationXavier Leroy2019-06-063-1/+156
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-3/+3
* Revised attachment of name attributes to structs, unions, enumsXavier Leroy2019-02-252-0/+8
* Add regression test for "aligned" attributeXavier Leroy2019-02-253-1/+120
* Test for NULL in variable argument listsXavier Leroy2019-02-042-1/+53
* Attach _Alignas to names and refactor _Alignas checks (#133)Bernhard Schommer2018-09-102-6/+4
* Improve execution of regression testsXavier Leroy2018-08-244-16/+45
* Harden the extasm.c test, continuedXavier Leroy2018-08-202-5/+5
* Harden the extasm.c testXavier Leroy2018-08-202-2/+7
* Issue with packed structs and sizeof, alignof, offsetof in cparser/Xavier Leroy2018-08-173-6/+60
* Clean .foo.aux files created by coqcXavier Leroy2018-07-101-1/+1
* Remove the `_Alignas(expr)` construct (#125)Xavier Leroy2018-06-072-36/+32
* Don't depend on ../../clightgenXavier Leroy2018-06-021-3/+3
* Add tests for clightgenXavier Leroy2018-06-015-0/+985
* Initialization of anonymous bit-fields in structsXavier Leroy2018-04-251-0/+1
* Initialization of union bit fieldsXavier Leroy2018-04-252-0/+33
* Turn delicate case of designated re-initialization into error (#70)Xavier Leroy2018-03-302-1/+6
* Add regression test for issue #211Xavier Leroy2018-01-133-1/+17
* Typo in Makefile: "ia32" is now "x86"Xavier Leroy2017-09-191-1/+1
* test/*/Makefile: suppress dependencies on ../../ccompXavier Leroy2017-09-112-6/+6
* For running tests with the interpreter, use the correct -stdlib optionXavier Leroy2017-08-281-3/+2
* test/compression: use unique temporary files for testingXavier Leroy2017-08-271-7/+7
* test/ : stop at first error in "make all"Xavier Leroy2017-08-261-1/+1
* test/: add a CCOMPOPTS make variable to pass additional compile-time flagsXavier Leroy2017-08-265-5/+5
* Reduce the running times of the tests in test/cXavier Leroy2017-08-2630-87/+75
* Extend builtin arguments with a pointer addition operator, continuedXavier Leroy2017-07-062-2/+8
* Extend builtin arguments with a pointer addition operatorXavier Leroy2017-07-063-1/+35
* RISC-V port and assorted changesXavier Leroy2017-04-2814-14/+66
* Remove tests involving Cminor concrete syntax. Update ChangelogXavier Leroy2017-02-1528-3336/+0
* Revised elaboration of attributesXavier Leroy2017-01-311-1/+1
* Make Archi.ptr64 always computable, and reorganize files accordingly: ia32 ->...Xavier Leroy2016-10-273-10/+4
* Update the tests in test/regression, continuedXavier Leroy2016-10-242-13/+5
* Update the tests and test infrastructure in test/regressionXavier Leroy2016-10-2412-7/+132
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-042-0/+2172
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-5/+5
* Implement support for big endian arm targets.Bernhard Schommer2016-08-056-15/+15
* test/raytracer: use our own strdup(), since this is not a standard functionXavier Leroy2016-07-241-1/+9
* Updates to the local test suiteXavier Leroy2016-07-2424-187/+133
* Unwanted partial constant propagation in 64-bit integer arguments to builtinsXavier Leroy2016-07-087-0/+17
* Revised handling of old-style, K&R function definitionsXavier Leroy2016-06-243-1/+41
* Fix a bug in the pre-parser.Jacques-Henri Jourdan2016-03-231-0/+17
* Add CLZ builtins for ARM and IA32Xavier Leroy2015-12-226-4/+24
* Issue #71: incorrect initialization of wchar_t arrays from wide string literalXavier Leroy2015-11-132-0/+29
* Merge remote-tracking branch 'origin/master' into parser_fixJacques-Henri Jourdan2015-11-044-0/+9
|\
| * Merge branch 'ppc64' of ssh://github.com/AbsInt/CompCert into ppc64Xavier Leroy2015-10-112-0/+4
| |\
| | * Test __builtin_isel.Xavier Leroy2015-09-132-0/+4
* | | Better handling of old-style K&R function declarations:Jacques-Henri Jourdan2015-11-012-3/+69
* | | other, simpler fix: the lexer emits 2 tokens for each identifierJacques-Henri Jourdan2015-10-081-0/+17
|/ /
* | Fixed a few bugs in the pre parser. In particular, the following codeJacques-Henri Jourdan2015-09-303-1/+106
* | Issue with ignoring the result of non-void builtin functions.Xavier Leroy2015-09-153-3/+12