1. 06c80eb Add builtins and minimal runtime as dependencies instead of flags by Colin Cross · 4 years, 3 months ago
  2. 234b01d Use -fno-sanitize-link-runtime for bionic sanitizers by Colin Cross · 4 years, 3 months ago
  3. fd337b3 Revert "Reland "Enable hwasan use after scope detection."" by Florian Mayer · 4 years, 3 months ago
  4. 0edaddf Reland "Enable hwasan use after scope detection." by Florian Mayer · 4 years, 5 months ago
  5. 4f41536 Revert "Disable ubsan diagnostics under HWASan." by Evgenii Stepanov · 4 years, 4 months ago
  6. 7448392 [cc/sanitize] Re-enable new pass manager for fuzzer targets by Pirama Arumuga Nainar · 4 years, 5 months ago
  7. 94e8a65 Merge changes I26198187,Ia904d07b by Ivan Lozano · 4 years, 6 months ago
  8. 62cd038 rust: Support MTE memtag_heap sanitizer by Ivan Lozano · 4 years, 6 months ago
  9. 286abc6 Pass HWASan workarounds cflags to linker as well by Yi Kong · 4 years, 6 months ago
  10. 5482d6a rust: Support global sanitizers by Ivan Lozano · 4 years, 6 months ago
  11. 582fc2d [cc] Switch to -fsanitize-ignorelist by Pirama Arumuga Nainar · 4 years, 8 months ago
  12. 7c02c08 Use new pass manager for HWASan builds. by Florian Mayer · 4 years, 8 months ago
  13. 9c99354 Allow PRODUCT_CFI_INCLUDE_PATHS to work with blueprints also by Elvis Chien · 4 years, 10 months ago
  14. 528d67e Reland "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 4 years, 9 months ago
  15. 5d6904e Revert "Split the x86 host toolchain into glibc and musl variants" by Colin Cross · 4 years, 9 months ago
  16. 4fb4ef2 Split the x86 host toolchain into glibc and musl variants by Colin Cross · 4 years, 10 months ago
  17. b8d6987 Merge "Remove Fuchsia support from Soong" by Colin Cross · 4 years, 9 months ago
  18. cb0ac95 Remove Fuchsia support from Soong by Colin Cross · 4 years, 9 months ago
  19. 48f3778 Separate snapshot definition by Kiyoung Kim · 4 years, 10 months ago
  20. 75db931 Iterate over sanitizers by Liz Kammer · 4 years, 10 months ago
  21. 7b920b4 Update memtag code behavior to match comment. by Liz Kammer · 4 years, 10 months ago
  22. 75b9b40 Add comments to sanitizer properties. by Liz Kammer · 4 years, 10 months ago
  23. 187d544 Remove IsDependencyRoot from interface by Liz Kammer · 4 years, 10 months ago
  24. b2fc470 Delete local boolPtr function by Liz Kammer · 4 years, 10 months ago
  25. 3b606c8 Delete unused functions by Liz Kammer · 4 years, 10 months ago
  26. b15a564 Disable ubsan diagnostics under HWASan. by Evgenii Stepanov · 4 years, 10 months ago
  27. d67a6b0 Export cc vendor functions for usage by rust. by Ivan Lozano · 5 years ago
  28. 48a2d11 Merge "Don't propagate ASAN through shared library dependencies" by Colin Cross · 5 years ago
  29. af98f58 Don't propagate ASAN through shared library dependencies by Colin Cross · 5 years ago
  30. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 5 years ago
  31. eed4716 Merge changes I46e851c8,I2c9eb248 by Tri Vo · 5 years ago
  32. 6eafc36 Export CC HWASan sanitizer type by Tri Vo · 5 years ago
  33. 253f521 Redirect memtag libraries to snapshot by Inseob Kim · 5 years ago
  34. 32f1de3 Append ".static" to ubsan runtime for static binaries by Colin Cross · 5 years ago
  35. 34d300b Merge "Enable cfi for 32bit arch" by Cindy Zhou · 5 years ago
  36. e0c1467 Enable cfi for 32bit arch by Cindy Zhou · 5 years ago
  37. e0edaf9 Remove some global state from vendor and recovery snapshots by Colin Cross · 5 years ago
  38. 04896ca Support memtag_heap in SANITIZE_TARGET_DIAG, fix cc_test interation. by Evgenii Stepanov · 5 years ago
  39. 4beaa0c Include/exclude lists for memtag_heap sanitizer. by Evgenii Stepanov · 5 years ago
  40. 193ac2e Support "memtag_heap" sanitizer. by Evgenii Stepanov · 6 years ago
  41. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 5 years ago
  42. db7dda8 Switch to clang-r407598 (12.0.1). by Yabin Cui · 5 years ago
  43. 18417cb Skip apex dep check when sanitizer diag is enabled by Cindy Zhou · 5 years ago
  44. 127bb8b Don't rewrite LLNDK dependencies with .llndk suffix by Colin Cross · 5 years ago
  45. d3fe492 Add arch_variant support for diag by Cindy Zhou · 5 years ago
  46. 8cd45de Add CFI support for assembly heavy libraries by Cindy Zhou · 5 years ago
  47. f729458 Support for recovery snapshot. by Jose Galmes · 5 years ago
  48. 60e0cfb Add vendor-ramdisk image to Soong. by Yifan Hong · 6 years ago
  49. e7257d2 Add version dependencies to sanitizer runtime dependencies by Colin Cross · 6 years ago
  50. b024957 Propagate all sanitizer flags in SDK snapshots. by Martin Stjernholm · 6 years ago
  51. f3bf786 Merge "Add exclude_from_vendor_snapshot property, related logic" am: e1359af34d by Bill Peckham · 6 years ago
  52. e1359af Merge "Add exclude_from_vendor_snapshot property, related logic" by Bill Peckham · 6 years ago
  53. 90d0500 Merge changes I59b7a32a,Ida7bc75a am: 0329f2398c by Colin Cross · 6 years ago
  54. 945441c Add exclude_from_vendor_snapshot property, related logic by Bill Peckham · 6 years ago
  55. 65cb5c6 Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) by Xin Li · 6 years ago
  56. 4250733 Only request image and version variations for device SDK dependencies by Colin Cross · 6 years ago
  57. 84ce8d8 Merge "[cc/sanitize] Deprecate blacklist sub-property of sanitize" by Pirama Arumuga Nainar · 6 years ago
  58. eaebec1 Merge changes from topic "cfi_vendor_snapshot" by Inseob Kim · 6 years ago
  59. 8dc2af8 Merge "Added write only sanitizer for ASAN and HWASAN" by Mitch Phillips · 6 years ago
  60. c42f2f2 Add cfi static libraries to vendor snapshot by Inseob Kim · 6 years ago
  61. 8c69770 Merge changes from topic "soong_sanitize_fix" by Treehugger Robot · 6 years ago
  62. 74d2556 Separate lists of soong sanitize modules by Inseob Kim · 6 years ago
  63. c02c98b [cc/sanitize] Deprecate blacklist sub-property of sanitize by Pirama Arumuga Nainar · 6 years ago
  64. 6e511a9 Add libraryDependencyTag to track dependencies on static and shared libraries by Colin Cross · 6 years ago
  65. bb4511d Added write only sanitizer for ASAN and HWASAN by Jasraj Bedi · 6 years ago
  66. eda8499 Merge "[cc/sanitize] Add Blocklist property" by Pirama Arumuga Nainar · 6 years ago
  67. 6c4ccca [cc/sanitize] Add Blocklist property by Pirama Arumuga Nainar · 6 years ago
  68. eb8d403 Rename CFI blocklist files. by Pirama Arumuga Nainar · 6 years ago
  69. 7df01cc Merge "[HWASan] Disable GlobalISel/FastISel w/ HWASan." into rvc-dev am: 13b85a4792 by Mitch Phillips · 6 years ago
  70. b1c574f [HWASan] Disable GlobalISel/FastISel w/ HWASan. by Mitch Phillips · 6 years ago
  71. f70926e Remove libc_scudo references. by Christopher Ferris · 6 years ago
  72. 8ce8db9 apex: install hwasan lib if depended on libc by Jooyung Han · 6 years ago
  73. b5b2aba Don't tell make about modules in other namespaces by Dan Willemsen · 6 years ago
  74. 7b6af23 Don't tell make about modules in other namespaces by Dan Willemsen · 6 years ago
  75. 96fa3dd Revert "Reenable the new pass manager in hwasan builds." by Evgenii Stepanov · 6 years ago
  76. 259eaab Reenable the new pass manager in hwasan builds. by Evgenii Stepanov · 6 years ago
  77. cc868de Merge "Remove unused mips workarounds." by Elliott Hughes · 6 years ago
  78. 9d790c7 Disable CFI only on incompatible variants. by Ivan Lozano · 6 years ago
  79. 438d379 Merge "Disable CFI only on incompatible variants." by Ivan Lozano · 6 years ago
  80. fadd635 Fix UBSanitized host binaries missing runtime. by Ivan Lozano · 6 years ago
  81. f3b190f Fix UBSanitized host binaries missing runtime. by Ivan Lozano · 6 years ago
  82. 4774a81 Disable CFI only on incompatible variants. by Ivan Lozano · 6 years ago
  83. da3a071 Remove unused mips workarounds. by Elliott Hughes · 6 years ago
  84. dc7319d Convert cc to AndroidMkEntries by Colin Cross · 6 years ago
  85. d80cbca Convert cc to AndroidMkEntries by Colin Cross · 6 years ago
  86. 9ac32c7 Allow Linux hosts to use ubsan runtime sanitizers. by Ivan Lozano · 6 years ago
  87. eec88e1 Add vendor snapshot modules by Inseob Kim · 6 years ago
  88. 8471cda Implement vendor snapshot by Inseob Kim · 6 years ago
  89. 1b3348d Add ramdisk image. by Yifan Hong · 6 years ago
  90. 734b4cb Add $ORIGIN to fuzzer-coverage sanitized .so's. by Mitch Phillips · 6 years ago
  91. e643cd2 Merge "Add -instcombine-lower-dbg-declare to hwasan flags." by Treehugger Robot · 6 years ago
  92. 64bee4d Add -instcombine-lower-dbg-declare to hwasan flags. by Evgenii Stepanov · 6 years ago
  93. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 6 years ago
  94. 4af21ed Split local and global cflags by Colin Cross · 6 years ago
  95. 0302a84 Soong generates vndk-related .libraries.txt files by Jooyung Han · 7 years ago
  96. 52767be Add support for Rust C libraries. by Ivan Lozano · 7 years ago
  97. 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 7 years ago
  98. b49fe1b Stop linking libdl.a into static bins by Ryan Prichard · 7 years ago
  99. ad4a597 Merge "Add method to determine variations from a Target" by Colin Cross · 7 years ago
  100. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 7 years ago