Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / v2f32.ll
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2014-10-05 Chandler Carruth[x86] Remove the 2-addr-to-3-addr "optimization" from...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Chandler Carruth[x86] Regenerate and clean up more tests is preparation...
2014-01-12 Nico RieckFix non-deterministic SDNodeOrder-dependent codegen
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2011-09-20 Bruno Cardoso LopesAttempt to fix -mtriple=i686-{cygwin|mingw|win32} regre...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86: Add a pattern for Win64.
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-07-05 Chris Lattneranother v2f32 case, in this case showing poor codegen.
2010-07-05 Chris Lattnerfix test on non-x86 hosts.
2010-07-04 Chris LattnerJust rip v2f32 support completely out of the X86 backen...
2010-07-04 Chris Lattnerfix PR7518 - terrible codegen of <2 x float>, by only...