Skip to content
  1. Aug 06, 2012
  2. Aug 01, 2012
  3. Jul 19, 2012
  4. Jun 09, 2012
  5. Apr 22, 2012
  6. Apr 16, 2012
  7. Apr 15, 2012
  8. 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
  9. Apr 10, 2012
  10. 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
  11. Feb 19, 2012
  12. Feb 18, 2012
  13. Feb 17, 2012
  14. Feb 14, 2012
  15. Feb 13, 2012
  16. Feb 12, 2012
  17. Feb 11, 2012
  18. Feb 05, 2012
  19. Feb 02, 2012
  20. Jan 30, 2012
  21. Jan 25, 2012
  22. Jan 24, 2012
  23. Jan 23, 2012
  24. Jan 22, 2012
  25. Jan 19, 2012
  26. Jan 01, 2012
  27. Dec 17, 2011
  28. Dec 11, 2011
  29. Dec 06, 2011
  30. Nov 30, 2011
  31. Nov 28, 2011
Loading