Skip to content
  1. May 11, 2010
    • Bill Wendling's avatar
      Don't create a StringRef with a NULL value. · ea31737f
      Bill Wendling authored
      llvm-svn: 103455
      ea31737f
    • 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
  2. Feb 10, 2010
  3. Jan 05, 2010
  4. Nov 25, 2009
  5. Nov 21, 2009
  6. Nov 18, 2009
  7. Aug 23, 2009
  8. May 23, 2009
  9. Dec 29, 2007
  10. Jun 28, 2007
  11. May 04, 2007
  12. Dec 08, 2006
  13. Dec 07, 2006
  14. Mar 24, 2006
  15. Jan 26, 2006
  16. Oct 25, 2005
  17. Oct 24, 2005
  18. Oct 23, 2005
  19. Sep 07, 2005
    • Chris Lattner's avatar
      Print: · 8d0e9d90
      Chris Lattner authored
      '' is not a recognized processor for this target (ignoring processor)
      
      instead of:
      
       is not a recognized processor for this target (ignoring processor)
      
      llvm-svn: 23256
      8d0e9d90
  20. Sep 02, 2005
  21. Sep 01, 2005
Loading