Skip to content
  1. Apr 30, 2009
  2. Apr 29, 2009
    • Bill Wendling's avatar
      Second attempt: · 084669a1
      Bill Wendling authored
      Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
      use the old behavior, the flag is -O0. This change allows for finer-grained
      control over which optimizations are run at different -O levels.
      
      Most of this work was pretty mechanical. The majority of the fixes came from
      verifying that a "fast" variable wasn't used anymore. The JIT still uses a
      "Fast" flag. I'll change the JIT with a follow-up patch.
      
      llvm-svn: 70343
      084669a1
  3. Apr 28, 2009
  4. Mar 25, 2009
  5. Feb 24, 2009
  6. Jan 05, 2009
  7. 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
  8. Aug 21, 2008
  9. Dec 29, 2007
  10. Nov 03, 2006
  11. May 24, 2006
  12. Feb 05, 2006
  13. Jan 31, 2006
  14. Jan 23, 2006
  15. Dec 17, 2005
  16. Apr 22, 2005
  17. Sep 29, 2004
  18. Apr 07, 2004
  19. Mar 04, 2004
  20. Feb 29, 2004
  21. Feb 25, 2004
  22. Feb 02, 2004
  23. Jan 21, 2004
Loading