Skip to content
  1. Nov 18, 2011
  2. Nov 17, 2011
  3. Nov 16, 2011
  4. Nov 15, 2011
  5. Nov 14, 2011
  6. Nov 12, 2011
  7. Nov 11, 2011
  8. Nov 10, 2011
  9. Nov 08, 2011
  10. Nov 07, 2011
  11. Nov 05, 2011
  12. Nov 04, 2011
  13. Nov 03, 2011
  14. Nov 02, 2011
  15. Nov 01, 2011
  16. Oct 29, 2011
  17. Oct 28, 2011
  18. Oct 27, 2011
  19. Oct 24, 2011
  20. Oct 23, 2011
  21. Oct 22, 2011
  22. Oct 21, 2011
  23. Oct 20, 2011
    • Eli Friedman's avatar
      Refactor code from inlining and globalopt that checks whether a function... · 1923a330
      Eli Friedman authored
      Refactor code from inlining and globalopt that checks whether a function definition is unused, and enhance it so it can tell that functions which are only used by a blockaddress are in fact dead.  This probably doesn't happen much on most code, but the Linux kernel's _THIS_IP_ can trigger this issue with blockaddress.  (GlobalDCE can also handle the given tescase, but we only run that at -O3.)  Found while looking at PR11180.
      
      llvm-svn: 142572
      1923a330
Loading