aboutsummaryrefslogtreecommitdiffstats
path: root/backend/SelectDiv.vp
Commit message (Expand)AuthorAgeFilesLines
* ça recompile sur x86David Monniaux2019-03-221-1/+1
* la division flottante fonctionneDavid Monniaux2019-03-201-4/+4
* begin float divisionDavid Monniaux2019-03-201-3/+3
* added helper functions but strangeDavid Monniaux2019-03-191-7/+4
* 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-12/+12
* Desactivated Omulhs 32-bits optimization (division by constant)Cyril SIX2019-02-081-4/+4
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-6/+6
* RISC-V port and assorted changesXavier Leroy2017-04-281-18/+40
* Use "Local" as prefixXavier Leroy2017-02-131-1/+1
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-041-7/+44
* Improve code generation for 64-bit signed integer divisionXavier Leroy2016-10-021-6/+59
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-1/+35
* Merge of "newspilling" branch:xleroy2014-07-231-0/+12
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-16/+29
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms xleroy2013-09-141-1/+17
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-291-0/+156