Skip to content
  1. Jan 08, 2011
  2. Dec 26, 2010
  3. Dec 24, 2010
  4. Dec 09, 2010
  5. Dec 01, 2010
  6. Nov 21, 2010
    • Chris Lattner's avatar
      Implement PR8644: forwarding a memcpy value to a byval, · 58f9f587
      Chris Lattner authored
      allowing the memcpy to be eliminated.
      
      Unfortunately, the requirements on byval's without explicit 
      alignment are really weak and impossible to predict in the 
      mid-level optimizer, so this doesn't kick in much with current
      frontends.  The fix is to change clang to set alignment on all
      byval arguments.
      
      llvm-svn: 119916
      58f9f587
  7. Nov 18, 2010
  8. Oct 18, 2010
  9. Oct 16, 2010
  10. Apr 04, 2010
  11. Apr 02, 2010
  12. Mar 31, 2010
  13. Mar 30, 2010
  14. Nov 03, 2009
  15. Sep 15, 2009
  16. Sep 11, 2009
  17. Sep 09, 2009
  18. Sep 08, 2009
  19. Sep 01, 2009
  20. Jun 05, 2009
  21. Jun 02, 2008
  22. Jun 01, 2008
  23. May 20, 2008
  24. Apr 29, 2008
  25. Apr 21, 2008
  26. Apr 09, 2008
Loading