Skip to content
  1. May 06, 2008
  2. Apr 02, 2008
  3. Mar 24, 2008
    • Evan Cheng's avatar
      Increasing the inline limit from (overly conservative) 200 to 300. Given each... · 3471ae8c
      Evan Cheng authored
      Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it).
      
      Furthermore, double the limit when more than 10% of the callee instructions are vector instructions. Multimedia kernels tend to love inlining.
      
      llvm-svn: 48725
      3471ae8c
  4. Mar 01, 2008
  5. Jan 12, 2008
  6. Dec 29, 2007
  7. Oct 03, 2007
  8. Jun 20, 2007
  9. May 07, 2007
  10. May 03, 2007
  11. May 02, 2007
  12. May 01, 2007
  13. Jan 31, 2007
  14. Jan 30, 2007
  15. Dec 19, 2006
  16. Dec 06, 2006
  17. Nov 26, 2006
  18. Nov 10, 2006
  19. 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
  20. 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
  21. May 13, 2006
  22. Jan 23, 2006
  23. Jan 14, 2006
  24. Jan 13, 2006
  25. Apr 22, 2005
  26. Sep 18, 2004
  27. 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
  28. Aug 08, 2004
  29. Jul 29, 2004
  30. Jul 18, 2004
  31. Jun 20, 2004
  32. May 24, 2004
  33. May 23, 2004
  34. Apr 21, 2004
  35. Apr 20, 2004
Loading