aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c
Commit message (Collapse)AuthorAgeFilesLines
...
| | * remove a FAILWITH that forbids some debugging information to be printedSylvain Boulmé2019-03-191-3/+3
| | |
| | * specify instructions that write to first operand (madd)David Monniaux2019-03-192-1324/+1
| | |
| | * Revert "implemented -fno-postpass normally"David Monniaux2019-03-193-45/+18
| | | | | | | | | | | | This reverts commit fdb8d0c7b5a8be87a64cb995f3abf5bc60f07bfd.
| | * implemented -fno-postpass normallyDavid Monniaux2019-03-193-18/+45
| | |
| | * mandw mais ça coinceDavid Monniaux2019-03-183-3/+12
| | |
| | * maddw dans la générationDavid Monniaux2019-03-182-1/+9
| | |
| | * plus d'infrastructure pour maddDavid Monniaux2019-03-183-0/+49
| | |
| | * maddw exists now in postpass schedulerDavid Monniaux2019-03-181-0/+14
| | |
| | * ça passe mais pas encore l'oracleDavid Monniaux2019-03-183-1/+98
| | |
| | * begin implementing multiply-addDavid Monniaux2019-03-182-3/+15
| | |
| * | Pseudo instruction for 32 bits division, no code generation yetCyril SIX2019-03-198-19/+87
| | |
| * | Psemi manquant dans l'expansion de PallocframeCyril SIX2019-03-191-0/+2
| | |
| * | Merge branch 'mppa_postpass' of ↵Cyril SIX2019-03-1814-18/+257
| |\ \ | | | | | | | | | | | | gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into mppa_postpass
| * | | The parent frame pointer is now R17 instead of R14Cyril SIX2019-03-187-27/+21
| | | |
* | | | added helper functions but strangeDavid Monniaux2019-03-193-5/+162
| |/ / |/| | | | | | | | idiv.c: error: __compcert_i32_sdiv: missing or incorrect declaration
* | | bug de pretty printingDavid Monniaux2019-03-181-2/+2
| |/ |/|
* | andn / orn long complete I thinkDavid Monniaux2019-03-181-0/+3
| |
* | selection of andn/orn on longDavid Monniaux2019-03-182-0/+10
| |
* | some more andn / ornDavid Monniaux2019-03-183-0/+28
| |
* | andn/orn start being generatedDavid Monniaux2019-03-183-8/+22
| |
* | andn / orn suiteDavid Monniaux2019-03-186-7/+34
| |
* | orn / andn in asmDavid Monniaux2019-03-184-4/+50
| |
* | some more about andn/ornDavid Monniaux2019-03-182-0/+24
| |
* | begin andn ornDavid Monniaux2019-03-183-0/+87
|/
* long nand, nor, nxorDavid Monniaux2019-03-1611-7/+144
|
* nxorDavid Monniaux2019-03-1612-3/+59
|
* nor implementeDavid Monniaux2019-03-167-0/+39
|
* partial norwDavid Monniaux2019-03-165-9/+26
|
* nand is implementedDavid Monniaux2019-03-166-2/+28
|
* some more nandDavid Monniaux2019-03-163-3/+45
|
* nand debutDavid Monniaux2019-03-163-0/+18
|
* fix problem with ALU reservation tablesDavid Monniaux2019-03-161-1/+3
|
* 32-bit rotate finishedDavid Monniaux2019-03-166-6/+17
|
* select rotate ops 32-bitDavid Monniaux2019-03-163-2/+74
|
* some more progress on rotateDavid Monniaux2019-03-162-0/+6
|
* ValueAOp rotate 32-bitDavid Monniaux2019-03-161-0/+1
|
* instruction rotateDavid Monniaux2019-03-162-0/+3
|
* Removing SelectLong.v from the git repo (compiled from SelectLong.vp)Cyril SIX2019-03-152-800/+1
|
* better robustness wrt exceptionsDavid Monniaux2019-03-141-5/+9
|
* Corrigé certaines latences (Store -> 1 i/o 3, Set -> 4 i/o 3)Cyril SIX2019-03-131-4/+3
|
* Fix for CompCert 3.5Cyril SIX2019-03-131-0/+1
|
* Enlevé la dépendance mémoire de PcbuCyril SIX2019-03-133-25/+25
|
* for using CPlexDavid Monniaux2019-03-131-1/+12
|
* Merge branch 'mppa_postpass' of ↵David Monniaux2019-03-122-109/+134
|\ | | | | | | gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into mppa_postpass
| * Added cascaded_scheduler but the flag does not workCyril SIX2019-03-121-1/+1
| |
| * Added a flag for changing the scheduler (not any choice available right now)Cyril SIX2019-03-121-2/+3
| |
| * Proof of exec_trans_pcincr solvedCyril SIX2019-03-121-7/+31
| |
| * Merge remote-tracking branch 'origin/mppa_parcheck' into mppa_parcheckCyril SIX2019-03-121-12/+12
| |\
| | * fix trans_pcincr for parcheck. (Proof is broken. cf FIXME)Sylvain Boulmé2019-03-121-12/+12
| | |
| * | Simplification des preuves "de discrimination" dans AsmblockdepsCyril SIX2019-03-121-94/+77
| |/