Skip to content
  1. Jun 29, 2007
  2. Jun 28, 2007
    • David Greene's avatar
      Add support for building with _GLIBCXX_DEBUG. New configure option · cbc8ddf8
      David Greene authored
      --enable-expensive-checks allows the developer to enable runtime
      checking that can greatly increase compile time.  Currently it only
      turns on _GLIBCXX_DEBUG.  Other expensive debugging checks added later
      should be controlled by this configure option.
      
      This patch also updates llvm-config with a --cppflags option to inform
      llvm-gcc how to build itself so that it is compatible with an llvm that
      was built with _GLIBCXX_DEBUG.
      
      llvm-svn: 37777
      cbc8ddf8
  3. May 18, 2007
  4. May 02, 2007
  5. Apr 16, 2007
  6. Apr 15, 2007
  7. Apr 09, 2007
  8. 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
  9. Feb 28, 2007
  10. Feb 27, 2007
  11. Feb 09, 2007
  12. Feb 07, 2007
  13. Feb 06, 2007
  14. Feb 04, 2007
  15. Jan 26, 2007
  16. Jan 11, 2007
  17. Jan 03, 2007
  18. Dec 30, 2006
  19. Dec 16, 2006
  20. Dec 10, 2006
  21. Dec 03, 2006
  22. Nov 17, 2006
  23. Nov 15, 2006
  24. Nov 11, 2006
  25. 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
  26. Oct 24, 2006
  27. Sep 29, 2006
  28. Sep 04, 2006
  29. 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
Loading