1. 1b65b17 [asan] Implement GetObjectNameAndOffset on ARM. by Evgeniy Stepanov · 13 years ago
  2. 553c208 This patch moves the code reading /proc/self/environ into AsanGetEnv by Alexander Potapenko · 13 years ago
  3. a82f0d4 [asan] move OS-dependent code away from asan_lock.h by Kostya Serebryany · 13 years ago
  4. edb4a8a [asan] don't include unistd.h in the headers by Kostya Serebryany · 13 years ago
  5. 5be458c [asan] refactoring: move some common linux/mac code to asan_posix.cc by Kostya Serebryany · 13 years ago
  6. 9fd01e5 [asan] refactoring: move all interceptors to a single file by Kostya Serebryany · 13 years ago
  7. 25d6c1b [asan] move more code into OS-specific files by Kostya Serebryany · 13 years ago
  8. 2b08718 [asan] move more stuff to OS-specific files by Kostya Serebryany · 13 years ago
  9. 3b7fb10 [asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing /proc/self/maps by Kostya Serebryany · 13 years ago
  10. 78d87d3 [asan] move {linux,mac}-specific code from asan_thread.cc to asan_{linux,mac}.cc; also add asan_procmaps.h which I forgot to add on previous commit. by Kostya Serebryany · 13 years ago
  11. cd271f5 [asan] implement our own /proc/self/maps reader and use it on linux instead of sysinfo.h by Kostya Serebryany · 13 years ago
  12. a772096 [asan] refactoring: don't #include <sys/mman.h> in non-os-specific files by Kostya Serebryany · 13 years ago
  13. 6c4bd80 [asan] use custom libc-free getenv; a bit of refactoring around mmap calls by Kostya Serebryany · 13 years ago
  14. 5dfa4da [asan] flatten the asan-rt build slightly by Kostya Serebryany · 14 years ago
  15. 019b76f AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt by Kostya Serebryany · 14 years ago