aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/instr
Commit message (Collapse)AuthorAgeFilesLines
* Float conversion fixes + some more conversionsCyril SIX2019-02-274-5/+5
|
* Changing the way floats are compared (script using reltol and abstol comparison)Cyril SIX2019-02-274-5/+99
|
* Rajout d'opérateurs flottants, travail sur les tests --> à continuerCyril SIX2019-02-1570-68/+136
|
* Added Olongoffloat, Ofloatoflong and doubleconv testCyril SIX2019-02-121-0/+9
|
* Added Ointofsingle + floatconv unit testCyril SIX2019-02-121-0/+9
|
* Added indirect tailcallsCyril SIX2019-02-082-0/+49
|
* Adding indirect calls (icall instruction)Cyril SIX2019-01-291-0/+33
|
* Added sxwd and zxwd supportCyril SIX2019-01-223-0/+21
|
* Fixed the forvar testCyril SIX2019-01-172-3/+13
|
* Fixed div64 and mod64Cyril SIX2018-12-111-2/+3
|
* Added printf to the unitary tests for instructionsCyril SIX2018-12-072-27/+29
|
* Finished implementation of va_arg + testing doneCyril SIX2018-11-301-1/+1
|
* Added tests where GCC calls CompCert functionsCyril SIX2018-11-271-1/+1
|
* 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 branch 'mppa_asmbloc_nobreg' into mppa_k1cCyril SIX2018-11-141-0/+11
| | | | | | | | | | Conflicts: mppa_k1c/Asm.v mppa_k1c/Asmexpand.ml mppa_k1c/TargetPrinter.ml test/mppa/Makefile test/mppa/builtins/clzll.c test/mppa/generate.sh
* Updated Sort Makefile + fixed compilation command bugCyril SIX2018-11-141-3/+3
|
* Changed mmult to avoid recomputing + fixed potential source of bug in instrCyril SIX2018-11-131-3/+3
|
* Lancement des tests à partir d'un même scriptCyril SIX2018-11-131-0/+111
|
* Revamped the instruction testsuite (all instructions work except umodd and ↵Cyril SIX2018-11-1356-0/+459
udivd)