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