Skip to content
  1. Feb 24, 2009
  2. Jan 05, 2009
  3. Oct 03, 2008
    • Dan Gohman's avatar
      Avoid creating two TargetLowering objects for each target. · 2c836cf1
      Dan Gohman authored
      Instead, just create one, and make sure everything that needs
      it can access it. Previously most of the SelectionDAGISel
      subclasses all had their own TargetLowering object, which was
      redundant with the TargetLowering object in the TargetMachine
      subclasses, except on Sparc, where SparcTargetMachine
      didn't have a TargetLowering object. Change Sparc to work
      more like the other targets here.
      
      llvm-svn: 57016
      2c836cf1
  4. Aug 21, 2008
  5. Dec 29, 2007
  6. Nov 03, 2006
  7. May 24, 2006
  8. Feb 05, 2006
  9. Jan 31, 2006
  10. Jan 23, 2006
  11. Dec 17, 2005
  12. Apr 22, 2005
  13. Sep 29, 2004
  14. Apr 07, 2004
  15. Mar 04, 2004
  16. Feb 29, 2004
  17. Feb 25, 2004
  18. Feb 02, 2004
  19. Jan 21, 2004
Loading