Skip to content
  1. Aug 05, 2010
  2. Aug 04, 2010
  3. Aug 02, 2010
  4. Jul 27, 2010
  5. Jul 24, 2010
  6. Jul 23, 2010
  7. Jul 22, 2010
  8. Jul 21, 2010
  9. Jul 20, 2010
  10. Jul 19, 2010
    • Devang Patel's avatar
      Fix PR 7662. · 18efced1
      Devang Patel authored
      Do not try to insert local variable info to a DIE used for function declaration.
      
      llvm-svn: 108731
      18efced1
  11. Jul 09, 2010
  12. Jul 08, 2010
  13. Jul 07, 2010
  14. Jul 01, 2010
  15. Jun 30, 2010
  16. Jun 29, 2010
  17. Jun 28, 2010
  18. Jun 26, 2010
  19. Jun 24, 2010
  20. Jun 22, 2010
  21. Jun 18, 2010
    • Dan Gohman's avatar
      Give NamedRegionTimer an Enabled flag, allowing all its clients to · 6e681a5f
      Dan Gohman authored
      switch from this:
      
        if (TimePassesIsEnabled) {
          NamedRegionTimer T(Name, GroupName);
          do_something();
        } else {
          do_something(); // duplicate the code, this time without a timer!
        }
      
      to this:
      
        {
          NamedRegionTimer T(Name, GroupName, TimePassesIsEnabled);
          do_something();
        }
      
      llvm-svn: 106285
      6e681a5f
  22. Jun 16, 2010
  23. Jun 11, 2010
  24. Jun 05, 2010
  25. Jun 02, 2010
Loading