Skip to content
  1. Dec 29, 2007
  2. Sep 27, 2007
  3. Sep 11, 2007
  4. Aug 22, 2007
  5. Feb 23, 2007
  6. Jan 07, 2007
  7. Nov 17, 2006
  8. Nov 03, 2006
  9. 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
  10. Aug 08, 2006
  11. Jul 28, 2006
  12. Jun 01, 2006
  13. May 24, 2006
    • Reid Spencer's avatar
      For PR786: · 6e64180f
      Reid Spencer authored
      Minor tweaks in public headers and a few .cpp files so that LLVM can build
      successfully with -pedantic and projects using LLVM with -pedantic don't
      get warnings from LLVM. There's still more -pedantic warnings to fix.
      
      llvm-svn: 28453
      6e64180f
  14. Apr 07, 2006
  15. Apr 02, 2006
    • Reid Spencer's avatar
      For PR722: · 11dd4b9d
      Reid Spencer authored
      Change the check for llvm-gcc from using LLVMGCCDIR to LLVMGCC. This checks
      for the actual tool rather than the directory in which the tool resides. In
      the case of this bug, it is possible that the directory exists but that the
      tools in that directory do not. This fix should avoid the makefile from
      erroneously proceeding without the actual tools being available.
      
      llvm-svn: 27361
      11dd4b9d
  16. Mar 13, 2006
  17. Mar 09, 2006
  18. Jan 30, 2006
  19. Jan 27, 2006
  20. Nov 28, 2005
  21. Oct 18, 2005
  22. Apr 22, 2005
  23. Mar 23, 2005
  24. Jan 28, 2005
  25. Jan 13, 2005
  26. Jan 02, 2005
Loading