Skip to content
  1. Feb 28, 2014
  2. Feb 27, 2014
  3. Feb 26, 2014
  4. Feb 25, 2014
  5. Feb 24, 2014
  6. Feb 22, 2014
  7. Feb 21, 2014
  8. Feb 20, 2014
  9. Feb 19, 2014
  10. Feb 18, 2014
  11. Feb 17, 2014
  12. Feb 14, 2014
  13. Feb 12, 2014
  14. Feb 11, 2014
    • Evgeniy Stepanov's avatar
      [sanitizer] Use system unwinder in signal handlers on Android. · 769d46f3
      Evgeniy Stepanov authored
      Because of the way Bionic sets up signal stack frames, libc unwinder is unable
      to step through it, resulting in broken SEGV stack traces.
      
      Luckily, libcorkscrew.so on Android implements an unwinder that can start with
      a signal context, thus sidestepping the issue.
      
      llvm-svn: 201151
      769d46f3
  15. Feb 10, 2014
  16. Feb 08, 2014
  17. Feb 07, 2014
    • Dmitry Vyukov's avatar
      tsan: improve the test · b2b3e4bd
      Dmitry Vyukov authored
      remove TSAN_OPTIONS from the test, so that it runs in the presubmit script
      add a CHECK, so that it can run with FileCheck as well
      
      llvm-svn: 200972
      b2b3e4bd
Loading