Skip to content
  1. Jul 14, 2009
  2. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  3. Jul 10, 2009
  4. Jul 08, 2009
  5. Jul 03, 2009
  6. 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
    • Torok Edwin's avatar
      Add debug message about non-local loads being clobbered. · ba93ea76
      Torok Edwin authored
      llvm-svn: 73625
      ba93ea76
  7. Jun 15, 2009
  8. Jun 05, 2009
  9. May 31, 2009
  10. May 29, 2009
  11. May 06, 2009
  12. Apr 02, 2009
  13. Apr 01, 2009
  14. Mar 10, 2009
  15. Mar 06, 2009
  16. Feb 12, 2009
  17. Feb 08, 2009
  18. Jan 19, 2009
  19. Dec 23, 2008
  20. Dec 22, 2008
  21. Dec 18, 2008
  22. Dec 15, 2008
Loading