Skip to content
  1. Jul 22, 2010
  2. Jul 21, 2010
  3. Jul 20, 2010
    • Jakob Stoklund Olesen's avatar
      Implement loop splitting analysis. · ed4075cc
      Jakob Stoklund Olesen authored
      Determine which loop exit blocks need a 'pre-exit' block inserted.
      Recognize when this would be impossible.
      
      llvm-svn: 108941
      ed4075cc
    • Dan Gohman's avatar
      Add support for remapping metadata kind IDs when reading in a · 43aa8f03
      Dan Gohman authored
      bitcode file, so that two bitcode files where the same metadata kind
      name happens to have been assigned a different ID can still be
      linked together.
      
      Eliminate the restriction that metadata kind IDs can't be 0.
      
      Change MD_dbg from 1 to 0, because we can now, and because it's
      less mysterious that way.
      
      llvm-svn: 108939
      43aa8f03
Loading