Skip to content
  1. Sep 17, 2010
  2. Sep 16, 2010
  3. Sep 15, 2010
  4. Sep 14, 2010
  5. Sep 11, 2010
  6. Sep 10, 2010
  7. Sep 09, 2010
  8. Sep 08, 2010
  9. Sep 07, 2010
  10. Sep 06, 2010
  11. Sep 05, 2010
  12. Sep 04, 2010
  13. Sep 03, 2010
  14. Sep 02, 2010
  15. Sep 01, 2010
  16. Aug 31, 2010
  17. Aug 30, 2010
  18. Aug 29, 2010
    • Chris Lattner's avatar
      two changes: 1) make AliasSet hold the list of call sites with an · f58382ed
      Chris Lattner authored
      assertingvh so we get a violent explosion if the pointer dangles.
      
      2) Fix AliasSetTracker::deleteValue to remove call sites with
         by-pointer comparisons instead of by-alias queries.  Using
         findAliasSetForCallSite can cause alias sets to get merged
         when they shouldn't, and can also miss alias sets when the
         call is readonly.
      
      #2 fixes PR6889, which only repros with a .c file :(
      
      llvm-svn: 112452
      f58382ed
Loading