aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #459 from AbsInt/full-switchXavier Leroy2022-11-091-0/+10
|\
| * Handle unstructured 'switch' statements such as Duff's deviceXavier Leroy2022-10-291-0/+10
* | Add test for nested conditional, &&, || expressionsXavier Leroy2022-10-011-0/+7
|/
* Support C11 Unicode string literals and character constants (#452)Xavier Leroy2022-09-192-0/+42
* Some tests for _GenericXavier Leroy2022-05-131-0/+7
* Native support for bit fields (#400)Xavier Leroy2021-08-222-14/+18
* Elab bitfields: check size of type <=32bit rather than checking rank (#387)Amos Robinson2021-04-191-0/+1
* Remove regression/interop1 testXavier Leroy2021-01-181-98/+0
* RISC-V: fix FP calling conventionsXavier Leroy2021-01-141-1/+1
* RISC-V: wrong fixup code generated for vararg calls with fixed FP argsXavier Leroy2021-01-101-0/+1
* Add test for __builtin_sqrt and __builtin_fabsfXavier Leroy2020-07-271-0/+3
* Refactor regression testing of built-in functionsXavier Leroy2020-07-276-40/+390
* Add a test for int64 -> float32 conversionXavier Leroy2020-03-301-38/+836
* Add interoperability test for functions returning small integer typesXavier Leroy2020-02-211-0/+8
* Test for the compilation of floating-point literalsXavier Leroy2019-08-081-0/+2
* AArch64 portXavier Leroy2019-08-081-0/+15
* If-conversion optimizationXavier Leroy2019-06-061-0/+26
* Revised attachment of name attributes to structs, unions, enumsXavier Leroy2019-02-251-0/+1
* Add regression test for "aligned" attributeXavier Leroy2019-02-251-0/+11
* Attach _Alignas to names and refactor _Alignas checks (#133)Bernhard Schommer2018-09-101-0/+1
* Issue with packed structs and sizeof, alignof, offsetof in cparser/Xavier Leroy2018-08-172-0/+24
* Remove the `_Alignas(expr)` construct (#125)Xavier Leroy2018-06-071-9/+9
* Initialization of union bit fieldsXavier Leroy2018-04-251-0/+8
* Turn delicate case of designated re-initialization into error (#70)Xavier Leroy2018-03-301-1/+0
* Add regression test for issue #211Xavier Leroy2018-01-131-0/+1
* Extend builtin arguments with a pointer addition operator, continuedXavier Leroy2017-07-061-0/+2
* Extend builtin arguments with a pointer addition operatorXavier Leroy2017-07-061-0/+5
* RISC-V port and assorted changesXavier Leroy2017-04-281-0/+12
* Make Archi.ptr64 always computable, and reorganize files accordingly: ia32 ->...Xavier Leroy2016-10-271-0/+0
* Update the tests in test/regression, continuedXavier Leroy2016-10-241-0/+1
* Update the tests and test infrastructure in test/regressionXavier Leroy2016-10-246-0/+58
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-041-0/+2160
* Unwanted partial constant propagation in 64-bit integer arguments to builtinsXavier Leroy2016-07-083-0/+4
* Revised handling of old-style, K&R function definitionsXavier Leroy2016-06-241-0/+3
* Add CLZ builtins for ARM and IA32Xavier Leroy2015-12-223-2/+10
* Issue #71: incorrect initialization of wchar_t arrays from wide string literalXavier Leroy2015-11-131-0/+3
* Merge remote-tracking branch 'origin/master' into parser_fixJacques-Henri Jourdan2015-11-042-0/+3
|\
| * Merge branch 'ppc64' of ssh://github.com/AbsInt/CompCert into ppc64Xavier Leroy2015-10-111-0/+2
| |\
| | * Test __builtin_isel.Xavier Leroy2015-09-131-0/+2
* | | Better handling of old-style K&R function declarations:Jacques-Henri Jourdan2015-11-011-0/+10
|/ /
* / Fixed a few bugs in the pre parser. In particular, the following codeJacques-Henri Jourdan2015-09-301-0/+0
|/
* More tests for alias analysis.Xavier Leroy2015-07-201-0/+1
* Test to check that alias analysis is prudently conservative on ill-defined po...Xavier Leroy2015-07-191-0/+7
* Merge branch 'master' of https://github.com/AbsInt/CompCertXavier Leroy2015-07-082-3/+3
|\
| * Turn off copy optimization when returning a composite by reference.Xavier Leroy2015-07-081-0/+0
| * Fix issue with bit fields of type _BoolXavier Leroy2015-07-081-3/+3
* | More portable test for fres and fsqrte.Xavier Leroy2015-07-081-2/+2
|/
* Signedness issue in specification of subtraction between two pointers.Xavier Leroy2015-06-301-0/+2
* Extended inline asm: handle missing cases.Xavier Leroy2015-04-281-0/+10
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-1/+3