Skip to content
  1. May 13, 2008
  2. Apr 06, 2008
  3. Mar 11, 2008
  4. Feb 20, 2008
  5. Dec 29, 2007
  6. Sep 10, 2007
  7. May 06, 2007
  8. May 03, 2007
  9. May 02, 2007
  10. May 01, 2007
  11. Mar 22, 2007
  12. Feb 11, 2007
  13. Feb 06, 2007
  14. Dec 19, 2006
  15. Dec 06, 2006
  16. 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
  17. Oct 22, 2006
  18. Aug 28, 2006
  19. Nov 05, 2005
  20. Aug 08, 2005
  21. Aug 07, 2005
  22. Jul 27, 2005
  23. May 10, 2005
  24. Apr 22, 2005
  25. Mar 15, 2005
  26. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  27. Feb 04, 2004
  28. Dec 15, 2003
  29. Dec 09, 2003
  30. Dec 08, 2003
    • Chris Lattner's avatar
      Cleanup and restructure the code to make it easier to read and maintain. · a7b6f3ab
      Chris Lattner authored
      The only functionality change is that we now implement:
        Regression/Transforms/TailCallElim/intervening-inst.ll
      
      Which is really kinda pointless, because it means that trivially dead code
      does not interfere with -tce, but trivially dead code probably wouldn't be
      around anytime when this pass is run anyway.
      
      The point of including this change it to support other more aggressive
      transformations when we have the analysis capabilities to do so.
      
      llvm-svn: 10312
      a7b6f3ab
  31. Nov 21, 2003
  32. Nov 20, 2003
  33. Nov 11, 2003
  34. Oct 20, 2003
  35. Sep 20, 2003
Loading