Skip to content
Snippets Groups Projects
  1. Oct 29, 2010
  2. Oct 28, 2010
  3. Oct 25, 2010
  4. Oct 24, 2010
    • Duncan Sands's avatar
      Fix PR8445: a block with no predecessors may be the entry block, in which case · 31c803b2
      Duncan Sands authored
      it isn't unreachable and should not be zapped.  The check for the entry block
      was missing in one case: a block containing a unwind instruction.  While there,
      do some small cleanups: "M" is not a great name for a Function* (it would be
      more appropriate for a Module*), change it to "Fn"; use Fn in more places.
      
      llvm-svn: 117224
      31c803b2
  5. Oct 23, 2010
  6. Oct 22, 2010
  7. Oct 21, 2010
  8. Oct 20, 2010
  9. Oct 19, 2010
  10. Oct 18, 2010
  11. Oct 16, 2010
  12. Oct 14, 2010
  13. Oct 13, 2010
  14. Oct 12, 2010
  15. Oct 10, 2010
  16. Oct 08, 2010
  17. Oct 07, 2010
Loading