Skip to content
  1. Sep 20, 2009
  2. Sep 19, 2009
  3. Sep 03, 2009
  4. Sep 02, 2009
  5. Aug 27, 2009
  6. Aug 13, 2009
  7. Jul 31, 2009
  8. Jul 25, 2009
  9. Jul 22, 2009
  10. Jul 21, 2009
  11. Jul 14, 2009
  12. 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
  13. Jul 10, 2009
  14. Jul 08, 2009
  15. Jul 03, 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
    • Torok Edwin's avatar
      Add debug message about non-local loads being clobbered. · ba93ea76
      Torok Edwin authored
      llvm-svn: 73625
      ba93ea76
  17. Jun 15, 2009
  18. Jun 05, 2009
  19. May 31, 2009
  20. May 29, 2009
  21. May 06, 2009
  22. Apr 02, 2009
  23. Apr 01, 2009
  24. Mar 10, 2009
  25. Mar 06, 2009
  26. Feb 12, 2009
  27. Feb 08, 2009
  28. Jan 19, 2009
Loading