Skip to content
  1. Jan 30, 2007
  2. Dec 19, 2006
  3. Dec 06, 2006
  4. Nov 26, 2006
  5. Nov 10, 2006
  6. 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
  7. 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
  8. May 13, 2006
  9. Jan 23, 2006
  10. Jan 14, 2006
  11. Jan 13, 2006
  12. Apr 22, 2005
  13. Sep 18, 2004
  14. 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
  15. Aug 08, 2004
  16. Jul 29, 2004
  17. Jul 18, 2004
  18. Jun 20, 2004
  19. May 24, 2004
  20. May 23, 2004
  21. Apr 21, 2004
  22. Apr 20, 2004
  23. Apr 12, 2004
  24. Apr 08, 2004
  25. Nov 21, 2003
  26. Nov 11, 2003
  27. Nov 09, 2003
  28. Oct 31, 2003
  29. Oct 20, 2003
  30. Aug 31, 2003
    • Chris Lattner's avatar
      Heavily refactor code: · d075cc28
      Chris Lattner authored
        * Separate the policy decisions into a derived class [InlineSimple]
        * Move the inlining mechanics into a base class [Inliner]
        * Change the inliner to be an SCCPass, making it more structured and
          eventually pipelinable with other SCC passes
      
      llvm-svn: 8257
      d075cc28
Loading