Skip to content
  1. Sep 04, 2008
  2. Aug 14, 2008
  3. Aug 08, 2008
  4. Aug 07, 2008
  5. Aug 06, 2008
  6. Aug 05, 2008
  7. May 13, 2008
  8. Dec 29, 2007
  9. May 06, 2007
  10. May 03, 2007
  11. May 02, 2007
  12. May 01, 2007
  13. Aug 28, 2006
  14. Aug 27, 2006
  15. Jun 29, 2006
  16. Apr 22, 2005
  17. Mar 17, 2005
  18. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  19. Jul 29, 2004
  20. Jul 06, 2004
  21. 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
Loading