Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / avx-basic.ll
2015-03-14 Ahmed BougachaAdd a bunch of CHECK missing colons in tests. NFC.
2015-03-05 Craig Topper[X86] Use vmovss to handle inserting an element into...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-09-15 Chandler Carruth[x86] Undo a flawed transform I added to form UNPCK...
2014-08-02 Chandler Carruth[x86] Teach the target shuffle mask extraction to recog...
2014-07-27 Chandler Carruth[x86] Add a much more powerful framework for combining...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-05-01 Rafael EspindolaPut VMOVPQIto64rr in the VRPDI class.
2012-09-09 Craig TopperTeach DAG combiner to constant fold fneg of a BUILD_VEC...
2011-12-15 Chad RosierFix assert in LowerBUILD_VECTOR for v16i16 type on...
2011-12-15 Chad RosierAdd support for lowering fneg when AVX is enabled.
2011-11-07 Jakob Stoklund OlesenExpand V_SET0 to xorps by default.
2011-09-15 Bruno Cardoso LopesChange all checks regarding the presence of any SSE...
2011-09-12 Bruno Cardoso LopesFix PR10845. SUBREG_TO_REG shouldn't be used when the...
2011-08-25 Bruno Cardoso LopesAdd support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-16 Bruno Cardoso LopesInstead of always leaving the work to the generic legal...
2011-08-11 Bruno Cardoso LopesFix PR10492 by teaching MOVHLPS and MOVLPS mask matchin...
2011-08-09 Bruno Cardoso LopesRename and tidy up tests