1. e264f22 Merge changes Ia77090da,I95a57f76 by Colin Cross · 6 years ago
  2. c4be081 Merge "Remove experimental pass manager for fuzzer builds." by Treehugger Robot · 6 years ago
  3. 0b90833 Optimize sanitizerRuntimeDepsMutator by Colin Cross · 6 years ago
  4. 7438475 Remove experimental pass manager for fuzzer builds. by Mitch Phillips · 6 years ago
  5. 1c69e83 Disable new LLVM pass manager for HWASan. by Evgenii Stepanov · 6 years ago
  6. bfeade6 Fix fuzzer builds [#2]. by Mitch Phillips · 6 years ago
  7. d7e66d9 Merge "Remove libc_scudo library when building asan." by Christopher Ferris · 6 years ago
  8. 753d4a6 Remove libc_scudo library when building asan. by Christopher Ferris · 6 years ago
  9. 9516ee9 Attach global variables to Context by Inseob Kim · 6 years ago
  10. e726ba5 Pass -fsanitize-hwaddress-abi=platform when building with hwasan. by Peter Collingbourne · 6 years ago
  11. 967511a Pass -hwasan-allow-ifunc when building with hwasan. by Peter Collingbourne · 6 years ago
  12. bd19db0 Remove workarounds for old compiler versions. by Peter Collingbourne · 6 years ago
  13. f97782b Remove prefer_sanitize.* properties by Jiyong Park · 6 years ago
  14. 571cccf Prepare for a type-safe OnceKey by Colin Cross · 6 years ago
  15. d5275c8 Add option to disable Scudo globally [Soong] by Kostya Kortchinsky · 6 years ago
  16. a2aca28 Use bootstrap linker for asan build by Jiyong Park · 6 years ago
  17. 93c3f53 [hwasan] Remove deprecated compiler flag (NFC) by Evgenii Stepanov · 6 years ago
  18. 8222663 Fix: runtime apex is not instrumented with sanitizer by Jiyong Park · 6 years ago
  19. 3b1746a Fix: deps to sanitizer runtime libs are with correct 'image' variant by Jiyong Park · 7 years ago
  20. 388ef3f Create sanitizer variants of APEX only when SANITIZE_TARGET is set by Jiyong Park · 7 years ago
  21. 64a44f2 Make sure that ASAN runtime lib is the first DT_NEEDED one by Jiyong Park · 7 years ago
  22. 6aa2102 Revert "Revert "Fix: sanitizerRuntimeMutator is not run for host"" by Pirama Arumuga Nainar · 7 years ago
  23. c32c6b0 Support building for Fuchsia. by Doug Horn · 7 years ago
  24. 84757ea Revert "Fix: sanitizerRuntimeMutator is not run for host" by Dan Albert · 7 years ago
  25. 1c29b0e Fix: sanitizerRuntimeMutator is not run for host by Jiyong Park · 7 years ago
  26. 379de2f APEXes can be sanitized by Jiyong Park · 7 years ago
  27. 3c5a52a [hwasan] Reduce history size to save memory. by Evgenii Stepanov · 7 years ago
  28. 7929bba Add option to avoid recovering with diagnostics. by Ivan Lozano · 7 years ago
  29. 0a87b66 Disable hwasan frame descriptions. by Evgenii Stepanov · 7 years ago
  30. 3567e62 Switch to clang-r346389. by Chih-Hung Hsieh · 7 years ago
  31. 98f5b06 Add sanitizer runtime library to recovery when needed. by Evgenii Stepanov · 7 years ago
  32. 8c7e6e2 Add an "scs" flag for enabling shadow call stack on targets. by Peter Collingbourne · 7 years ago
  33. 1e79844 Apply HWASan to libc-in-recovery. by Evgenii Stepanov · 7 years ago
  34. abde584 Stop passing the gold plugin path to llvm-ar. by Peter Collingbourne · 7 years ago
  35. 8c3c0f5 Revert "Prevent clang from using the x18 register on arm64." by Yi Kong · 7 years ago
  36. 98d8580 Prevent clang from using the x18 register on arm64. by Peter Collingbourne · 7 years ago
  37. 109029f Define HWADDRESS_SANITIZER_GLOBAL_OPTIONS. by Evgenii Stepanov · 7 years ago
  38. ad73b2e Scudo minimal runtime support for Soong by Kostya Kortchinsky · 7 years ago
  39. ae6ae1d Apply minimal runtime to the rest of ubsan. by Ivan Lozano · 7 years ago
  40. 8536d6b Remove GCC checks by Dan Willemsen · 7 years ago
  41. dbf1d4f (soong) Add -fsanitize= argument to assembly flags. by Evgenii Stepanov · 7 years ago
  42. d97a6e9 Add "hwaddress" sanitizer. by Evgenii Stepanov · 7 years ago
  43. b6682c4 Merge "Do not enable sanitizers on Windows" am: d7e5c05eac by Pirama Arumuga Nainar · 7 years ago
  44. 83d716c Do not enable sanitizers on Windows by Pirama Arumuga Nainar · 7 years ago
  45. e98238b Merge "Use WalkDeps instead of VisitDepsDepthFirst" am: cbafd0fb48 by Colin Cross · 7 years ago
  46. 6b75360 Use WalkDeps instead of VisitDepsDepthFirst by Colin Cross · 7 years ago
  47. 9cba820 Soong support for Scudo am: d18ae5ce98 by Kostya Kortchinsky · 7 years ago
  48. d18ae5c Soong support for Scudo by Kostya Kortchinsky · 7 years ago
  49. 722b64e Don't enable diagnostics for CFI when setting the CFI sanitizer. am: 05b002dea0 by Vishwath Mohan · 7 years ago
  50. 05b002d Don't enable diagnostics for CFI when setting the CFI sanitizer. by Vishwath Mohan · 7 years ago
  51. 4cac067 Disable CFI for vendor variants of all components am: 9ccbba0200 by Vishwath Mohan · 7 years ago
  52. 9ccbba0 Disable CFI for vendor variants of all components by Vishwath Mohan · 7 years ago
  53. 40aaea2 Restrict CFI_INCLUDE_PATHS to Arm64 am: 1c54f66bd5 by Vishwath Mohan · 7 years ago
  54. 1c54f66 Restrict CFI_INCLUDE_PATHS to Arm64 by Vishwath Mohan · 7 years ago
  55. 9b87f81 Disable CFI for vendor variants of VNDK libraries am: 7589c82eec by Vishwath Mohan · 7 years ago
  56. 7589c82 Disable CFI for vendor variants of VNDK libraries by Vishwath Mohan · 7 years ago
  57. 165e01b Merge "Allow abi diffs sanitized variants of vndk libraries on production devices." into pi-dev by Vishwath Mohan · 7 years ago
  58. 1838ef9 Don't export UBSan minimal runtime symbols. by Ivan Lozano · 7 years ago
  59. 59fdea2 Don't export UBSan minimal runtime symbols. by Ivan Lozano · 7 years ago
  60. f267f71 Allow abi diffs sanitized variants of vndk libraries on production devices. by Jayant Chowdhary · 7 years ago
  61. b7e08ca Allow abi diffs sanitized variants of vndk libraries on production devices. by Jayant Chowdhary · 7 years ago
  62. a9255a8 Support integer_overflow static lib diagnostics. by Ivan Lozano · 7 years ago
  63. 3af8ee0 Revert "Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Soong)" by Vishwath Mohan · 7 years ago
  64. be6b6a6 Merge "Fix data race on cfiExportsMap" into pi-dev by TreeHugger Robot · 7 years ago
  65. 289d548 Change PRODUCT_CFI_INCLUDE_PATHS to opt-out (Soong) by Vishwath Mohan · 7 years ago
  66. fe6edc9 Fix data race on cfiExportsMap by Colin Cross · 7 years ago
  67. 1218a19 Fix data race on cfiExportsMap by Colin Cross · 7 years ago
  68. 3ede294 Switch to clang 7.0 by Chih-Hung Hsieh · 8 years ago
  69. 954f430 Add minimal-runtime support for integer overflows. by Ivan Lozano · 7 years ago
  70. 30c5db2 Add minimal-runtime support for integer overflows. by Ivan Lozano · 7 years ago
  71. 51be632 Fix llvm-ar error caused by using lto and sanitizer together by Zhizhou Yang · 7 years ago
  72. 4917049 Fix llvm-ar error caused by using lto and sanitizer together by Zhizhou Yang · 7 years ago
  73. 3ed1f70 Enable emutls with -flto for Android sanitize=cfi by Ryan Prichard · 7 years ago
  74. 7d1eecf Fix static_ndk_lib for sanitized libraries. by Dan Albert · 8 years ago
  75. b7d0f52 Revert "Support enabling overflow sanitization by path." by Ivan Lozano · 8 years ago
  76. 17df3c1 Support enabling overflow sanitization by path. by Ivan Lozano · 8 years ago
  77. 6510f91 Replace ModuleContext.AConfig() with Config() by Colin Cross · 8 years ago
  78. 7276539 Sort cfi static libs to make them consistent by Jeff Gaston · 8 years ago
  79. e712879 Reduce how often both mutated variants are needed. by Vishwath Mohan · 8 years ago
  80. 1fa3ac5 CFI include/exclude path support (Soong) by Vishwath Mohan · 8 years ago
  81. 0007d81 Change bool, and string properties to *bool, and *string for cc by Nan Zhang · 8 years ago
  82. bdb17f0 Remove CFI-related WARs that seem no longer necessary by Pirama Arumuga Nainar · 8 years ago
  83. e21fe42 Don't install both variants for host or non-make builds. by Vishwath Mohan · 8 years ago
  84. b743e9c Revert "Revert "Build system changes for CFI (Soong)"" by Vishwath Mohan · 8 years ago
  85. 33c252c Revert "Build system changes for CFI (Soong)" by Orion Hodson · 8 years ago
  86. da11d74 Revert "Hide mutated variant in non-make builds." by Orion Hodson · 8 years ago
  87. 6147c69 Hide mutated variant in non-make builds. by Vishwath Mohan · 8 years ago
  88. d4b484b Build system changes for CFI (Soong) by Vishwath Mohan · 8 years ago
  89. d11fcda Convert Visit*Deps from blueprint.Module to android.Module by Colin Cross · 8 years ago
  90. 6be405e Support tsan in Android.bp. by Yabin Cui · 8 years ago
  91. af3cc2d Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  92. 7b6118b Revert "Some clarifications in preparation to automatically order linker dependencies" by Jeff Gaston · 8 years ago
  93. 2370af0 Some clarifications in preparation to automatically order linker dependencies by Jeff Gaston · 8 years ago
  94. 27991b7 Add -lm to the default libs for Linux & Darwin by Dan Willemsen · 8 years ago
  95. 06bbd89 Enhance coverage options to include those needed by Honggfuzz for coverage-driven fuzzing by Zach Riggle · 8 years ago
  96. ef88ae2 Make libdl.so be loaded after libc.so by Colin Cross · 8 years ago
  97. 27a4b05 Remove error from AndroidMkData.Extra by Colin Cross · 8 years ago
  98. 9522930 Revert "Fix ASAN mutator." by Vishwath Mohan · 8 years ago
  99. e615345 Revert "Don't apply sanitizer mutators to host modules." by Vishwath Mohan · 8 years ago
  100. bba1927 Don't apply sanitizer mutators to host modules. by Vishwath Mohan · 8 years ago