Skip to content
  1. 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
  2. Jan 12, 2008
  3. Dec 29, 2007
  4. Nov 22, 2007
  5. Jul 27, 2007
  6. Jul 25, 2007
    • Devang Patel's avatar
      Add BasicInliner interface. · 33227115
      Devang Patel authored
      This interface allows clients to inline bunch of functions with module
      level call graph information.:wq
      
      llvm-svn: 40486
      33227115
  7. Jun 25, 2007
  8. Jun 20, 2007
  9. Jun 07, 2007
  10. Jun 06, 2007
  11. May 07, 2007
  12. May 06, 2007
  13. May 03, 2007
  14. May 02, 2007
  15. May 01, 2007
  16. Feb 06, 2007
  17. Jan 26, 2007
  18. Nov 27, 2006
    • Reid Spencer's avatar
      For PR950: · 6c38f0bb
      Reid Spencer authored
      The long awaited CAST patch. This introduces 12 new instructions into LLVM
      to replace the cast instruction. Corresponding changes throughout LLVM are
      provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
      exception of 175.vpr which fails only on a slight floating point output
      difference.
      
      llvm-svn: 31931
      6c38f0bb
  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. Sep 09, 2006
  21. Aug 28, 2006
  22. Jan 13, 2006
  23. May 18, 2005
  24. Apr 22, 2005
  25. Mar 15, 2005
  26. Nov 22, 2004
  27. Nov 09, 2004
  28. Nov 07, 2004
  29. Sep 20, 2004
  30. Aug 12, 2004
  31. Jul 18, 2004
    • Reid Spencer's avatar
      bug 122: · ef784f01
      Reid Spencer authored
      - Minimize redundant isa<GlobalValue> usage
      
      llvm-svn: 14948
      ef784f01
  32. Apr 08, 2004
  33. Mar 15, 2004
  34. Mar 14, 2004
    • Chris Lattner's avatar
      This change makes two big adjustments. · 2dc85b27
      Chris Lattner authored
       * Be a lot more accurate about what the effects will be when inlining a call
         to a function when an argument is an alloca.
       * Dramatically reduce the penalty for inlining a call in a large function.
         This heuristic made it almost impossible to inline a function into a large
         function, no matter how small the callee is.
      
      llvm-svn: 12363
      2dc85b27
  35. Nov 21, 2003
  36. Nov 11, 2003
  37. Oct 20, 2003
  38. Oct 15, 2003
Loading