Skip to content
  1. Oct 03, 2007
  2. Jun 20, 2007
  3. May 07, 2007
  4. May 03, 2007
  5. May 02, 2007
  6. May 01, 2007
  7. Jan 31, 2007
  8. Jan 30, 2007
  9. Dec 19, 2006
  10. Dec 06, 2006
  11. Nov 26, 2006
  12. Nov 10, 2006
  13. 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
  14. Jul 12, 2006
    • Chris Lattner's avatar
      Change the callgraph representation to store the callsite along with the · 5de3b8b2
      Chris Lattner authored
      target CG node.  This allows the inliner to properly update the callgraph
      when using the pruning inliner.  The pruning inliner may not copy over all
      call sites from a callee to a caller, so the edges corresponding to those
      call sites should not be copied over either.
      
      This fixes PR827 and Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll
      
      llvm-svn: 29120
      5de3b8b2
  15. May 13, 2006
  16. Jan 23, 2006
  17. Jan 14, 2006
  18. Jan 13, 2006
  19. Apr 22, 2005
  20. Sep 18, 2004
  21. 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
  22. Aug 08, 2004
  23. Jul 29, 2004
  24. Jul 18, 2004
  25. Jun 20, 2004
  26. May 24, 2004
  27. May 23, 2004
  28. Apr 21, 2004
  29. Apr 20, 2004
  30. Apr 12, 2004
  31. Apr 08, 2004
  32. Nov 21, 2003
  33. Nov 11, 2003
  34. Nov 09, 2003
Loading