aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/SelectOpproof.v
Commit message (Expand)AuthorAgeFilesLines
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-124/+124
* Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-211-3/+3
* Extend annotations so that they can keep track of global variables and local ...Xavier Leroy2015-03-271-0/+16
* Merge of "newspilling" branch:xleroy2014-07-231-8/+94
* Refactoring: move symbol_offset into Genv.xleroy2014-05-241-13/+7
* ia32/Select*: complete the modifications to shifts.xleroy2014-04-111-8/+16
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...xleroy2014-04-091-12/+0
* Support Onot operator / notl instruction. More constant propagation during s...xleroy2014-04-061-10/+27
* Merge of branch value-analysis.xleroy2013-12-201-17/+1
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms xleroy2013-09-141-1/+8
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-291-12/+29
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-291-5/+4
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-14/+22
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-18/+18
* Remove some useless "Require".xleroy2012-12-301-3/+0
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-73/+91
* Remove Val.is_true and Val.is_false, no longer used.xleroy2012-08-061-8/+2
* Support for MacOS X's indirect symbols. (first try)xleroy2012-07-131-22/+31
* CSE: add recognition of some combined operators, conditions, and addressing m...xleroy2012-05-261-7/+3
* Take advantage of Cmaskzero and Cmasknotzero.xleroy2012-02-241-0/+23
* Merge of the "volatile" branch:xleroy2012-02-041-0/+25
* Merge of the nonstrict-ops branch:xleroy2012-01-141-676/+460
* Merge of branch "unsigned-offsets":xleroy2011-04-091-35/+39
* float->int conversions, continued: weaker axiomatization.xleroy2010-10-291-2/+2
* Float.intoffloat and Float.intuoffloat are now partial functions.xleroy2010-10-281-9/+17
* Merge of the reuse-temps branch:xleroy2010-09-021-0/+935