aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2017-12-13[hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov6-93/+136
2017-12-12[libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany5-13/+9
2017-12-12[msan] LIT: Add lld testing configRoman Lebedev2-6/+26
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek6-15/+13
2017-12-11[sanitizer] Revert rL320409Kostya Kortchinsky12-59/+6
2017-12-11[sanitizer] Introduce a vDSO aware time function, and use it in the allocator...Kostya Kortchinsky12-6/+59
2017-12-10Update another sanitizer test for C++14.Ahmed Bougacha1-1/+1
2017-12-09[libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany2-2/+13
2017-12-09Update sanitizer tests for C++14 default in ClangTim Northover2-4/+4
2017-12-09[libFuzzer] make the stack depth signal less agressive, otherwise we are some...Kostya Serebryany1-1/+1
2017-12-09Revert change in test/msan/textdomain.cc for NetBSDKamil Rytarowski1-1/+1
2017-12-09Correct handling of the TLS/NetBSD block of the main programKamil Rytarowski1-3/+47
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov28-1/+2453
2017-12-09Fix test/msan/iconv.cc on NetBSDKamil Rytarowski1-2/+2
2017-12-09Fix test/msan/textdomain.cc on NetBSDKamil Rytarowski1-1/+1
2017-12-09Disable test/msan/tsearch.cc on NetBSDKamil Rytarowski1-0/+3
2017-12-09Disable test/msan/pvalloc.cc on NetBSDKamil Rytarowski1-1/+1
2017-12-09Fix test/msan/ifaddrs.cc for NetBSDKamil Rytarowski1-1/+1
2017-12-09Disable test/msan/ftime.cc on NetBSDKamil Rytarowski1-2/+2
2017-12-09NetBSD ships with POSIX strerror_r(3)Kamil Rytarowski1-1/+1
2017-12-09Add NetBSD/x86_64 mapping in MSanKamil Rytarowski2-2/+3
2017-12-08[libFuzzer] Add support for Fuchsia OS.Matt Morehouse6-2/+279
2017-12-08[libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany3-8/+18
2017-12-08Update test case for r320180Xinliang David Li1-2/+2
2017-12-08[scudo] Minor code generation improvementKostya Kortchinsky2-11/+9
2017-12-08[ubsan] Test for pass_object_size bounds checksVedant Kumar1-0/+16
2017-12-07[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer2-7/+14
2017-12-07Test case update for D40873Xinliang David Li1-2/+2
2017-12-07[sanitizer] Simplify android_run.py.Evgeniy Stepanov1-1/+1
2017-12-06[libFuzzer] Decrease stack usage in unit testsKostya Serebryany1-26/+26
2017-12-06Update other SizeEnums to be of type uptr as wellVlad Tsyrklevich2-2/+2
2017-12-06Revert SVN r, 319967Kamil Rytarowski1-63/+3
2017-12-06Fix broken windows sanitizer buildbotVlad Tsyrklevich1-1/+1
2017-12-06[libFuzzer] fix a minor regression in printingKostya Serebryany1-1/+1
2017-12-06Correct atexit(3) support in MSan/NetBSDKamil Rytarowski1-3/+63
2017-12-06Handle NetBSD symbol renaming in msan_interceptors.ccKamil Rytarowski3-17/+25
2017-12-06[compiler-rt] Set up .arcconfig to point to new Diffusion CRT repositoryBen Hamilton1-1/+1
2017-12-06[TSan] Make more TSan interceptors symbolizer-aware.Alex Shlyapnikov1-9/+25
2017-12-06[Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski8-45/+46
2017-12-06[scudo] Correct performance regression in SecondaryKostya Kortchinsky1-8/+10
2017-12-06[compiler-rt][xray][cmake] Fix a build issue caused by set/item mixupSimon Dardis1-1/+1
2017-12-06Fix typo fcvr -> fcvt and attempt to unbreak MSan/!NetBSDKamil Rytarowski1-1/+1
2017-12-06Fix typo gcvr -> gcvt and attempt to unbreak MSan/!NetBSDKamil Rytarowski1-1/+1
2017-12-06Support pthread_key_create symbol alias in MSan/NetBSDKamil Rytarowski1-0/+10
2017-12-06Disable absent functions in MSan/NetBSD interceptorsKamil Rytarowski1-7/+43
2017-12-05[msan] Fix formattingVitaly Buka1-1/+1
2017-12-05[msan] add strtouq msan interceptorVitaly Buka2-0/+3
2017-12-05Revert test case change for r319794Xinliang David Li1-2/+2
2017-12-05[PGO] fix test case for D40702Xinliang David Li1-2/+2
2017-12-05[libFuzzer] Make redirects happen in proper sequence.Matt Morehouse2-3/+3