summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* [lsan] Add suppression support.Sergey Matveev2013-06-2811-13/+182
* [sanitizer] Disable all ptrace-related definitions on Android.Evgeniy Stepanov2013-06-282-3/+3
* [ASan] Migrate lit tests to external symbolizer from asan_symbolize.py scriptAlexey Samsonov2013-06-282-16/+7
* Demangle names using pluggable internal symbolizer if possibleAlexey Samsonov2013-06-283-8/+34
* [sanitizer] Fix an unfortunate typo and disable ptrace interception on Android.Evgeniy Stepanov2013-06-283-3/+3
* Pass --default-arch flag to external symbolizer. Fix line lengths.Alexey Samsonov2013-06-282-3/+13
* [sanitizer] Intercept ptrace.Evgeniy Stepanov2013-06-2810-8/+191
* [ASan][OSX] Make sure the zones created by malloc_create_zone() are write-pr...Alexander Potapenko2013-06-282-0/+24
* [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to...Alexander Potapenko2013-06-282-1/+55
* Revert hack that omits errno on Darwin platforms. We now have an acceptable '...Bill Wendling2013-06-271-9/+0
* [sanitizer] Support padding with spaces in Printf.Sergey Matveev2013-06-272-35/+65
* [lsan] Fix flaky test.Sergey Matveev2013-06-271-2/+3
* tsan: revert dynamic symbols file to the old incorrect oneDmitry Vyukov2013-06-272-382/+5
* tsan: remove non-existent functions from syms fileDmitry Vyukov2013-06-272-13/+10
* [msan] Optionally disable 2 tests (dlopen & gethostbyname).Evgeniy Stepanov2013-06-271-12/+20
* [sanitizer] Fix dirent interceptors.Evgeniy Stepanov2013-06-273-14/+47
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-273-0/+37
* [TSan] try to fix Go buildAlexey Samsonov2013-06-271-0/+1
* [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't ...Alexey Samsonov2013-06-274-9/+8
* [tsan] Fix build.Sergey Matveev2013-06-261-1/+1
* [tsan] Move some suppressions-related code to common.Sergey Matveev2013-06-2611-271/+362
* [sanitizer] readdir and readdir_r interceptors.Evgeniy Stepanov2013-06-268-19/+86
* [asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany2013-06-265-19/+29
* [sanitizer] Reformat line >80 chars.Evgeniy Stepanov2013-06-261-1/+2
* [sanitizer] Fix build with OSS4 kernel headers.Evgeniy Stepanov2013-06-263-11/+31
* Fix a use after free I introduced and that Bill caught in code reviewChandler Carruth2013-06-261-14/+13
* Don't use 'errno.h' on Apple just yet. This breaks for some of our buildbots.Bill Wendling2013-06-251-0/+9
* tsan: add missing __attribute__((visibility("default"))) to interface functionsDmitry Vyukov2013-06-251-0/+30
* [lsan] Define interceptors more correctly. Also, always clear allocated memory.Sergey Matveev2013-06-251-24/+52
* [sanitizer] Move log_path to common flag and use it in MSan.Evgeniy Stepanov2013-06-255-5/+7
* Address a few of the issues in GCDAProfiling I noted when lookingChandler Carruth2013-06-251-7/+37
* Remove the sysroot restriction from building GCDAProfiling.c.Chandler Carruth2013-06-251-3/+3
* tsan: make the test more robustDmitry Vyukov2013-06-241-2/+8
* tsan: update dynamic export syms fileDmitry Vyukov2013-06-243-3/+441
* [sanitizer] Intercept sysinfo.Evgeniy Stepanov2013-06-247-1/+30
* [sanitizer] Fix TSan build.Evgeniy Stepanov2013-06-242-0/+2
* [sanitizer] Intercept inet_aton.Evgeniy Stepanov2013-06-245-1/+34
* [msan] Unpoison param-tls in signal handler wrapper.Evgeniy Stepanov2013-06-241-0/+1
* [sanitizer] Intercept readv, preadv, writev, pwritev.Evgeniy Stepanov2013-06-247-47/+217
* [lsan] Fix android build.Sergey Matveev2013-06-241-1/+1
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-248-206/+129
* Add cmake rules for building LSan common on Mac OSAlexey Samsonov2013-06-224-6/+10
* [lsan] Try REALLY hard to fix Win build.Sergey Matveev2013-06-212-9/+5
* [lsan] This time really fix Win build.Sergey Matveev2013-06-211-1/+1
* [lsan] Fix win build.Sergey Matveev2013-06-211-3/+8
* [lsan] Increase allocator space; minor fixes.Sergey Matveev2013-06-212-19/+15
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-217-75/+80
* [ASan] reimplement strdup() interceptor to get nicer stack traces for memory ...Alexey Samsonov2013-06-212-10/+24
* [msan] Intercept (v)asprintf.Evgeniy Stepanov2013-06-212-3/+38
* [msan] Add keep_going runtime flag.Evgeniy Stepanov2013-06-216-22/+95
OpenPOWER on IntegriCloud