Add fake use to suppress defined-but-unused warnings
[oota-llvm.git] / test / CodeGen / X86 / vec_shuffle-30.ll
2012-10-30 Jakub StaszakRe-commit r166971. I reverted it to quickly, when build...
2012-10-29 Jakub StaszakRevert r166971. It causes buildbot failure. To be inves...
2012-10-29 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak...
2012-10-29 Jakub StaszakAllow to fold vector load if there is more than one...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Chris Lattnerchange selectiondag to add the sign extended versions...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-02-04 Mon P WangFixes a case where we generate an incorrect mask for...