1. 8b59f75 Prevent dependency cycle due to system_shared_libs expansion by Tom Cherry · 6 years ago
  2. c7ee72f Blacklist CFI unrelated cast issue in protoc generated code by Colin Cross · 6 years ago
  3. 67e0c02 Merge "Remove dead module definitions" by Treehugger Robot · 6 years ago
  4. 9454620 Remove dead module definitions by Pirama Arumuga Nainar · 6 years ago
  5. 1981928 Mark libclang as recovery_available by Jiyong Park · 6 years ago
  6. ddbba20 Remove unused `tags` property from Android.bp files by Dan Willemsen · 6 years ago
  7. ee10ce1 Ignore new compiler warnings by Yi Kong · 6 years ago
  8. d270761 Merge "Use -Werror in external/compiler-rt" am: b7a99780f9 am: 9020d5ed4b by Chih-Hung Hsieh · 7 years ago
  9. 9554d7d Use -Werror in external/compiler-rt by Chih-Hung Hsieh · 7 years ago
  10. 8ac3942 Merge "Remove default libraries" am: 3f06d21426 am: 5f55d5cf5b am: af1809cd5c by Dan Willemsen · 7 years ago
  11. 49818f7 Remove default libraries by Dan Willemsen · 7 years ago
  12. 04b9665 Merge "Remove clang: true" am: b1057501fe am: 3858603df0 am: 69d34efc14 by Pirama Arumuga Nainar · 7 years ago
  13. 87eb16c Remove clang: true by Lennart Wieboldt · 7 years ago
  14. 9a02c46 Remove ld.config.txt for Android O by Jiyong Park · 7 years ago
  15. 65733ea asanwrapper: remove all environment editing. by Evgenii Stepanov · 7 years ago
  16. 71ab8e3 Disable rules for asan and ubsan prebuilts from aosp/master by Pirama Arumuga Nainar · 8 years ago
  17. c58a436 Update aosp/master compiler-rt for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  18. 53178bc Remove ELF load address hack from asan symbolize script. by Evgenii Stepanov · 8 years ago
  19. 711c66a Use exported gtest headers. by Dan Albert · 8 years ago
  20. 4a39958 pass -W to readelf to avoid splitting lines by Jon Larimer · 8 years ago
  21. a4c7828 Switch compiler_rt libraries to be built with NDK API 19/21. by Stephen Hines · 8 years ago
  22. 0f311a2 Remove deprecated Android.mk files by Colin Cross · 8 years ago
  23. a53a075 Convert the rest of compiler-rt to Android.bp by Colin Cross · 8 years ago
  24. a822161 Merge aosp/dev cherry-picks (for MIPS ASan) into aosp/master. by Stephen Hines · 8 years ago
  25. fbdb443 Build sanitizer libraries by Colin Cross · 8 years ago
  26. 87eeeb8 Revert "Build sanitizer libraries" by Colin Cross · 8 years ago
  27. 37bc918 Build sanitizer libraries by Colin Cross · 8 years ago
  28. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  29. 2d6b714 Add the ability to build for arm64 to asan. by Stephen Hines · 9 years ago
  30. 73bd2f7 Stop hard coding gtest paths. by Dan Albert · 8 years ago
  31. fef7bc7 Use prebuilts for sanitizer shared objects. by Stephen Hines · 9 years ago
  32. 96b41bc Revert "Update TARGET_ARCH guards to allow x86." by Ivan Krasin · 9 years ago
  33. 6f1db78 Update TARGET_ARCH guards to allow x86. by Ivan Krasin · 9 years ago
  34. 7e8a045 Update tsan build. by Yabin Cui · 9 years ago
  35. 6de3e08 Don't build the sanitizer tests for SANITIZE_HOST. by Dan Albert · 9 years ago
  36. f5011e3 Fix tsan test builds and support SKIP_LLVM_TESTS. by Stephen Hines · 9 years ago
  37. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  38. 6c5b3a5 fix error typing of LOCAL_SANITIZE. by Yabin Cui · 9 years ago
  39. be1b933 Add build of tsan on linux x86_64. by Yabin Cui · 9 years ago
  40. c2e71fb Merge "Install ASan runtime library on /system partition." by Evgenii Stepanov · 9 years ago
  41. 78c814d Install ASan runtime library on /system partition. by Evgenii Stepanov · 9 years ago
  42. b6376a7 Remove broken vfp_alias.S implementation. by Stephen Hines · 9 years ago
  43. d5a4b89 Cherry-pick fix to FP trunctation routine by Pirama Arumuga Nainar · 9 years ago
  44. 237aaa6 Use new sanitizer option. by Dan Albert · 9 years ago
  45. a1c3898 Link libunwind_llvm to the ASan runtime library. by Evgenii Stepanov · 9 years ago
  46. 657a67e ASan-RT does not need STL. by Evgenii Stepanov · 9 years ago
  47. a4cf3ee Update aosp/master compiler-rt with patches for fp16 by Pirama Arumuga Nainar · 9 years ago
  48. 1b1b1ae Build ASan runtime library with -fno-builtin. by Evgenii Stepanov · 9 years ago
  49. 06304c8 Merge "Update aosp/master compiler-rt for rebase to r235153" by Pirama Arumuga Nainar · 9 years ago
  50. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  51. 207c6da Update asanwrapper. by Evgenii Stepanov · 9 years ago
  52. 81f7b12 Build ASan runtime library as ARM (as opposed to Thumb). by Evgenii Stepanov · 9 years ago
  53. cbf9bf9 Do not limit ASan modules to -eng build. by Evgenii Stepanov · 9 years ago
  54. 2da1a85 Merge "Build the ASAN RTL without RTTI." by Dan Albert · 9 years ago
  55. 28b72ed Build the ASAN RTL without RTTI. by Dan Albert · 9 years ago
  56. bc45c9e Link ASan runtime library with -z global. by Evgenii Stepanov · 9 years ago
  57. 3f89dee Fix ASan-RT library name in multilib build. by Evgenii Stepanov · 9 years ago
  58. 7c8bfcb Revert "Build ASan runtime DSO with -z global." by Stephen Hines · 9 years ago
  59. b66493e Merge "Update asan/scripts/symbolize.py." by Stephen Hines · 9 years ago
  60. b3fece3 Update asan/scripts/symbolize.py. by Evgenii Stepanov · 9 years ago
  61. 07c56cb Build ASan runtime DSO with -z global. by Evgenii Stepanov · 9 years ago
  62. 92f9e2f Build ubsan libraries for the host. by Dan Albert · 10 years ago
  63. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  64. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  65. 80610d6 Do not define CRT_HAS_128BIT for MIPS64 by Petar Jovanovic · 10 years ago
  66. e670fbf [MIPS64] Make __clear_cache more optimal by Petar Jovanovic · 9 years ago
  67. ca8da89 Clean up manual bionic includes from makefiles. by Dan Albert · 9 years ago
  68. d66dda0 Fix host ASan build. by Evgeniy Stepanov · 10 years ago
  69. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  70. 45badb4 Merge "Fix asanwrapper for the new library name." by Dan Albert · 10 years ago
  71. 303c8fb The libc++ gtest library is being renamed. by Dan Albert · 10 years ago
  72. 2291571 Fix asanwrapper for the new library name. by Dan Albert · 10 years ago
  73. 7e862da Clean up a test module. by Dan Albert · 10 years ago
  74. 82ca34b Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by The Android Open Source Project · 10 years ago
  75. eee80f9 Set up module-specific stem. by Ying Wang · 10 years ago
  76. dc6880c am 5056f420: Merge "Set multilib := true for host ASAN modules." by Dan Albert · 10 years ago
  77. 801cc5c am 2e3e2cc6: Merge "Disable ASAN in more targets." by Dan Albert · 10 years ago
  78. 5056f42 Merge "Set multilib := true for host ASAN modules." by Dan Albert · 10 years ago
  79. a7f893a Disable ASAN in more targets. by Dan Albert · 10 years ago
  80. f50197a Set multilib := true for host ASAN modules. by Dan Albert · 10 years ago
  81. d1159de am 345db5ea: Merge "[sanitizer] Fix build with _FILE_OFFSET_BITS=64." by Dan Albert · 10 years ago
  82. 42a89c6 am eed80817: Merge "This library needs to use compiler-rt." by Dan Albert · 10 years ago
  83. ba10f47 am dd7b7491: Merge "Fix compiler-rt build on FreeBSD 10.1" by Dan Albert · 10 years ago
  84. 87f6e09 am e6767d43: Merge "Explicitly disable using ASAN within compiler-rt." by Dan Albert · 10 years ago
  85. 345db5e Merge "[sanitizer] Fix build with _FILE_OFFSET_BITS=64." by Dan Albert · 10 years ago
  86. eed8081 Merge "This library needs to use compiler-rt." by Dan Albert · 10 years ago
  87. dd7b749 Merge "Fix compiler-rt build on FreeBSD 10.1" by Dan Albert · 10 years ago
  88. e6767d4 Merge "Explicitly disable using ASAN within compiler-rt." by Dan Albert · 10 years ago
  89. be07b54 Merge commit '119e74a36878a9dde757fe30bea09055e40ebefc' into HEAD by Bill Yi · 10 years ago
  90. 6fafcc0 [sanitizer] Fix build with _FILE_OFFSET_BITS=64. by Evgeniy Stepanov · 10 years ago
  91. fd6618a Fix compiler-rt build on FreeBSD 10.1 by Ed Maste · 10 years ago
  92. 370d6f0 Merge "Don't set ASAN_OPTIONS in asanwrapper." by Stephen Hines · 10 years ago
  93. a442448 This library needs to use compiler-rt. by Dan Albert · 10 years ago
  94. d92fd09 Explicitly disable using ASAN within compiler-rt. by Dan Albert · 10 years ago
  95. 119e74a am 0ebc3eed: Merge "Don\'t build host ASAN for Darwin." by Dan Albert · 10 years ago
  96. 329755b Don't build host ASAN for Darwin. by Dan Albert · 10 years ago
  97. 4d5a745 Don't set ASAN_OPTIONS in asanwrapper. by Evgeniy Stepanov · 10 years ago
  98. 3f7f54e am d8d0cc03: Merge "Build ASAN for the host as well." by Dan Albert · 10 years ago
  99. 93f64d9 Build ASAN for the host as well. by Dan Albert · 10 years ago
  100. 4602bda am d662ba03: Merge "Fix checks for Android." by Dan Albert · 10 years ago