Skip to content
  1. Oct 05, 2009
  2. Oct 01, 2009
  3. Sep 28, 2009
  4. Sep 27, 2009
  5. Sep 26, 2009
  6. Sep 24, 2009
  7. Sep 21, 2009
  8. Sep 20, 2009
  9. Sep 19, 2009
  10. Sep 17, 2009
  11. Sep 16, 2009
    • Dan Gohman's avatar
      Add a new pass for doing late hoisting of floating-point and vector · 0f64d71d
      Dan Gohman authored
      constants out of loops. These aren't covered by the regular LICM
      pass, because in LLVM IR constants don't require separate
      instructions. They're not always covered by the MachineLICM pass
      either, because it doesn't know how to unfold folded constant-pool
      loads. This is somewhat experimental at this point, and off by
      default.
      
      llvm-svn: 82076
      0f64d71d
Loading