aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c
Commit message (Expand)AuthorAgeFilesLines
* rm Pdiv / PdivuDavid Monniaux2019-03-226-66/+1
* restructuration pour compilation toute archiDavid Monniaux2019-03-223-1/+5
* ça recompile sur x86David Monniaux2019-03-222-103/+1
* Merge branch 'mppa_postpass' into mppa-mulDavid Monniaux2019-03-223-613/+7
|\
| * I think it should now compile for all architectures.David Monniaux2019-03-221-613/+0
| * try to be portable across archsDavid Monniaux2019-03-212-0/+7
* | Merge branch 'mppa_postpass' into mppa-mulDavid Monniaux2019-03-201-2/+2
|\|
| * XLeroy's suggested fix for shared float/int register file.David Monniaux2019-03-201-2/+2
* | Proof of div32/mod32/divf32/divf64 lemmasCyril SIX2019-03-201-6/+21
* | la division flottante fonctionneDavid Monniaux2019-03-202-2/+27
* | begin float divisionDavid Monniaux2019-03-201-0/+4
* | Merge branch 'mppa-mul' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCer...David Monniaux2019-03-201-6/+47
|\ \
| * | Proving eval_divs_baseCyril SIX2019-03-201-6/+47
* | | les divisions entieres passentDavid Monniaux2019-03-202-9/+11
* | | Merge branch 'mppa_postpass' into mppa-mulDavid Monniaux2019-03-2020-1449/+461
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'mppa-madd' into mppa_postpassDavid Monniaux2019-03-207-20/+65
| |\
| | * maddl / maddlim are synthesized (but not for pointers it seems)David Monniaux2019-03-203-1/+13
| | * maddl gets to assemblyDavid Monniaux2019-03-201-2/+0
| | * maddl declaredDavid Monniaux2019-03-203-17/+52
| * | Merge branch 'mppa-madd' into mppa_postpassDavid Monniaux2019-03-1914-1357/+307
| |\|
| | * mul+madd immediateDavid Monniaux2019-03-194-3/+28
| | * mul immediateDavid Monniaux2019-03-196-3/+18
| | * mul immediate beginDavid Monniaux2019-03-198-4/+28
| | * fix classes for maddDavid Monniaux2019-03-191-4/+4
| | * reverse maddDavid Monniaux2019-03-192-0/+4
| | * improve robustness of Asmblockdeps.arith_op_eq.Sylvain Boulmé2019-03-191-13/+29
| | * fix missing case in Asmblockdeps.arith_op_eqSylvain Boulmé2019-03-191-2/+2
| | * 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
| | * 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 gricad-gitlab.univ-grenoble-alpes.fr:sixcy/Co...Cyril SIX2019-03-1814-18/+257
| |\ \
| * | | 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
| |/ / |/| |
* | | 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