aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* some better experiments...David Monniaux2019-01-181-2/+5
* clearer filenamesDavid Monniaux2019-01-181-13/+24
* bugfixDavid Monniaux2019-01-171-1/+1
* various matrix multiplication proceduresDavid Monniaux2019-01-173-4/+38
* show cycle countsDavid Monniaux2019-01-171-2/+44
* so that we can compare gcc and ccomp .sDavid Monniaux2019-01-171-3/+6
* for testing postpassDavid Monniaux2019-01-174-35/+64
* test (does not compile yet)David Monniaux2019-01-172-0/+115
* Fixed the forvar testCyril SIX2019-01-172-3/+13
* Added the use of two va_list in a va_arg testCyril SIX2018-12-111-3/+9
* In va_arg tests, 2nd argument of va_start is now correctCyril SIX2018-12-112-9/+9
* Fixed div64 and mod64Cyril SIX2018-12-112-20/+25
* Added printf to the unitary tests for instructionsCyril SIX2018-12-072-27/+29
* Added a printf wrapper in test/mppa/libCyril SIX2018-12-074-0/+160
* Finished implementation of va_arg + testing doneCyril SIX2018-11-302-4/+4
* Wrote some tests on va_arg, need to implement __compcert_va_int32 & cieCyril SIX2018-11-282-7/+467
* Added a jobs parameter to the test scriptsCyril SIX2018-11-284-7/+13
* Added GCC-compcert call test with a very high register pressureCyril SIX2018-11-285-9/+212
* Added tests where GCC calls CompCert functionsCyril SIX2018-11-275-9/+26
* Interoperability tests passed (no va_arg yet)Cyril SIX2018-11-2314-0/+355
* Fixed andd test not consistent with the restCyril SIX2018-11-231-1/+1
* Mise à jour vis à vis de CompCert 3.4Cyril SIX2018-11-211-2/+16
* Merge tag 'v3.4' into mppa_k1cCyril SIX2018-11-2117-65/+1166
|\
| * 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
* | Merge branch 'mppa_asmbloc_nobreg' into mppa_k1cCyril SIX2018-11-1484-353/+499
|\ \
| * | Updated Sort Makefile + fixed compilation command bugCyril SIX2018-11-145-62/+123
| * | Changed mmult to avoid recomputing + fixed potential source of bug in instrCyril SIX2018-11-133-21/+39
| * | Lancement des tests à partir d'un même scriptCyril SIX2018-11-137-15/+61
| * | Revamped the instruction testsuite (all instructions work except umodd and ud...Cyril SIX2018-11-1361-110/+102
| * | Fixed consistency between the different tests mmult, prng and sortCyril SIX2018-11-0916-181/+230
| * | Fixing PRNG testCyril SIX2018-11-091-4/+1
| * | Fixing k1-gcc becoming k1-mbr-gccCyril SIX2018-11-094-8/+8
* | | Added some comments on the MakefileCyril SIX2018-08-141-2/+22
* | | Added all the working builtins for ALU. Added BCU and LSU without testingCyril SIX2018-08-0111-11/+68
|/ /
* | Fixed CompCert library inclusion. Indirect fix for udivd and umoddCyril SIX2018-06-261-2/+1
* | MPPA - Forgot to initialize variables in the testsCyril SIX2018-06-062-2/+3
* | WIP - Changed all the general tests to include PRNG (instead of small constants)Cyril SIX2018-06-0559-308/+394
* | MPPA - Added Builtins support. Starting with clzll and stsudCyril SIX2018-06-052-0/+9
* | MPPA - Added modulo and division 64 bits. Non certifiedCyril SIX2018-05-213-1/+17
* | Code cleaningCyril SIX2018-05-091-4/+4