Skip to content
  1. Mar 19, 2013
  2. Nov 23, 2012
  3. Aug 09, 2012
    • Alexey Samsonov's avatar
      [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring of... · aa05110a
      Alexey Samsonov authored
      [ASan] Create new files asan_report.{h,cc} as a preparation for refactoring of ASan error reporting code.
      Currently ASan reports many kinds of errors, and the code that actually prints error messages can
      be found inside allocator, OS-specific files, interceptors code etc.
      
      An example of maintenance troubles this situation causes:
      There is currently an ASan interface function that registers
      callback which should take the char buffer with error report printed by ASan.
      This function is now broken, as one has to insert callback calls to all the places in
      ASan code where the error reports are printed, surprisingly it is not only
      "__asan_report_error" function...
      
      llvm-svn: 161568
      aa05110a
  4. Jul 09, 2012
  5. Jun 15, 2012
  6. Jun 14, 2012
  7. Jun 07, 2012
  8. Jun 06, 2012
  9. Jun 05, 2012
  10. May 31, 2012
  11. May 30, 2012
  12. May 23, 2012
  13. Apr 06, 2012
  14. Apr 05, 2012
  15. Mar 13, 2012
  16. Mar 10, 2012
  17. Feb 22, 2012
  18. Feb 13, 2012
  19. Feb 08, 2012
  20. Feb 07, 2012
  21. Jan 31, 2012
  22. Jan 19, 2012
    • Evgeniy Stepanov's avatar
      EHABI-based stack trace on ARM. · 84c44a8b
      Evgeniy Stepanov authored
      The change removes the unused FLAG_fast_unwind, and forces EHABI-based unwind
      on ARM, and fast (FP-based) unwind everywhere else.
      
      llvm-svn: 148468
      84c44a8b
  23. Jan 11, 2012
  24. Jan 10, 2012
  25. Jan 09, 2012
Loading