aboutsummaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2019-07-25Remove most modules from compiler-rt.Dan Albert
2018-01-03Ignore new compiler warningsYi Kong
2017-09-29Use -Werror in external/compiler-rtChih-Hung Hsieh
2017-09-28Remove default librariesDan Willemsen
2017-09-10Remove clang: trueLennart Wieboldt
2016-10-25Update aosp/master compiler-rt for rebase to r275480Pirama Arumuga Nainar
2016-09-08Use exported gtest headers.Dan Albert
2016-07-08Switch compiler_rt libraries to be built with NDK API 19/21.Stephen Hines
2016-05-26Remove deprecated Android.mk filesColin Cross
2016-05-19Convert the rest of compiler-rt to Android.bpColin Cross
2016-05-17Merge aosp/dev cherry-picks (for MIPS ASan) into aosp/master.Stephen Hines
2016-05-04Build sanitizer librariesColin Cross
2016-04-26Revert "Build sanitizer libraries"Colin Cross
2016-04-21Build sanitizer librariesColin Cross
2016-03-17Update aosp/master compiler-rt for rebase to r256229Pirama Arumuga Nainar
2015-08-14Don't build the sanitizer tests for SANITIZE_HOST.Dan Albert
2015-08-13Update aosp/master compiler-rt for rebase to r239765Pirama Arumuga Nainar
2015-06-16Use new sanitizer option.Dan Albert
2015-05-13Update aosp/master compiler-rt for rebase to r235153Pirama Arumuga Nainar
2015-04-14Build ubsan libraries for the host.Dan Albert
2015-04-08Update aosp/master compiler-rt for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master compiler-rt for rebase to r230699.Stephen Hines
2014-11-26Update aosp/master compiler-rt for rebase to r222486.Stephen Hines
2014-10-21[sanitizer] Fix build with _FILE_OFFSET_BITS=64.Evgeniy Stepanov
2014-10-21Fix compiler-rt build on FreeBSD 10.1Ed Maste
2014-10-20Fix checks for Android.Dan Albert
2014-10-17[asan] Delay system log initialization on Android.Evgeniy Stepanov
2014-07-21Update compiler-rt for rebase to r212749.Stephen Hines
2014-06-16Swap getdtablesize() for sysconf(_SC_OPEN_MAX).Dan Albert
2014-06-13Exclude Android from the tests for valloc/pvalloc.Dan Albert
2014-06-04Remove's uses of sys/timeb.h for Android.Dan Albert
2014-06-04Revert "Bionic is getting rid of sys/timeb.h"Stephen Hines
2014-06-04Bionic is getting rid of sys/timeb.hDan Albert
2014-05-28Update compiler-rt aosp/master for 3.5 (r209699) rebase.Stephen Hines
2014-02-11[sanitizer] Disable 3 more syscall hooks on Android.Evgeniy Stepanov
2014-02-11[sanitizer] struct ustat and a bunch of other definitions are missing on Andr...Evgeniy Stepanov
2013-12-16Remove a duplicate declaration which broke the compiler-rt buildSylvestre Ledru
2013-12-16Merging r-196802:Bill Wendling
2013-12-15Merging r196779:Bill Wendling
2013-12-11Readd the prototype.Bill Wendling
2013-12-11Merging r196802:Bill Wendling
2013-12-11Merging r196809:Bill Wendling
2013-11-22Merging r195442:Evgeniy Stepanov
2013-11-22Merging r195436:Evgeniy Stepanov
2013-11-22Merging r195434:Evgeniy Stepanov
2013-11-22Merging r195433:Evgeniy Stepanov
2013-11-22Merging r195427:Evgeniy Stepanov
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany
2013-11-15Remove #include of net/ip_mroute.h for SANITIZER_MAC.Bob Wilson
2013-11-15tsan: add support for robust mutexesDmitry Vyukov