summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common
AgeCommit message (Expand)Author
2016-08-04fix whitespaces from https://reviews.llvm.org/D23170Etienne Bergeron
2016-08-04[compiler-rt] Fix memory allocator for dynamic address spaceEtienne Bergeron
2016-08-03[ASan] Report illegal instruction exceptions in ASanReid Kleckner
2016-08-03[sanitizer] remove one redundant loop from the allocatorKostya Serebryany
2016-08-03Reduce coverage PC buffer size on 32-bit Windows to match 32-bit LinuxReid Kleckner
2016-08-03[sanitizer] refactor TransferBatch to hide the implementation. NFC expected. ...Kostya Serebryany
2016-07-31XFAIL one sanitizer symbolizer test for FreeBSDDimitry Andric
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-26[asan] Remove zero FSR check on ARM.Evgeniy Stepanov
2016-07-26[asan] Hardcode page size 4096 on Android.Evgeniy Stepanov
2016-07-26[sanitizer] Try to fix LargeMmapAllocator test on WindowsReid Kleckner
2016-07-24Revert r276539 "Silence -Wpointer-bool-conversion warning after r276324"Bruno Cardoso Lopes
2016-07-24Silence -Wpointer-bool-conversion warning after r276324Bruno Cardoso Lopes
2016-07-22[sanitizer] revert r276383 while investigating failures on botKostya Serebryany
2016-07-22Try to fix more Windows portability issues in sanitizer testsReid Kleckner
2016-07-22[sanitizer] refactor TransferBatch to hide the implementation. NFCKostya Serebryany
2016-07-22[sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by defa...Kostya Serebryany
2016-07-21[sanitizer] trying to fix Mac botsKostya Serebryany
2016-07-21[sanitizer] better allocator stats (with rss)Kostya Serebryany
2016-07-21[compiler-rt] Fix interception of memcpy/memmove on win64Etienne Bergeron
2016-07-21[sanitizer] allocator: remove kPopulateSize and only use SizeClassMap::MaxCac...Kostya Serebryany
2016-07-21Fix clang-cl warning and crash in sanitizersReid Kleckner
2016-07-21[compiler-rt] Fix broken SymInitialize unittestEtienne Bergeron
2016-07-20[sanitizers] split sanitizer_allocator.h into a number of smaller .h files; NFCKostya Serebryany
2016-07-20tsan: fix windows buildDmitry Vyukov
2016-07-20tsan: fix windows buildDmitry Vyukov
2016-07-19fix compiler warnings [NFC]Etienne Bergeron
2016-07-18revert https://reviews.llvm.org/D22393Etienne Bergeron
2016-07-18[asan] Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-07-15[asan] trying to fix the windows build Kostya Serebryany
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron
2016-07-14[asan] Avoid hooking memchr() on Windows64Etienne Bergeron
2016-07-14[compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron
2016-07-14[compiler-rt] Fix missing frame with stackwalking on windows 64-bitsEtienne Bergeron
2016-07-12[sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-07-07[compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron
2016-07-07[compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron
2016-07-07[compiler-rt] Fix AllocatorCacheDeallocNewThread unittestEtienne Bergeron
2016-07-06[esan|wset] Ensure SIGSEGV is not blockedDerek Bruening
2016-07-06[sanitizer] Handle null in internal_sigaction_syscallDerek Bruening
2016-07-06[asan Win64] Implement atomic_compare_exchange_strong for 8 bitEtienne Bergeron
2016-06-30[compiler-rt] Re-active unittest previously broken on windows.Etienne Bergeron
2016-06-30[compiler-rt] Fix TLS resource leaking in unittestEtienne Bergeron
2016-06-30[compiler-rt] Fix broken (flaky) unittests based on FlagParser.Etienne Bergeron
2016-06-30[compiler-rt] Reset global variables in ThreadRegistryThreadedTestEtienne Bergeron
2016-06-29[compiler-rt] Fix Sanitizer-common Unittests on win64Etienne Bergeron
2016-06-29[compiler-rt] Fix passing debug information to unittest.Etienne Bergeron