aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix bad reservation table for finvwDavid Monniaux2022-02-121-2/+2
|
* modulosDavid Monniaux2022-02-114-1/+73
|
* fp_modu32David Monniaux2022-02-111-1/+31
|
* fp_modu64_correctDavid Monniaux2022-02-111-0/+30
|
* full2 mod correctDavid Monniaux2022-02-111-0/+98
|
* twostep_mod_longu_mostb_correctDavid Monniaux2022-02-111-0/+94
|
* moved stuff to appropriate places and removed irrelevant contentDavid Monniaux2022-02-112-258/+18
|
* rm useless stuffDavid Monniaux2022-02-111-123/+0
|
* experiments in divisionDavid Monniaux2022-02-112-0/+68
|
* remove singleoflongu (does not exist)David Monniaux2022-02-115-32/+73
|
* rewrite with longu -> double -> single conversionsDavid Monniaux2022-02-111-23/+38
|
* fp_divu64_correctDavid Monniaux2022-02-101-0/+17
|
* finished proof but still why need for decompositionDavid Monniaux2022-02-101-16/+56
|
* progressDavid Monniaux2022-02-101-2/+44
|
* progressDavid Monniaux2022-02-101-23/+36
|
* progressDavid Monniaux2022-02-101-3/+15
|
* Cgt / CltDavid Monniaux2022-02-101-7/+20
|
* progressDavid Monniaux2022-02-101-0/+18
|
* progressDavid Monniaux2022-02-101-2/+36
|
* step1 expression is okDavid Monniaux2022-02-091-0/+36
|
* full2_div_longu_correctDavid Monniaux2022-02-091-0/+93
|
* twostep_div_longu_mostb_correctDavid Monniaux2022-02-091-11/+75
|
* progressDavid Monniaux2022-02-041-5/+10
|
* progressDavid Monniaux2022-02-041-2/+1
|
* some progressDavid Monniaux2022-02-041-0/+108
|
* Merge ../kvx-work into kvx_fp_divisionDavid Monniaux2022-02-036-12/+12
|\
| * Merge remote-tracking branch 'absint/master' into merge_absintDavid Monniaux2022-02-026-12/+12
| |\
| | * Support Coq 8.15.0Xavier Leroy2022-01-311-2/+2
| | |
| | * Adapt w.r.t. coq/coq#15442 (#425)Pierre-Marie Pédrot2022-01-103-6/+6
| | | | | | | | | | | | | | | | | | | | | coq/coq#15442 changes the way `Program` names things, to make it uniform w.r.t. the standard naming schema. This commit removes dependencies on the names chosen by `Program`. Should be backwards compatible. Co-authored-by: Xavier Leroy <xavier.leroy@college-de-france.fr>
| | * Fix pattern for github-linguist.Bernhard Schommer2021-12-141-2/+2
| | |
| | * Enforce evaluation order in IRC.add_interf and IRC.add_prefXavier Leroy2021-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As written previously, OCaml can evaluate `nodeOfVar g v1` and `nodeOfVar g v2` in any order. Consequently, `v1` and `v2` can be entered in the `varTable` hash table in different order. This can result in different (but equally valid) register allocations. It's better to enforce one evaluation order for the sake of reproducible compilations when the OCaml version changes.
* | | fix path to coq imageDavid Monniaux2022-02-021-1/+1
| | |
* | | update CoqDavid Monniaux2022-02-021-3/+3
| | |
* | | dependency to generate gappa scriptDavid Monniaux2022-02-021-1/+1
| | |
* | | attempts at dealing with gappaDavid Monniaux2022-02-021-1/+8
| | |
* | | full_div_longu_correctDavid Monniaux2022-01-251-2/+28
| | |
* | | some progressDavid Monniaux2022-01-251-2/+66
| | |
* | | attempt at definitionDavid Monniaux2022-01-251-0/+13
| | |
* | | anystep_div_longu_correctDavid Monniaux2022-01-251-0/+38
| | |
* | | big progress on longuDavid Monniaux2022-01-251-9/+61
| | |
* | | some progress?David Monniaux2022-01-251-126/+185
| | |
* | | some progressDavid Monniaux2022-01-241-2/+0
| | |
* | | some progressDavid Monniaux2022-01-241-19/+157
| | |
* | | progressDavid Monniaux2022-01-241-0/+121
| | |
* | | rm spurious functionDavid Monniaux2022-01-241-115/+0
| | |
* | | progressDavid Monniaux2022-01-241-0/+190
| | |
* | | twostep_div_longu_smallb_correctDavid Monniaux2022-01-241-0/+82
| | |
* | | done for small aDavid Monniaux2022-01-241-3/+7
| | |
* | | progressDavid Monniaux2022-01-241-11/+31
| | |
* | | progressDavid Monniaux2022-01-241-7/+17
| | |