summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
...
* [compiler-rt] [test] Disable ASLR on LSAN+ASAN tests on NetBSDMichał Górny2019-12-181-0/+2
* [compiler-rt] [test] Disable ASLR for fuzzer tests on NetBSDMichał Górny2019-12-181-0/+3
* [compiler-rt] Sync NetBSD ioctl definitions with 9.99.26Kamil Rytarowski2019-12-184-6/+47
* [lit] Remove lit's REQUIRES-ANY directiveThomas Preud'homme2019-12-1710-10/+10
* [sanitizer] Construct InternalMmapVector without memory allocation.Igor Kudrin2019-12-172-2/+2
* Change `asan/TestCases/Darwin/malloc_zone-protected.cpp` to call abort so tha...Dan Liew2019-12-161-1/+1
* [TSan][Darwin] Avoid calling pthread_self() before libpthread is initializedJulian Lettner2019-12-161-1/+6
* [ubsan] Enable testing of .m filesVedant Kumar2019-12-131-1/+1
* [LSAN] Increase stack space for guard-page.c testAlex Richardson2019-12-131-2/+2
* [NFC] Guard scudo_standalone's optional dependency on GWP-ASan behind flags.Mitch Phillips2019-12-131-1/+3
* [GWP-ASan] [Scudo] ifdef entire GWP-ASan tests.Mitch Phillips2019-12-131-4/+2
* [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.Mitch Phillips2019-12-139-1/+127
* [iOS sim] Simplify iossim_run.py scriptJulian Lettner2019-12-121-3/+2
* [sanitizers] Redirect stdout and stderr to TASK_LOGEric Christopher2019-12-121-1/+1
* [compiler-rt] libFuzzer: update -merge_control_file= help message.Max Moroz2019-12-121-1/+2
* [fuzzer] Add basic support for emscripten.Jonathan Metzman2019-12-126-7/+29
* Revert unintentional change to compiler-rt as part of the __bit_reference rev...Eric Christopher2019-12-121-1/+1
* [compiler-rt] Add a critical section when flushing gcov countersCalixte Denizet2019-12-121-1/+24
* Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"Eric Christopher2019-12-121-1/+1
* [TSan] Pacify flaky test on DarwinJulian Lettner2019-12-111-7/+18
* [profile] Avoid allocating a page on the stack, NFCVedant Kumar2019-12-114-14/+33
* [profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFCVedant Kumar2019-12-111-0/+1
* [profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFCVedant Kumar2019-12-111-0/+2
* [SanitizerCommon] Reduce wasting memory in LowLevelAllocator.Igor Kudrin2019-12-112-1/+12
* scudo: Tweak how we align UserPtr. NFCI.Peter Collingbourne2019-12-101-5/+6
* scudo: Move getChunkFromBlock() allocated check into caller. NFCI.Peter Collingbourne2019-12-101-17/+9
* [profile] Add explanatory comments to instrprof-darwin-exports.c, NFCVedant Kumar2019-12-101-3/+11
* [scudo][standalone] Define hasHardwareCRC32 for other archsKostya Kortchinsky2019-12-101-1/+3
* Revert "[compiler-rt] Add a critical section when flushing gcov counters"Akira Hatanaka2019-12-091-24/+1
* Remove unused Unit test directory for xray.Eric Christopher2019-12-092-43/+0
* [hwasan] Offline symbolization script.Evgenii Stepanov2019-12-093-0/+286
* scudo: Add a basic malloc/free benchmark.Peter Collingbourne2019-12-095-0/+126
* [GWP-ASan] 32-bit test pointers, allow multi-init for test.Mitch Phillips2019-12-092-13/+15
* [compiler-rt] Add a critical section when flushing gcov countersCalixte Denizet2019-12-091-1/+24
* [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSDMichał Górny2019-12-066-0/+21
* scudo: Fix one of the C wrapper tests on Android.Peter Collingbourne2019-12-051-2/+11
* scudo: Fix the build of wrappers_c_test.cpp on Android.Peter Collingbourne2019-12-051-0/+2
* [compiler-rt] FuzzedDataProvider: do not call memcpy on empty vector.Max Moroz2019-12-041-0/+6
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-041-40/+9
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-041-9/+40
* [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ONAlex Lorenz2019-12-034-0/+7
* Rename `tsan/race_range_pc.cc` to `test/tsan/race_range_pc.cpp`.Dan Liew2019-12-031-0/+0
* [scudo][standalone] Add chunk ownership functionKostya Kortchinsky2019-12-033-7/+27
* Revert "Revert 1689ad27af5 "[builtins] Implement rounding mode support for i3...Yi Kong2019-11-274-2/+50
* [clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decrement (P...Roman Lebedev2019-11-273-0/+364
* scudo: Limit the number of bytes tested in a realloc test.Peter Collingbourne2019-11-271-1/+1
* scudo: Replace a couple of macros with their expansions.Peter Collingbourne2019-11-2716-67/+64
* scudo: Call setCurrentTSD(nullptr) when bringing down the TSD registry in tests.Peter Collingbourne2019-11-271-0/+1
* Make memory dump same as the one in asan.Martin Liska2019-11-271-1/+2
* [scudo][standalone] Make tests work on FuchsiaKostya Kortchinsky2019-11-2725-90/+157
OpenPOWER on IntegriCloud