summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/blend-msb.ll
Commit message (Expand)AuthorAge
* [X86] Fix a bug in the lowering of BLENDI introduced in r209043.Quentin Colombet2014-05-21
* Lower vselects into X86ISD::BLENDI when appropriate.Filipe Cabecinhas2014-05-16
* [X86] Teach how to combine a vselect into a movss/movsdAndrea Di Biagio2014-01-20
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* Replace more uses of sse41 with sse4.1.Rafael Espindola2013-08-23
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-18
* Revert r169638 because it broke Mesa llvmpipe tests.Nadav Rotem2013-02-24
* SelectionDAG: Teach FoldConstantArithmetic how to deal with vectors.Benjamin Kramer2013-02-04
* When we use the BLEND instruction that uses the MSB as a mask, we can removeNadav Rotem2012-12-07
* Remove the "-promote-elements" flag. This flag is now enabled by default.Nadav Rotem2012-06-04
* [AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.Nadav Rotem2012-01-15