Skip to content
  1. Apr 15, 2012
  2. Apr 11, 2012
    • Nadav Rotem's avatar
      Reapply 154396 after fixing a test. · 9bc178ac
      Nadav Rotem authored
      Original message:
      Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.
      blendV uses a register for the selection while Vblend uses an immediate.
      On sandybridge they still have the same latency and execute on the same execution ports.
      
      llvm-svn: 154483
      9bc178ac
  3. Apr 10, 2012
  4. Mar 09, 2012
    • Chad Rosier's avatar
      Fix a regression from r147481. · a281afc6
      Chad Rosier authored
      Original commit message from r147481:
      DAGCombine for transforming 128->256 casts into a vmovaps, rather
      then a vxorps + vinsertf128 pair if the original vector came from a load.
      
      Fix:
      Unaligned loads need to generate a vmovups.
      rdar://10974078
      
      llvm-svn: 152366
      a281afc6
  5. Feb 19, 2012
  6. Feb 18, 2012
  7. Feb 17, 2012
  8. Feb 14, 2012
  9. Feb 13, 2012
  10. Feb 12, 2012
  11. Feb 11, 2012
  12. Feb 05, 2012
  13. Feb 02, 2012
  14. Jan 30, 2012
  15. Jan 25, 2012
  16. Jan 24, 2012
  17. Jan 23, 2012
  18. Jan 22, 2012
  19. Jan 19, 2012
  20. Jan 01, 2012
  21. Dec 17, 2011
  22. Dec 11, 2011
  23. Dec 06, 2011
  24. Nov 30, 2011
  25. Nov 28, 2011
  26. Nov 26, 2011
  27. Nov 24, 2011
  28. Nov 21, 2011
  29. Nov 19, 2011
Loading