Skip to content
  1. Jul 02, 2004
    • Chris Lattner's avatar
      Add a trivially simple pass to delete unreachable blocks from the CFG. This · 693244fb
      Chris Lattner authored
      pass is required to paper over problems in the code generator (primarily
      live variables and its clients) which doesn't really have any well defined
      semantics for unreachable code.
      
      The proper solution to this problem is to have instruction selectors not
      select blocks that are unreachable.  Until we have a instruction selection
      framework available for use, however, we can't expect all instruction
      selector writers to do this.  Until then, this pass should be used.
      
      llvm-svn: 14563
      693244fb
  2. Jul 01, 2004
  3. Jun 29, 2004
  4. Jun 27, 2004
  5. Jun 25, 2004
  6. Jun 24, 2004
  7. Jun 22, 2004
  8. Jun 21, 2004
  9. Jun 20, 2004
  10. Jun 18, 2004
  11. Jun 17, 2004
  12. Jun 16, 2004
  13. Jun 11, 2004
  14. Jun 10, 2004
  15. Jun 02, 2004
  16. May 30, 2004
  17. May 29, 2004
  18. May 28, 2004
  19. May 26, 2004
  20. May 24, 2004
Loading