aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mppa-cse2' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCe...David Monniaux2020-03-036-24/+131
|\
| * [regression to check!] Merge tag 'v3.6' into mppa-workCyril SIX2019-10-168-27/+638
| |\
| * | Removing NaNs from TESTS_DIFF (float precision issues..)Cyril SIX2019-09-251-0/+3
| * | varargs2 now work correctly (bis)Cyril SIX2019-09-252-3/+15
| * | Stub for builtins-mppa_k1c.cCyril SIX2019-09-251-0/+72
| * | varargs2 now work correctlyCyril SIX2019-09-251-0/+11
| * | Removing packed structs tests (do not work for now)Cyril SIX2019-09-251-0/+2
| * | More work on test, regression/packedstruct1.c and regression/varargs2.c don't...Cyril SIX2019-09-203-23/+28
| * | __builtin_bswap16, 32 and 64Cyril SIX2019-09-201-2/+2
| * | Merge branch 'master' of https://github.com/AbsInt/CompCert into mppa-work-up...David Monniaux2019-07-196-28/+61
| |\ \
| * \ \ Merge branch 'if-conversion' of https://github.com/AbsInt/CompCert into mppa-...David Monniaux2019-06-033-1/+156
| |\ \ \
| | * | | If-conversion optimizationXavier Leroy2019-05-313-1/+156
| * | | | Disabling the packedstruct tests from test/regressionCyril SIX2019-04-091-1/+2
| * | | | All CompCert tests can be compiledCyril SIX2019-04-092-2/+2
| |/ / /
* | | / Add interoperability test for functions returning small integer typesXavier Leroy2020-02-212-0/+23
| |_|/ |/| |
* | | Test for the compilation of floating-point literalsXavier Leroy2019-08-083-1/+562
* | | AArch64 portXavier Leroy2019-08-083-5/+70
* | | Factor out endianness determination between testsXavier Leroy2019-08-072-21/+5
| |/ |/|
* | When testing builtin functions, prevent constant propagationXavier Leroy2019-07-174-28/+31
* | Extended asm: print register names according to their typesXavier Leroy2019-06-171-0/+10
* | Perform constant propagation and strength reduction on conditional movesXavier Leroy2019-06-171-0/+20
* | 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