aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/SelectOp.vp
Commit message (Expand)AuthorAgeFilesLines
* Updated to new CminorSelxleroy2013-04-301-1/+1
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-1/+12
* Remove some useless "Require".xleroy2012-12-301-5/+0
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-41/+39
* Micro-optimization of (x & mask) >>s amount into a rolm when mask >= 0.xleroy2012-07-091-6/+13
* Factor out the evaluation of the float constant in intuoffloat.xleroy2012-07-011-4/+4
* CSE: add recognition of some combined operators, conditions, and addressing m...xleroy2012-05-261-2/+2
* Hack with nxorxleroy2012-05-181-0/+2
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-18/+2
* Take advantage of Cmaskzero and Cmasknotzero.xleroy2012-02-241-0/+7
* Improved instruction selection for "notint".xleroy2012-02-241-1/+11
* Merge of the "volatile" branch:xleroy2012-02-041-1/+14
* powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...xleroy2012-01-211-0/+7
* Merge of the nonstrict-ops branch:xleroy2012-01-141-0/+432