Skip to content
  1. May 13, 2008
  2. May 06, 2008
  3. May 03, 2008
  4. Apr 28, 2008
  5. Apr 25, 2008
  6. Apr 24, 2008
  7. Apr 23, 2008
  8. Apr 21, 2008
  9. Apr 17, 2008
  10. Apr 15, 2008
  11. Apr 14, 2008
  12. Apr 13, 2008
  13. Apr 08, 2008
  14. Apr 07, 2008
  15. Apr 06, 2008
  16. Apr 02, 2008
  17. Apr 01, 2008
  18. 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
  19. Mar 23, 2008
  20. Mar 20, 2008
  21. Mar 13, 2008
  22. Mar 11, 2008
  23. Mar 10, 2008
  24. Mar 09, 2008
Loading