1. fae2bff tsan: fix linking of tsan runtime into dynamic libraries by Dmitry Vyukov · 11 years ago
  2. 9213e07 [ASan] Remove the explicit function prototypes for intercepted functions on Windows by Timur Iskhodzhanov · 11 years ago
  3. ab0ddd4 tsan: fix linking when -ltsan is passed before -lpthread by Dmitry Vyukov · 11 years ago
  4. 2f913ee asan: fix android build android does not have dlvsym by Dmitry Vyukov · 11 years ago
  5. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  6. 6a659df [libsanitizer] Introduce INTERCEPTOR_WITH_SUFFIX which is to be used for appending the __DARWIN_ALIAS() version suffixes to function names on Darwin. by Alexander Potapenko · 11 years ago
  7. 6fb47af add Linux syscall wrappers and ThreadLister to sanitizer_common by Kostya Serebryany · 12 years ago
  8. 50a002e [ASan] Refactoring: nuke the redundant function declarations in asan_intercepted_functions.h by Alexander Potapenko · 12 years ago
  9. fbeb826 [asan] fix x32 build (H.J. Lu) by Kostya Serebryany · 12 years ago
  10. 74d0540 [sanitizer] OFF_T on Mac is u64. by Evgeniy Stepanov · 12 years ago
  11. eff744d [sanitizer] Exclude off64_t test on mac. by Evgeniy Stepanov · 12 years ago
  12. 92ce51e [Sanitizer] include stddef.h for ptrdiff_t in interception type test by Alexey Samsonov · 12 years ago
  13. cb8b91d [sanitizer] Add a missing header. by Evgeniy Stepanov · 12 years ago
  14. 65e5090 [sanitizer] Fix wrong size of OFF_T on 32-bit platforms. by Evgeniy Stepanov · 12 years ago
  15. 6956398 [ASan] Delete the code related to static runtime on OS X. by Alexander Potapenko · 12 years ago
  16. 216719b [Sanitizer] include sanitizer_common headers when building interception library by Alexey Samsonov · 12 years ago
  17. 250f221 [sanitizer] Further split private and public sanitizer headers. by Evgeniy Stepanov · 12 years ago
  18. 5162314 CMake: Add add_compiler_rt_osx_object_library to create universal libraries on Mac by Alexey Samsonov · 12 years ago
  19. 43b4b9c CMake: Generalize build rules for different arches for sanitizer_common, asan, ubsan by Alexey Samsonov · 12 years ago
  20. 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 12 years ago
  21. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  22. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  23. 6afa1b0 [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off_t and off64_t). This is done to avoid confusion and to make the code work with compilers that define size_t w/o any includes (MSVC) by Kostya Serebryany · 12 years ago
  24. 539dd2b [ASan] Add the "lea $imm(%rip),%rax" instruction to mach_override.c by Alexander Potapenko · 12 years ago
  25. b46941a [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the same time, remove ASan from CMake build on Windows after conversation with Timur. We don't want to support building ASan on Windows until it is in a working state. by Alexey Samsonov · 12 years ago
  26. 8019524 Pass -std=c99 when compiling mach_override.c by Alexander Potapenko · 12 years ago
  27. 0fb4069 Fix compiler warnings: remove __attribute__((visibility)) for static functions, use unsigned char instead of char. by Alexander Potapenko · 12 years ago
  28. 4ea14c2 [ASan] more macro/casting magic to suppress warnings by Alexey Samsonov · 12 years ago
  29. 246ef3b [Sanitizer] Fix compiler warnings (including void* arithmetic) in mach_override by Alexey Samsonov · 12 years ago
  30. c27279a [ASan] fix interception macro for Android build by Alexey Samsonov · 12 years ago
  31. b66bfd1 [Sanitizer] get rid of empty DEFAULT_CONVENTION in interception lib to remove empty macro arguments by Alexey Samsonov · 12 years ago
  32. 34fc56c CMake build rules for ASan Android runtime and tests. by Evgeniy Stepanov · 12 years ago
  33. 6d8091d Add "movsbl %dh, %ecx" and "testb %r8, %r8" to mach_override. by Alexander Potapenko · 12 years ago
  34. 0f7d4a4 [ASan] hoist more compile flags to SANITIZER_COMMON_CFLAGS var and add the rest of flags/defs from old Makefile to CMake by Alexey Samsonov · 12 years ago
  35. 60ab090 Some flag cleanup for the sanitizer runtimes. by Chandler Carruth · 12 years ago
  36. b100277 CMake build rules for ASan/Android runtime. by Evgeniy Stepanov · 12 years ago
  37. 0ef5310 Commit the source and CMake changes that will allow to build ASan runtime by Alexander Potapenko · 12 years ago
  38. fe51abb [ASan] CMake support for building ASan runtime as a universal binary on Mac by Alexey Samsonov · 12 years ago
  39. 0b7981a Make the non-interface mach_override functions static to avoid name clashes with user code that may contain its own mach_override. by Alexander Potapenko · 12 years ago
  40. 8fc90f6 [Sanitizer] cleanup CMake files for interception and sanitizer_common helper libraries by Alexey Samsonov · 12 years ago
  41. a8fbcd7 [Sanitizer] fix windows build by Alexey Samsonov · 12 years ago
  42. bfa11b6 Follow-up for r161168 for Windows by Alexey Samsonov · 12 years ago
  43. 592d3f7 [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type by Alexey Samsonov · 12 years ago
  44. 90b60b1 Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i386) to our fork of mach_override. by Alexander Potapenko · 12 years ago
  45. d00ecb6 [ASan] silence various warnings in cmake build of asan unit tests by Alexey Samsonov · 12 years ago
  46. b4fefa7 [ASan] cleanup: trailing semicolons, trailing colons in enums by Alexey Samsonov · 12 years ago
  47. ba362a7 [Sanitizer] fight more semicolons in macro definitions (to please mac cmake build) by Alexey Samsonov · 12 years ago
  48. 821f21b Cleanup the handling of CFLAGS even more in the cmake build for ASan. by Chandler Carruth · 12 years ago
  49. a765ffc Another big step toward a viable CMake build system for CompilerRT, by Chandler Carruth · 12 years ago
  50. 6bae39d Lots of trivial changes to remove extraneous semicolons throughout ASan. by Chandler Carruth · 12 years ago
  51. 78159d0 Add test rdx, rdx to fix ASan tests on Mac OS 10.7 x64 by Alexander Potapenko · 12 years ago
  52. f54c0e3 asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxx by Dmitry Vyukov · 12 years ago
  53. 580469d asan/tsan: weak interceptors by Dmitry Vyukov · 12 years ago
  54. 0d49904 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it by Kostya Serebryany · 12 years ago