aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Support the use of already-installed MenhirLib and Flocq librariesXavier Leroy2020-09-211-2/+6
* Add test for __builtin_sqrt and __builtin_fabsfXavier Leroy2020-07-272-0/+7
* Refactor regression testing of built-in functionsXavier Leroy2020-07-2713-110/+447
* Improve portability of the test for annotations inclightgenXavier Leroy2020-06-052-0/+4
* clightgen: fix the printing of annotationsXavier Leroy2020-06-051-0/+6
* Add a test for int64 -> float32 conversionXavier Leroy2020-03-302-39/+838
* Add interoperability test for functions returning small integer typesXavier Leroy2020-02-212-0/+23
* clightgen: sanitize names of functions and global variablesXavier Leroy2019-10-281-0/+12
* Revise the "bench" entries of the test suiteXavier Leroy2019-09-174-12/+9
* 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-074-30/+14
* 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
* 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