Skip to content
  1. Feb 24, 2011
  2. Feb 20, 2011
  3. Feb 12, 2011
  4. Feb 11, 2011
  5. Feb 08, 2011
  6. Feb 01, 2011
  7. Jan 07, 2011
  8. Dec 16, 2010
  9. Dec 10, 2010
  10. Dec 09, 2010
  11. Dec 06, 2010
  12. Dec 04, 2010
  13. Nov 29, 2010
  14. Oct 20, 2010
  15. Oct 16, 2010
  16. Oct 07, 2010
  17. Oct 06, 2010
  18. Sep 27, 2010
  19. Sep 01, 2010
  20. Aug 26, 2010
  21. Aug 25, 2010
  22. Aug 20, 2010
  23. Aug 11, 2010
  24. Aug 10, 2010
  25. Aug 09, 2010
  26. Jul 31, 2010
  27. Jul 16, 2010
  28. May 27, 2010
  29. May 11, 2010
    • Bill Wendling's avatar
      The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a · a12c1ff2
      Bill Wendling authored
      string of features for that target. However LTO was using that string to pass
      into the "create target machine" stuff. That stuff needed the feature string to
      be in a particular form. In particular, it needed the CPU specified first and
      then the attributes. If there isn't a CPU specified, it required it to be blank
      -- e.g., ",+altivec". Yuck.
      
      Modify the getDefaultSubtargetFeatures method to be a non-static member
      function. For all attributes for a specific subtarget, it will add them in like
      normal. It will also take a CPU string so that it can satisfy this horrible
      syntax.
      
      llvm-svn: 103451
      a12c1ff2
  30. May 02, 2010
Loading