aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/mmult
Commit message (Collapse)AuthorAgeFilesLines
* Dans test/mppa : changer k1-mbr-gcc en k1-cos-gccCyril SIX2019-06-171-1/+1
|
* Added tests where GCC calls CompCert functionsCyril SIX2018-11-271-1/+1
|
* Updated Sort Makefile + fixed compilation command bugCyril SIX2018-11-141-5/+5
|
* Changed mmult to avoid recomputing + fixed potential source of bug in instrCyril SIX2018-11-132-18/+36
|
* Lancement des tests à partir d'un même scriptCyril SIX2018-11-131-3/+3
|
* Fixed consistency between the different tests mmult, prng and sortCyril SIX2018-11-093-69/+64
|
* Fixing k1-gcc becoming k1-mbr-gccCyril SIX2018-11-091-3/+3
|
* Code cleaningCyril SIX2018-05-091-4/+4
|
* MPPA - mmult and sort Makefile now check on ccomp versionCyril SIX2018-04-262-4/+5
|
* MPPA - Corrected messages on test/mppa/mmult/MakefileCyril SIX2018-04-251-2/+2
|
* MPPA - Oshrximm + Mgetparam + FP is GPR10 + bugCyril SIX2018-04-201-17/+17
| | | | | | | | | | | Added Oshrximm and Mgetparam -> mmult.c divide & conqueer generates FP is now GPR10 instead of being a mix of GPR30 and GPR32 Corrected a bug where Pgoto and Pj_l were given the same interpretation, where in fact there's a fundamental difference : Pgoto is supposed to have a function name (symbol), while Pj_l is supposed to have a label name (print_label). This led to having undefinite labels in the code.
* MPPA - Added divide & conqueer test matmulCyril SIX2018-04-182-2/+87
|
* MPPA - added Oaddrsymbol -> now able to run the matrix mult testCyril SIX2018-04-183-37/+42
|
* MPPA - added a Matrix Multiply testCyril SIX2018-04-183-0/+140