aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression
Commit message (Expand)AuthorAgeFilesLines
* Wrong test for coroutined decompressorXavier Leroy2022-11-141-1/+1
* Merge pull request #459 from AbsInt/full-switchXavier Leroy2022-11-093-1/+193
|\
| * Handle unstructured 'switch' statements such as Duff's deviceXavier Leroy2022-10-293-1/+193
* | Add test for nested conditional, &&, || expressionsXavier Leroy2022-10-013-1/+55
|/
* Temporary: don't run the regression/stringlit and regression/charlit testsXavier Leroy2022-09-191-1/+3
* Support C11 Unicode string literals and character constants (#452)Xavier Leroy2022-09-195-1/+134
* In test/regression: Use `static inline` instead of `inline`Xavier Leroy2022-07-052-5/+5
* Some tests for _GenericXavier Leroy2022-05-133-1/+115
* Native support for bit fields (#400)Xavier Leroy2021-08-227-31/+96
* Elab bitfields: check size of type <=32bit rather than checking rank (#387)Amos Robinson2021-04-193-1/+24
* Remove regression/interop1 testXavier Leroy2021-01-184-417/+1
* RISC-V: fix FP calling conventionsXavier Leroy2021-01-142-5/+5
* RISC-V: wrong fixup code generated for vararg calls with fixed FP argsXavier Leroy2021-01-102-0/+17
* 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
* 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
* 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