[X86] Fixes bug in build_vector v4x32 lowering
[oota-llvm.git] / test / CodeGen / X86 / sse41.ll
2014-11-23 Michael Kuperstein[X86] Fixes bug in build_vector v4x32 lowering
2014-11-21 Andrea Di Biagio[DAG] Teach how to turn a build_vector into a shuffle...
2014-11-19 Andrea Di Biagio[X86] Improved lowering of v4x32 build_vector dag nodes.
2014-11-05 Craig TopperImprove logic that decides if its profitable to commute...
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] Adjust the patterns for lowering X86vzmovl nodes...
2014-10-03 Chandler Carruth[x86] Cleanup and generate precise FileCheck assertions...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-07-24 Filipe CabecinhasFixed PR20411 - bug in getINSERTPS()
2014-06-22 Filipe CabecinhasFix PR20087 by using the source index when changing...
2014-06-06 Filipe CabecinhasFixed a bug in lowering shuffle_vectors to insertps
2014-05-19 Filipe CabecinhasAdded more insertps optimizations
2014-05-16 Filipe CabecinhasLower vselects into X86ISD::BLENDI when appropriate.
2014-05-08 Filipe CabecinhasLower certain build_vectors to insertps instructions
2014-04-26 Filipe CabecinhasAppease the almighty buildbots.
2014-04-25 Filipe CabecinhasOptimization for certain shufflevector by using insertps.
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2012-04-12 Craig TopperFix 128-bit ptest intrinsics to take v2i64 instead...
2010-12-19 Chris Lattnerimprove the setcc -> setcc_carry optimization to happen...
2010-08-28 Chris Lattnerfix the buildvector->insertp[sd] logic to not always...
2010-04-17 Dan GohmanStart function numbering at 0.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-07-29 Eric ChristopherAdd a couple more tests for the ptest intrinsics to...
2009-07-29 Eric ChristopherAdd support for gcc __builtin_ia32_ptest{z,c,nzc} intri...
2009-07-24 Eric ChristopherMove insertps tests to sse41 combo test file, convert...
2009-07-23 Chris Lattnermerge one more sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge another sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge sse41-pmovx.ll into sse41.ll
2009-07-23 Chris Lattnerchange a test to run in filecheck style. Rename it...