summaryrefslogtreecommitdiff
path: root/arm/SelectOp.vp
Commit message (Expand)AuthorAge
* ARM port: add support for Thumb2. To be tested.Gravatar xleroy2014-07-27
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Instead of having two expansions of shrximm (one in SelectOp, one in Asmgen),...Gravatar xleroy2014-05-28
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...Gravatar xleroy2014-04-09
* Force dependency of SelectOp on Compopts.Gravatar xleroy2014-03-03
* Eradication of Mfloat64al32, continued.Gravatar xleroy2014-01-12
* Updated ARM backend wrt new static analyses and optimizations.Gravatar xleroy2014-01-02
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* Take advantage of Cmaskzero and Cmasknotzero.Gravatar xleroy2012-02-24
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15