Skip to content
  1. Jul 07, 2009
  2. Jul 06, 2009
  3. Jul 03, 2009
  4. Jul 02, 2009
  5. Jul 01, 2009
  6. Jun 28, 2009
  7. Jun 27, 2009
  8. Jun 26, 2009
  9. Jun 25, 2009
  10. Jun 24, 2009
  11. Jun 23, 2009
  12. Jun 22, 2009
  13. Jun 20, 2009
  14. Jun 19, 2009
  15. Jun 18, 2009
  16. Jun 17, 2009
    • Dale Johannesen's avatar
      This fixes a bug introduced in 72661, which can · 81b6463e
      Dale Johannesen authored
      move loads back past a check that the load address
      is valid, see new testcase.  The test that went
      in with 72661 has exactly this case, except that
      the conditional it's moving past is checking
      something else; I've settled for changing that
      test to reference a global, not a pointer.  It
      may be possible to scan all the tests you pass and
      make sure none of them are checking any component
      of the address, but it's not trivial and I'm not
      trying to do that here.
      
      llvm-svn: 73632
      81b6463e
Loading