aboutsummaryrefslogtreecommitdiffstats
path: root/backend/SelectDivproof.v
Commit message (Expand)AuthorAgeFilesLines
* Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-93/+93
* Fix compile for architectures other than AArch64 (#192)Bernhard Schommer2019-08-171-2/+2
* AArch64 portXavier Leroy2019-08-081-11/+9
* 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
* Make the checker happy (#272)Vincent Laporte2019-02-121-6/+8
* 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