aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/dagcombine-buildvector.ll
AgeCommit message (Expand)Author
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2010-03-30Not all platforms start symbols with _Jakob Stoklund Olesen
2010-03-30Enable -sse-domain-fix by default. Now with tests!Jakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-06-05Adapt the x86 build_vector dagcombine to the current state of the legalizer.Nate Begeman
2009-04-04Try SSE2?Nick Lewycky
2009-04-04Fix test on non-x86 platforms.Nick Lewycky
2009-03-17Add newline at end of file.Evan Cheng
2009-03-17Fix a problem with DAGCombine where we were building an illegal buildMon P Wang