Skip to content
  1. May 02, 2009
    • Dan Gohman's avatar
      Don't split critical edges during the AddUsersIfInteresting phase · 6409e7d4
      Dan Gohman authored
      of LSR. This makes the AddUsersIfInteresting phase of LSR a pure
      analysis instead of a phase that potentially does CFG modifications.
      
      The conditions where this code would actually perform a split are
      rare, and in the cases where it actually would do a split the split
      is usually undone by CodeGenPrepare, and in cases where splits
      actually survive into codegen, they appear to hurt more often than
      they help.
      
      llvm-svn: 70625
      6409e7d4
  2. May 01, 2009
  3. Apr 30, 2009
  4. Apr 27, 2009
  5. Apr 21, 2009
  6. Apr 18, 2009
  7. Apr 17, 2009
  8. Apr 16, 2009
  9. Mar 18, 2009
  10. Mar 09, 2009
  11. Mar 04, 2009
  12. Feb 24, 2009
  13. Feb 22, 2009
  14. Feb 21, 2009
  15. Feb 20, 2009
  16. Feb 19, 2009
Loading