Skip to content
  1. Mar 01, 2014
  2. Dec 26, 2013
  3. Nov 24, 2013
  4. Oct 08, 2013
  5. Jun 08, 2013
  6. Jun 04, 2013
  7. Jan 10, 2012
  8. Jul 14, 2011
  9. Jun 28, 2011
  10. Jun 27, 2011
  11. Feb 04, 2010
  12. Jul 25, 2009
  13. Jul 19, 2009
  14. Jul 14, 2009
  15. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  16. Jul 01, 2009
  17. Apr 30, 2009
  18. 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
  19. Apr 28, 2009
  20. Mar 25, 2009
  21. Feb 24, 2009
  22. Jan 05, 2009
  23. 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
  24. Aug 21, 2008
  25. Dec 29, 2007
  26. Nov 03, 2006
  27. May 24, 2006
  28. Feb 05, 2006
  29. Jan 31, 2006
  30. Jan 23, 2006
  31. Dec 17, 2005
  32. Apr 22, 2005
  33. Sep 29, 2004
  34. Apr 07, 2004
  35. Mar 04, 2004
  36. Feb 29, 2004
Loading