summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [cfi] Hide runtime implementation in a namespace.Evgeniy Stepanov2016-01-262-56/+64
* [cfi] Support for dlopen and dlclose.Evgeniy Stepanov2016-01-265-41/+369
* [sanitizers] extracted process management functionsMike Aizatsky2016-01-268-30/+148
* [cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)Evgeniy Stepanov2016-01-2510-56/+266
* [powerpc] make test case as xfailBill Seurer2016-01-251-2/+2
* [PGO] Add a test case covering IR based VP instrumentationXinliang David Li2016-01-251-0/+7
* [PGO] Add test case covering clang FE based VP instrumentationXinliang David Li2016-01-252-0/+561
* sync up InstrProfData.h -- typo fixXinliang David Li2016-01-251-1/+1
* Revert "[sanitizers] extracted process management functions"Mike Aizatsky2016-01-258-150/+30
* fixed clang-tidy configMike Aizatsky2016-01-251-1/+1
* [sanitizers] extracted process management functionsMike Aizatsky2016-01-258-30/+150
* [asan] Don't use sysconf(_SC_PAGESIZE) on Android.Evgeniy Stepanov2016-01-251-1/+3
* When building without DIA SDK, don't set suppressions.cpp failNico Weber2016-01-224-8/+20
* .clang-tidy for sanitizer package to override root llvm styleMike Aizatsky2016-01-211-0/+12
* Resubmit test case with more restrictionXinliang David Li2016-01-214-0/+58
* [MSan] Add a test case for r258339.Alexey Samsonov2016-01-211-2/+12
* [MSan] Clear parameters shadow before invoking malloc/free hooks.Alexey Samsonov2016-01-201-4/+10
* [asan] print an additional hint when reporting a container overflowKostya Serebryany2016-01-202-1/+14
* Revert "[coverage] Add a test case to cover coverage testing with comdat"Renato Golin2016-01-204-58/+0
* [test] Add a short explanation to instrprof-comdat.hVedant Kumar2016-01-201-0/+4
* [coverage] Add a test case to cover coverage testing with comdatXinliang David Li2016-01-204-0/+54
* using const instead of constexpr: MSVC troublesMike Aizatsky2016-01-191-2/+2
* [sancov] NFC: simplifying DumpOffsets.Mike Aizatsky2016-01-191-29/+38
* Fix another -Wexpansion-to-defined warning in compiler-rt.Nico Weber2016-01-191-1/+5
* Fix -Wexpansion-to-defined warnings in compiler-rt.Nico Weber2016-01-192-3/+15
* tsan: add back __tls_get_addr interceptorDmitry Vyukov2016-01-191-0/+15
* [asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko2016-01-188-1/+50
* [tsan] Do nothing in ScopedInterceptor's destructor if thr is not inited.Yabin Cui2016-01-171-0/+2
* Fix stats.cpp test on 32-bit Windows.Peter Collingbourne2016-01-161-4/+4
* Attempt to fix sanitizer-windows bot.Peter Collingbourne2016-01-161-0/+2
* [LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov2016-01-166-10/+45
* Introduce stats and stats_client libraries.Peter Collingbourne2016-01-1613-14/+466
* Re-disable suppressions.cpp on Windows.Nico Weber2016-01-151-0/+6
* [tsan] Fix some tiny errors.Yabin Cui2016-01-152-5/+7
* [tsan] Store the pointer to ThreadState in TLS slot on Android.Yabin Cui2016-01-154-6/+70
* [tsan] Use internal_sigfillset to replace REAL(sigfillset).Yabin Cui2016-01-153-5/+4
* Unbreak Windows build.Peter Collingbourne2016-01-152-1/+3
* sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne2016-01-156-34/+34
* [LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov2016-01-143-5/+13
* [LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov2016-01-148-19/+60
* Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni2016-01-145-8/+16
* [Coverage] add test cases for coverage testingXinliang David Li2016-01-143-5/+49
* [tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka2016-01-144-0/+78
* [tsan] Fix the value of PTHREAD_MUTEX_RECURSIVE for OS X and FreeBSDKuba Brecka2016-01-141-0/+5
* sync up with master fileXinliang David Li2016-01-141-1/+1
* [Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov2016-01-142-2/+2
* Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg2016-01-135-16/+8
* With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni2016-01-135-8/+16
* [WebAssembly] Enable the builtins library for WebAssembly.Dan Gohman2016-01-132-1/+16
* [WebAssembly] clang supports int128_t on wasm32 in addition to wasm64.Dan Gohman2016-01-131-1/+2
OpenPOWER on IntegriCloud