[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / CodeGen / X86 / 2006-10-19-SwitchUnnecessaryBranching.ll
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-30 Chris Lattnereliminate some uses of prcontext. Any help here would...
2009-03-31 Dan GohmanAdd an explicit -asm-verbose to these tests, to make it
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2007-10-14 Evan ChengRevert 42908 for now.
2007-10-13 Evan ChengFix test case.
2007-10-12 Dan GohmanChange the names used for internal labels to use the...
2007-04-16 Reid SpencerFor PR1319:
2007-02-17 Dale JohannesenFixes PR 1200
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-10-23 Evan ChengUpdate test case.
2006-10-20 Bill WendlingChanged the pattern matching so that it will hopefully...
2006-10-19 Bill WendlingTestcase for P926