aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression
Commit message (Expand)AuthorAgeFilesLines
...
* | If-conversion optimizationXavier Leroy2019-06-063-1/+156
|/
* 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
* Remove the `_Alignas(expr)` construct (#125)Xavier Leroy2018-06-072-36/+32
* 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-111-4/+4
* For running tests with the interpreter, use the correct -stdlib optionXavier Leroy2017-08-281-3/+2
* test/: add a CCOMPOPTS make variable to pass additional compile-time flagsXavier Leroy2017-08-261-1/+1
* 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-288-7/+58
* 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-052-3/+3
* Updates to the local test suiteXavier Leroy2016-07-241-10/+0
* 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
* | Use standard headers instead of defining our own ptrdiff_t and uintptr_t.Xavier Leroy2015-09-141-2/+2
|/
* test/regression: test packedstruct1 only if unaligned accesses are supported.Xavier Leroy2015-08-211-2/+11
* More tests for alias analysis.Xavier Leroy2015-07-202-6/+30
* Test to check that alias analysis is prudently conservative on ill-defined po...Xavier Leroy2015-07-193-1/+153
* Merge branch 'master' of https://github.com/AbsInt/CompCertXavier Leroy2015-07-086-13/+52
|\
| * Turn off copy optimization when returning a composite by reference.Xavier Leroy2015-07-083-1/+40
| * Fix issue with bit fields of type _BoolXavier Leroy2015-07-083-12/+12
* | More portable test for fres and fsqrte.Xavier Leroy2015-07-083-7/+16
|/
* Signedness issue in specification of subtraction between two pointers.Xavier Leroy2015-06-303-1/+13