summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-122-6/+6
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-114-43/+36
* Revert r369472 and r369441Vitaly Buka2019-08-211-40/+0
* [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMASebastian Pop2019-08-201-0/+40
* [sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/Sani...Rainer Orth2019-08-021-0/+5
* compiler-rt: Try to appease lint script.Nico Weber2019-07-312-9/+7
* compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cppNico Weber2019-07-3135-68/+71
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-312-2/+2
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-0/+2
* [sanitizer][NFC] Remove unneeded SizeClassAllocatorLocalCacheVitaly Buka2019-05-011-21/+16
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-012-9/+8
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-012-24/+10
* Added test.Mitch Phillips2019-04-301-0/+16
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-271-8/+3
* Implement __sanitizer::conditional<B, T, F>Vitaly Buka2019-04-261-0/+5
* [NFC] Remove ::kForTest from AP64, it does not use it.Vitaly Buka2019-04-261-7/+7
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-10/+11
* Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"Vitaly Buka2019-04-261-11/+10
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-10/+11
* [NFC][Sanitizer] Replace last uses of old Unwind APIJulian Lettner2019-03-011-25/+22
* Revert "Revert "[sanitizers] Restore internal_readlink for x32""H.J. Lu2019-02-281-0/+8
* [NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStackJulian Lettner2019-02-221-2/+2
* Revert "[sanitizers] Restore internal_readlink for x32"Matt Morehouse2019-02-211-5/+0
* [sanitizers] Restore internal_readlink for x32H.J. Lu2019-02-201-0/+5
* [sanitizers] add a regression test for the bug fixed in r354366Kostya Serebryany2019-02-191-0/+6
* Fix invalid code that Clang trunk will soon diagnose.Richard Smith2019-02-151-1/+1
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-6/+7
* [compiler-rt] Fix reporting unrecognized flags in unit tests.Igor Kudrin2019-01-291-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1935-140/+105
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew2018-12-211-7/+39
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-8/+23
* Implement a small subset of the C++ `type_traits` header inside sanitizer_com...Dan Liew2018-12-132-0/+29
* [SanitizerCommon] Test `CombinedAllocator::ForEachChunk()` in unit tests.Dan Liew2018-12-041-0/+16
* Fix filtering of sanitizer_common unittest architectures on Darwin.Kuba Mracek2018-11-271-1/+1
* [asan] Remove stale -fno-exceptions flag in sanitizer_common as wellReid Kleckner2018-10-311-5/+0
* [sanitizer] Disable failing Android test after D52371Kostya Kortchinsky2018-09-271-4/+5
* [sanitizer] Introduce a new SizeClassMap with minimal amount of cached entriesKostya Kortchinsky2018-09-271-0/+17
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-0/+22
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-241-22/+0
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-241-0/+22
* [sanitizer] reapply r340884 'Add a RingBuffer class to sanitizer_common', wit...Kostya Serebryany2018-08-292-0/+78
* Revert r340884 "Add a RingBuffer class to sanitizer_common"Hans Wennborg2018-08-292-85/+0
* [sanitizer] fix a testKostya Serebryany2018-08-281-19/+20
* Add a RingBuffer class to sanitizer_commonKostya Serebryany2018-08-282-0/+84
* [Sanitizer] implementing remaining function under OSXDavid Carlier2018-08-241-1/+2
* [CMake] Rename `SANITIZER_HEADERS` to `SANITIZER_IMPL_HEADERS` under `lib/san...Dan Liew2018-07-121-1/+1
* [sanitizer] Guard call to internal_lseek when SANITIZER_MAC is trueFrancis Visoiu Mistrih2018-06-181-1/+1
* [sanitizer_common] Fix windows build caused by r334881Fangrui Song2018-06-161-1/+3
* [sanitizer_common] Use O_TRUNC for WrOnly access mode.Fangrui Song2018-06-161-0/+6
* [sanitizer] Don't use internal_unlink on WindowsVitaly Buka2018-06-071-8/+12