aboutsummaryrefslogtreecommitdiffstats
path: root/backend/SelectLongproof.v
Commit message (Expand)AuthorAgeFilesLines
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-189/+189
* Use Coq strings instead of idents to name external and builtin functions.Xavier Leroy2015-10-111-94/+101
* Protect against redefinition of the __i64_xxx helper library functions.Xavier Leroy2015-01-201-87/+90
* Merge of "newspilling" branch:xleroy2014-07-231-0/+28
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...xleroy2014-04-091-16/+4
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-291-1/+1
* Treat casts int64 -> float32 as primitive operations instead of twoxleroy2013-07-031-0/+24
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-291-108/+165
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+1063