Skip to content
  1. May 27, 2010
  2. May 24, 2010
  3. May 23, 2010
  4. May 21, 2010
  5. May 16, 2010
  6. May 14, 2010
  7. May 13, 2010
  8. May 12, 2010
  9. May 11, 2010
    • Dan Gohman's avatar
      Remove the "WantsWholeFile" concept, as it's no longer needed. CBE · 4cfccb80
      Dan Gohman authored
      and the others use the regular addPassesToEmitFile hook now, and
      llc no longer needs a bunch of redundant code to handle the
      whole-file case.
      
      llvm-svn: 103492
      4cfccb80
    • Sean Callanan's avatar
      Extended the edis "IsBranch" property to call · d7f09c78
      Sean Callanan authored
      instructions as well.  Added support for checking
      this to the llvm-mc tester as well.
      
      llvm-svn: 103454
      d7f09c78
    • 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
  10. May 10, 2010
  11. May 07, 2010
  12. May 06, 2010
  13. May 02, 2010
  14. Apr 30, 2010
  15. Apr 29, 2010
  16. Apr 27, 2010
  17. Apr 24, 2010
  18. Apr 23, 2010
  19. Apr 19, 2010
  20. Apr 17, 2010
  21. Apr 16, 2010
  22. Apr 15, 2010
  23. Apr 14, 2010
Loading