Skip to content
  1. Dec 06, 2006
  2. Nov 26, 2006
  3. Nov 10, 2006
  4. 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
  5. 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
  6. May 13, 2006
  7. Jan 23, 2006
  8. Jan 14, 2006
  9. Jan 13, 2006
  10. Apr 22, 2005
  11. Sep 18, 2004
  12. 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
  13. Aug 08, 2004
  14. Jul 29, 2004
  15. Jul 18, 2004
  16. Jun 20, 2004
  17. May 24, 2004
  18. May 23, 2004
  19. Apr 21, 2004
  20. Apr 20, 2004
  21. Apr 12, 2004
  22. Apr 08, 2004
  23. Nov 21, 2003
  24. Nov 11, 2003
  25. Nov 09, 2003
  26. Oct 31, 2003
  27. Oct 20, 2003
  28. 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