summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-191-16/+236
* [hwasan] Madvise away unused shadow.Evgeniy Stepanov2019-01-194-1/+100
* [safestack] Add ThreadId type as uint64_tVitaly Buka2019-01-182-4/+11
* [safestack] Remove dependency of SafeStack on sanitizer_commonVitaly Buka2019-01-184-35/+138
* [safestack] Replace statics with unnamed namespaceVitaly Buka2019-01-181-29/+33
* xray: Add missing header to list of installed headers.Peter Collingbourne2019-01-171-0/+1
* [libFuzzer][MSVC] Make attribute-use compatible with MSVCJonathan Metzman2019-01-177-24/+46
* Fix sanitizer tool list used to generate sanitizer_common tests to be up-to-d...Dan Liew2019-01-166-14/+65
* compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on macNico Weber2019-01-162-18/+22
* Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber2019-01-164-13/+25
* [TSan] Use switches when dealing with enumsJulian Lettner2019-01-163-86/+87
* compiler-rt/test: Bring back -pie on Android.Peter Collingbourne2019-01-151-1/+1
* [libFuzzer] Remove unstable edge handlingJonathan Metzman2019-01-1511-294/+9
* compiler-rt/test: Add a couple of convenience features for Android.Peter Collingbourne2019-01-154-1/+18
* [profile] Sync up InstrProfData.inc with llvm copy /NFCRong Xu2019-01-151-10/+10
* compiler-rt/test: Clean up Android specific workarounds in lit.common.cfg.Peter Collingbourne2019-01-151-3/+4
* Update year in license filesHans Wennborg2019-01-151-1/+1
* Revert little bad rebasing.David Carlier2019-01-151-1/+0
* [Sanitizer] Intercept sl_add api on FreeBSD/NetBSDDavid Carlier2019-01-158-5/+92
* [compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on an...Roman Lebedev2019-01-151-5/+0
* [compiler-rt] fuzzer-alignment-assumption.test: fixup the expected column numberRoman Lebedev2019-01-151-1/+1
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1520-0/+449
* Explicitly set C++ standard for `Posix/no-fd.cc` ASan test.Dan Liew2019-01-151-1/+1
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-1520-369/+0
* Silence failing testsVlad Tsyrklevich2019-01-152-2/+2
* [libFuzzer][MSVC] Use alternatename for ext functionsJonathan Metzman2019-01-153-57/+84
* [compiler-rt] UBSan: just completely disable two alignment-assumption tests f...Roman Lebedev2019-01-142-8/+4
* [compiler-rt] UBSan: Disable 3 of the new alignment assumption tests on android.Roman Lebedev2019-01-143-5/+10
* [compiler-rt] Add option to disable libc++ buildShoaib Meenai2019-01-141-9/+13
* [compiler-rt] Update ubsan_interface.inc with alignment assumption handlersRoman Lebedev2019-01-141-0/+2
* [test] Disable sunrpc tests when rpc/xdr.h is missingMichal Gorny2019-01-149-12/+20
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1419-0/+366
* [asan] Add fallback for Thumb after r350139Diana Picus2019-01-143-2/+13
* [sanitizer] Move android's GetPageSize to a header (NFC)Evgeniy Stepanov2019-01-122-4/+13
* sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of...Peter Collingbourne2019-01-112-12/+15
* [CMake] Fix standalone build after LLVM exports utility targetsStefan Granitz2019-01-111-2/+0
* [Sanitizer] Disable getusershell interception for AndroidDavid Carlier2019-01-112-2/+2
* Provide storage for `true_type::value` and `false_type::value`.Dan Liew2019-01-112-0/+22
* XFAIL getusershell.cc on Android.Matt Morehouse2019-01-111-0/+2
* [Sanitizer] Intercept getusershellDavid Carlier2019-01-113-0/+38
* [TSan] Remove ignore_interceptors_accesses flagJulian Lettner2019-01-105-91/+35
* [sanitizer_common] Define __sanitizer_FILE on NetBSDMichal Gorny2019-01-104-12/+65
* [sanitizer_common] Remove support for tirpc/rpc/xdr.hMichal Gorny2019-01-104-11/+2
* [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPCAmy Kwan2019-01-104-0/+305
* [compiler-rt][builtins][PowerPC] Implemented __fixunstfti builtin on PowerPCAmy Kwan2019-01-104-0/+865
* [asan] Mark tests as UNSUPPORTED on armDiana Picus2019-01-102-2/+2
* i[Sanitizer] Enable pututxline interceptionDavid Carlier2019-01-101-1/+13
* [libfuzzer][MSVC] Make calls to builtin functions work with MSVCJonathan Metzman2019-01-096-25/+127
* [asan] Disable TSD dtor leak unit tests on FreeBSD x86 64David Carlier2019-01-091-0/+2
* [test] Detect glibc-2.27+ and XFAIL appropriate testsMichal Gorny2019-01-093-0/+25
OpenPOWER on IntegriCloud