Skip to content
  1. Aug 27, 2009
  2. Aug 13, 2009
  3. Jul 31, 2009
  4. Jul 25, 2009
  5. Jul 22, 2009
  6. Jul 21, 2009
  7. Jul 14, 2009
  8. 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
  9. Jul 10, 2009
  10. Jul 08, 2009
  11. Jul 03, 2009
  12. 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
  13. Jun 15, 2009
  14. Jun 05, 2009
  15. May 31, 2009
  16. May 29, 2009
  17. May 06, 2009
  18. Apr 02, 2009
  19. Apr 01, 2009
  20. Mar 10, 2009
  21. Mar 06, 2009
  22. Feb 12, 2009
  23. Feb 08, 2009
  24. Jan 19, 2009
  25. Dec 23, 2008
  26. Dec 22, 2008
Loading