Skip to content
  1. Aug 28, 2006
  2. Aug 27, 2006
  3. Jun 29, 2006
  4. Apr 22, 2005
  5. Mar 17, 2005
  6. 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
  7. Jul 29, 2004
  8. Jul 06, 2004
  9. 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