Skip to content
  1. May 18, 2007
  2. May 02, 2007
  3. Apr 16, 2007
  4. Apr 15, 2007
  5. Apr 09, 2007
  6. Mar 29, 2007
    • Reid Spencer's avatar
      For PR789: · 200c6f9c
      Reid Spencer authored
      Make the sys::Path::getFileStatus function more efficient by having it
      return a pointer to the FileStatus structure rather than copy it. Adjust
      uses of the function accordingly. Also, fix some memory issues in sys::Path.
      
      llvm-svn: 35476
      200c6f9c
  7. Feb 28, 2007
  8. Feb 27, 2007
  9. Feb 09, 2007
  10. Feb 07, 2007
  11. Feb 06, 2007
  12. Feb 04, 2007
  13. Jan 26, 2007
  14. Jan 11, 2007
  15. Jan 03, 2007
  16. Dec 30, 2006
  17. Dec 16, 2006
  18. Dec 10, 2006
  19. Dec 03, 2006
  20. Nov 17, 2006
  21. Nov 15, 2006
  22. Nov 11, 2006
  23. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
  24. Oct 24, 2006
  25. Sep 29, 2006
  26. Sep 04, 2006
  27. Aug 28, 2006
    • Reid Spencer's avatar
      For PR387: · e7141c8b
      Reid Spencer authored
      Close out this long standing bug by removing the remaining overloaded
      virtual functions in LLVM. The -Woverloaded-virtual option is now turned on.
      
      llvm-svn: 29934
      e7141c8b
  28. Aug 25, 2006
    • Reid Spencer's avatar
      Doh! Commit the change that turns ON -fno-exceptions. · 0b6396c6
      Reid Spencer authored
      llvm-svn: 29883
      0b6396c6
    • Reid Spencer's avatar
      For PR797: · 51e6f68b
      Reid Spencer authored
      Final commit for this bug. This removes the last EH holdouts in LLVM
      and turns off exception support by using the -fno-exceptions option. This
      leads to the following reduction in library and executable sizes:
                      DEBUG BUILD                RELEASE BUILD
               before     after   delta     before   after    delta
      lib    162,328K  157,616K   4,712    17,864K  16,416K  1,448K
      bin    571,444K  557,156K  14,288    63,296K   56,996K 6,300K
      
      Debug   Improvement: 19,000K (2.59%)
      Release Improvement:  7,748K (9.55%)
      
      llvm-svn: 29882
      51e6f68b
    • Reid Spencer's avatar
      For PR738: · 917cf129
      Reid Spencer authored
      Demote check for bison from error to warning and make sure that the
      makefile can handle an empty definition for BISON variable.
      
      llvm-svn: 29861
      917cf129
Loading