Skip to content
  1. May 25, 2012
  2. May 12, 2012
  3. May 10, 2012
  4. Apr 06, 2012
  5. Apr 05, 2012
  6. Mar 21, 2012
    • Evgeniy Stepanov's avatar
      [asan] Support for %z to Printf() · 823085a8
      Evgeniy Stepanov authored
      At the moment, asan internal Printf() uses %l modifier for printing
      values of size_t and related types. This works, because we control
      both the implementation of Printf and all its uses, but can be a
      little misleading.
      
      This change adds support for %z to Printf(). All callers that print
      sizes and pointers as integers are switched to %zu / %zx.
      
      llvm-svn: 153177
      823085a8
  7. Mar 20, 2012
  8. Mar 16, 2012
  9. Mar 15, 2012
  10. Mar 14, 2012
  11. Mar 06, 2012
  12. Mar 01, 2012
  13. Feb 27, 2012
  14. Feb 22, 2012
  15. Feb 21, 2012
  16. Feb 17, 2012
  17. Feb 16, 2012
  18. Feb 14, 2012
  19. Feb 13, 2012
  20. Feb 09, 2012
  21. Feb 08, 2012
  22. Feb 03, 2012
  23. Jan 31, 2012
  24. Jan 27, 2012
  25. 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
  26. Jan 17, 2012
Loading