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 18, 2010
  3. Oct 18, 2010
  4. Sep 11, 2009
  5. Sep 09, 2009
  6. Sep 08, 2009
  7. Jun 05, 2009
  8. Apr 09, 2008
  9. Feb 25, 2008
  10. Feb 12, 2008
  11. Feb 06, 2008
  12. Feb 04, 2008
Loading