aboutsummaryrefslogtreecommitdiffstats
path: root/backend/SelectDivproof.v
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into merge_master_8.13.1Sylvain Boulmé2021-03-231-93/+93
|\
| * Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-93/+93
* | Merge tag 'v3.6' of https://github.com/AbsInt/CompCert into mppa-work-upstrea...David Monniaux2019-09-201-11/+9
|\|
| * Fix compile for architectures other than AArch64 (#192)Bernhard Schommer2019-08-171-2/+2
| * AArch64 portXavier Leroy2019-08-081-11/+9
* | Merge branch 'if-conversion' of https://github.com/AbsInt/CompCert into mppa-...David Monniaux2019-06-031-16/+18
|\|
| * Move Z definitions out of Integers and into ZbitsXavier Leroy2019-04-261-3/+3
| * lib/Coqlib.v: remove defns about multiplication, division, modulusXavier Leroy2019-04-231-13/+15
* | ça recompile sur x86David Monniaux2019-03-221-0/+1
* | la division flottante fonctionneDavid Monniaux2019-03-201-4/+4
* | Proving eval_divs_baseCyril SIX2019-03-201-1/+1
* | Merge branch 'master' into mppa_postpassCyril SIX2019-03-131-6/+8
|\|
| * Make the checker happy (#272)Vincent Laporte2019-02-121-6/+8
* | Réactivé l'optim mulhs pour 32-bits (Omulhs n'est jamais généré)Cyril SIX2019-02-081-8/+8
* | Désactivé toutes les optim division par constante --> Omulhs etc..Cyril SIX2019-02-081-14/+14
* | Desactivated Omulhs 32-bits optimization (division by constant)Cyril SIX2019-02-081-4/+4
|/
* Remove coq warnings (#28)Bernhard Schommer2017-09-221-24/+24
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-25/+25
* RISC-V port and assorted changesXavier Leroy2017-04-281-23/+55
* Use "Local" as prefixXavier Leroy2017-02-131-1/+1
* Update ARM port. Not tested yet.Xavier Leroy2016-10-251-3/+4
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-041-5/+247
* Improve code generation for 64-bit signed integer divisionXavier Leroy2016-10-021-2/+117
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-27/+18
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-98/+98
* Merge of "newspilling" branch:xleroy2014-07-231-0/+16
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-17/+25
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms xleroy2013-09-141-0/+18
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-291-0/+547