Skip to content
  1. Sep 21, 2007
  2. Sep 14, 2007
  3. Jul 25, 2007
  4. May 03, 2007
  5. Apr 25, 2007
  6. Mar 08, 2007
  7. Mar 03, 2007
  8. Feb 21, 2007
  9. Feb 01, 2007
  10. Jan 30, 2007
  11. Jan 26, 2007
  12. Jan 25, 2007
  13. Jan 14, 2007
  14. Dec 21, 2006
  15. Dec 20, 2006
  16. Dec 19, 2006
  17. Dec 18, 2006
  18. Dec 12, 2006
  19. Dec 07, 2006
  20. Dec 06, 2006
  21. Dec 01, 2006
  22. Nov 28, 2006
  23. Nov 18, 2006
  24. Nov 17, 2006
  25. Nov 16, 2006
  26. Nov 04, 2006
  27. 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
  28. Oct 31, 2006
    • Anton Korobeynikov's avatar
      1. Clean up code due to changes in SwitchTo*Section(2) · aa4c0f93
      Anton Korobeynikov authored
      2. Added partial debug support for mingw\cygwin targets (the same as
         Linux\ELF). Please note, that currently mingw\cygwin uses 'stabs' format
         for storing debug info by default, thus many (runtime) libraries has
         this information included. These formats shouldn't be mixed in one binary
         ('stabs' & 'DWARF'), otherwise binutils tools will be confused.
      
      llvm-svn: 31311
      aa4c0f93
Loading