aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2019-06-07Merging r353905:Tom Stellard1-2/+3
2019-05-29Merging r359606:Tom Stellard1-0/+7
2019-05-23Merging r360825:Tom Stellard1-2/+2
2019-05-15Merging r360212:Tom Stellard1-0/+2
2019-02-20Merging r354402:Hans Wennborg1-1/+1
2019-02-06Merging r353224:Hans Wennborg4-16/+3
2019-01-29Merging r352381:Hans Wennborg1-4/+0
2019-01-25Merging r352234:Hans Wennborg2-1/+3
2019-01-16[TSan] Use switches when dealing with enumsJulian Lettner3-86/+87
2019-01-15compiler-rt/test: Bring back -pie on Android.Peter Collingbourne1-1/+1
2019-01-15[libFuzzer] Remove unstable edge handlingJonathan Metzman11-294/+9
2019-01-15compiler-rt/test: Add a couple of convenience features for Android.Peter Collingbourne4-1/+18
2019-01-15[profile] Sync up InstrProfData.inc with llvm copy /NFCRong Xu1-10/+10
2019-01-15compiler-rt/test: Clean up Android specific workarounds in lit.common.cfg.Peter Collingbourne1-3/+4
2019-01-15Update year in license filesHans Wennborg1-1/+1
2019-01-15Revert little bad rebasing.David Carlier1-1/+0
2019-01-15[Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier8-5/+92
2019-01-15[compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on an...Roman Lebedev1-5/+0
2019-01-15[compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column numberRoman Lebedev1-1/+1
2019-01-15[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev20-0/+449
2019-01-15Explicitly set C++ standard for `Posix/no-fd.cc` ASan test.Dan Liew1-1/+1
2019-01-15Revert alignment assumptions changesVlad Tsyrklevich20-369/+0
2019-01-15Silence failing testsVlad Tsyrklevich2-2/+2
2019-01-15[libFuzzer][MSVC] Use alternatename for ext functionsJonathan Metzman3-57/+84
2019-01-14[compiler-rt] UBSan: just completely disable two alignment-assumption tests f...Roman Lebedev2-8/+4
2019-01-14[compiler-rt] UBSan: Disable 3 of the new alignment assumption tests on android.Roman Lebedev3-5/+10
2019-01-14[compiler-rt] Add option to disable libc++ buildShoaib Meenai1-9/+13
2019-01-14[compiler-rt] Update ubsan_interface.inc with alignment assumption handlersRoman Lebedev1-0/+2
2019-01-14[test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny9-12/+20
2019-01-14[compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev19-0/+366
2019-01-14[asan] Add fallback for Thumb after r350139Diana Picus3-2/+13
2019-01-12[sanitizer] Move android's GetPageSize to a header (NFC)Evgeniy Stepanov2-4/+13
2019-01-11sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne2-12/+15
2019-01-11[CMake] Fix standalone build after LLVM exports utility targetsStefan Granitz1-2/+0
2019-01-11[Sanitizer] Disable getusershell interception for AndroidDavid Carlier2-2/+2
2019-01-11Provide storage for `true_type::value` and `false_type::value`.Dan Liew2-0/+22
2019-01-11XFAIL getusershell.cc on Android.Matt Morehouse1-0/+2
2019-01-11[Sanitizer] Intercept getusershellDavid Carlier3-0/+38
2019-01-10[TSan] Remove ignore_interceptors_accesses flagJulian Lettner5-91/+35
2019-01-10[sanitizer_common] Define __sanitizer_FILE on NetBSDMichal Gorny4-12/+65
2019-01-10[sanitizer_common] Remove support for tirpc/rpc/xdr.hMichal Gorny4-11/+2
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan4-0/+305
2019-01-10[compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan4-0/+865
2019-01-10[asan] Mark tests as UNSUPPORTED on armDiana Picus2-2/+2
2019-01-10i[Sanitizer] Enable pututxline interceptionDavid Carlier1-1/+13
2019-01-09[libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman6-25/+127
2019-01-09[asan] Disable TSD dtor leak unit tests on FreeBSD x86 64David Carlier1-0/+2
2019-01-09[test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny3-0/+25
2019-01-09hwasan: Ignore loads and stores of size 0.Peter Collingbourne2-1/+12
2019-01-08[Sanitizer] Intercept fdevname on FreeBSDDavid Carlier3-0/+80