aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/legalizedag_vec.ll
AgeCommit message (Expand)Author
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2010-10-10X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).Michael J. Spencer
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-07-22Make the grep line in this test more specific, to avoidDan Gohman
2009-02-25Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng
2009-02-22Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel
2009-02-04Add test case for r63760.Mon P Wang