aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/ConstpropOpproof.v
Commit message (Expand)AuthorAgeFilesLines
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-79/+79
* Value analysis: keep track of pointer values that leak through small integers...Xavier Leroy2015-07-191-20/+20
* Merge of "newspilling" branch:xleroy2014-07-231-19/+37
* Refactoring: move symbol_offset into Genv.xleroy2014-05-241-19/+12
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...xleroy2014-04-091-15/+67
* Support Onot operator / notl instruction. More constant propagation during s...xleroy2014-04-061-0/+2
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-0/+1
* Merge of branch value-analysis.xleroy2013-12-201-254/+263
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms xleroy2013-09-141-0/+36
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-1/+6
* Constant propagation within __builtin_annot.xleroy2013-02-241-18/+0
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-9/+9
* Remove some useless "Require".xleroy2012-12-301-1/+0
* Make min_int / -1 and min_int % -1 semantically undefinedxleroy2012-06-091-2/+4
* Merge of the newmem branch:xleroy2012-05-211-1/+2
* Added volatile_read_global and volatile_store_global builtins.xleroy2012-01-151-0/+19
* Merge of the nonstrict-ops branch:xleroy2012-01-141-315/+239
* Merge of branch "unsigned-offsets":xleroy2011-04-091-27/+28
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-281-0/+2
* Merge of the reuse-temps branch:xleroy2010-09-021-0/+497