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