Skip to content
  1. 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
  2. Nov 20, 2010
  3. Nov 18, 2010
  4. Oct 20, 2010
  5. Oct 19, 2010
  6. Oct 16, 2010
  7. Oct 12, 2010
  8. Oct 08, 2010
  9. Oct 01, 2010
  10. Sep 25, 2010
  11. Aug 06, 2010
  12. Jul 29, 2010
  13. Jul 27, 2010
  14. Jul 22, 2010
  15. Jun 22, 2010
  16. Apr 20, 2010
  17. Apr 17, 2010
  18. Apr 16, 2010
  19. Apr 15, 2010
  20. Apr 04, 2010
  21. Apr 02, 2010
  22. Mar 31, 2010
  23. Mar 30, 2010
  24. Feb 15, 2010
Loading