summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_extract-sse4.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-4/+4
2014-10-04[x86] Enable the new vector shuffle lowering by default.Chandler Carruth1-16/+25
2014-07-23[SDAG] Make the DAGCombine worklist not grow endlessly due to duplicateChandler Carruth1-2/+2
2014-07-21FileCheck-ize a test.Chandler Carruth1-5/+25
2013-08-23Replace more uses of sse41 with sse4.1.Rafael Espindola1-1/+1
2011-11-16Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...Eli Friedman1-1/+1
2011-05-11Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).Nadav Rotem1-4/+4
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-08-25Remove obsolete -f flags.Dan Gohman1-1/+1
2008-05-13Instead of a vector load, shuffle and then extract an element. Load the eleme...Evan Cheng1-7/+8
2008-03-24- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...Evan Cheng1-0/+30