Skip to content
  1. Apr 12, 2010
  2. Apr 11, 2010
  3. Apr 10, 2010
  4. Apr 09, 2010
  5. Apr 08, 2010
  6. Apr 07, 2010
  7. Apr 06, 2010
  8. Apr 05, 2010
  9. Apr 04, 2010
  10. Apr 03, 2010
    • Chris Lattner's avatar
      require that the branch being controlled by the IV · ecb53631
      Chris Lattner authored
      exits the loop.  With this information we can guarantee 
      the iteration count of the loop is bounded by the 
      compare.  I think this xforms is finally safe now.
      
      llvm-svn: 100285
      ecb53631
    • Chris Lattner's avatar
      add integer overflow check for the fp induction variable · 40060d33
      Chris Lattner authored
      checker.  Amusingly, we already had tests that we should
      have rejects because they would be miscompiled in the
      testsuite.
      
      The remaining issue with this is that we don't check that
      the branch causes us to exit the loop if it fails, so we
      don't actually know if we remain in bounds.
      
      llvm-svn: 100284
      40060d33
Loading