Skip to content
  1. Mar 31, 2010
  2. Mar 30, 2010
  3. Mar 27, 2010
  4. Mar 26, 2010
  5. Mar 25, 2010
  6. Mar 24, 2010
  7. Mar 23, 2010
  8. Mar 22, 2010
  9. Mar 20, 2010
    • Dan Gohman's avatar
      Clear the SCEVExpander's insertion point after making deletions, · 1a2abe55
      Dan Gohman authored
      so that the SCEVExpander doesn't retain a dangling pointer as its
      insert position. The dangling pointer in this case wasn't ever used
      to insert new instructions, but it was causing trouble with
      SCEVExpander's code for automatically advancing its insert position
      past debug intrinsics.
      
      This fixes use-after-free errors that valgrind noticed in
      test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll and
      test/Transforms/IndVarSimplify/exit_value_tests.ll.
      
      llvm-svn: 99036
      1a2abe55
  10. Mar 19, 2010
  11. Mar 16, 2010
  12. Mar 15, 2010
  13. Mar 14, 2010
  14. Mar 12, 2010
  15. Mar 11, 2010
  16. Mar 10, 2010
  17. Mar 06, 2010
  18. Mar 05, 2010
  19. Mar 03, 2010
  20. Mar 02, 2010
  21. Mar 01, 2010
Loading