Skip to content
  1. Nov 03, 2006
  2. 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
  3. Aug 08, 2006
  4. Jul 28, 2006
  5. Jun 01, 2006
  6. 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
  7. Apr 07, 2006
  8. 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
  9. Mar 13, 2006
  10. Mar 09, 2006
  11. Jan 30, 2006
  12. Jan 27, 2006
  13. Nov 28, 2005
  14. Oct 18, 2005
  15. Apr 22, 2005
  16. Mar 23, 2005
  17. Jan 28, 2005
  18. Jan 13, 2005
  19. Jan 02, 2005
  20. Dec 22, 2004
    • Reid Spencer's avatar
      For PR432: · e3014011
      Reid Spencer authored
      * Variable name change: cferuntime_libdir -> CFERuntimeLibDir
      
      llvm-svn: 19096
      e3014011
  21. Dec 15, 2004
  22. Dec 13, 2004
  23. Dec 08, 2004
  24. Dec 05, 2004
  25. Dec 04, 2004
  26. Dec 02, 2004
Loading