aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sse2-blend.ll
Commit message (Expand)AuthorAgeFilesLines
* DAGCombiner: Make the post-legalize vector op optimization more aggressive.Benjamin Kramer2013-02-211-2/+0
* Teach DAG combine to handle vector logical operations with vectors of all 1s ...Craig Topper2012-12-081-14/+12
* Revert accidental commit.Craig Topper2012-11-271-0/+42
* Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper2012-11-271-42/+0
* Revert 147426 because it caused pr11696.Nadav Rotem2012-01-031-8/+8
* Optimize the sequence blend(sign_extend(x)) to blend(shl(x)) since SSE blend ...Nadav Rotem2012-01-021-8/+8
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-071-7/+4
* Expand V_SET0 to xorps by default.Jakob Stoklund Olesen2011-11-071-2/+6
* Improve code generation for vselect on SSE2:Nadav Rotem2011-10-191-6/+11
* Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem2011-10-101-4/+4
* update checked patternNadav Rotem2011-09-131-1/+19
* Add vselect target support for targets that do not support blend but do supportNadav Rotem2011-09-131-0/+37