Skip to content
  1. Aug 07, 2008
  2. Aug 06, 2008
  3. Aug 05, 2008
  4. May 13, 2008
  5. Dec 29, 2007
  6. May 06, 2007
  7. May 03, 2007
  8. May 02, 2007
  9. May 01, 2007
  10. Aug 28, 2006
  11. Aug 27, 2006
  12. Jun 29, 2006
  13. Apr 22, 2005
  14. Mar 17, 2005
  15. 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
  16. Jul 29, 2004
  17. Jul 06, 2004
  18. 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