Skip to content
  1. Feb 22, 2006
  2. Feb 07, 2006
  3. Jan 31, 2006
  4. Jan 28, 2006
  5. Jan 27, 2006
  6. Jan 25, 2006
    • Nate Begeman's avatar
      First part of bug 680: · e74795cd
      Nate Begeman authored
      Remove TLI.LowerVA* and replace it with SDNodes that are lowered the same
      way as everything else.
      
      llvm-svn: 25606
      e74795cd
  7. Jan 10, 2006
  8. Dec 20, 2005
  9. Dec 13, 2005
  10. Dec 06, 2005
  11. Nov 17, 2005
    • Chris Lattner's avatar
      Add an initial hack at legalizing GlobalAddress into the appropriate nodes · 595088aa
      Chris Lattner authored
      on Darwin to remove smarts from the isel.  This is currently disabled by
      default (uncomment setOperationAction(ISD::GlobalAddress to enable it).
      tblgen needs to become smarter about tglobaladdr nodes and bigger patterns
      needed to be added to the .td file.  However, we can currently emit stuff like
      this:  :)
      
              li r2, lo16(L_x$non_lazy_ptr)
              lis r3, ha16(L_x$non_lazy_ptr)
              lwzx r2, r3, r2
      
      The obvious improvements will follow.
      
      llvm-svn: 24390
      595088aa
  12. Oct 19, 2005
  13. Oct 16, 2005
  14. Oct 15, 2005
  15. Sep 07, 2005
  16. Aug 31, 2005
  17. Aug 26, 2005
  18. Aug 16, 2005
Loading