summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
...
* [ASan/Win] Print out a big warning and continue without checking for success ...Timur Iskhodzhanov2014-08-082-4/+10
* Support getting process maps for sanitizers needs on FreeBSD in 32-bit modeViktor Kutuzov2014-08-082-0/+34
* [sanitizer] Intercept timerfd_settime, timerfd_gettime.Evgeniy Stepanov2014-08-073-0/+82
* [msan] Fix fcvt interceptor.Evgeniy Stepanov2014-08-072-0/+19
* Add FreeBSD support to the address sanitizer's malloc_context_size.cc test caseViktor Kutuzov2014-08-071-18/+8
* [TSan] Try to fix Go runtime buildAlexey Samsonov2014-08-061-1/+3
* Segregate FreeBSD-specific parts from sanitizer_procmaps_linux.ccViktor Kutuzov2014-08-065-218/+272
* tsan: allocate vector clocks using slab allocatorDmitry Vyukov2014-08-0513-113/+337
* [ASan/Win] Handle SEH exceptions even with -GSTimur Iskhodzhanov2014-08-054-2/+28
* The test doesn't export ASAN_OPTIONS, so $ASAN_OPTIONS should not be used in ...Alexander Kornienko2014-08-051-8/+8
* [UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov2014-08-058-12/+64
* [Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().Alexey Samsonov2014-08-054-7/+17
* [asan] poison array cookies only on 64-bit archKostya Serebryany2014-08-041-0/+1
* [asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...Kostya Serebryany2014-08-046-0/+20
* [asan] intercept sized operator delete[]Kostya Serebryany2014-08-042-14/+47
* [ASan] Use metadata to pass source-level information from Clang to ASan.Alexey Samsonov2014-08-021-1/+6
* Add FreeBSD support to the address sanitizer's deep_stack_uaf.cc test caseViktor Kutuzov2014-08-011-3/+6
* Fix the waitid sanitizer interceptor to work on FreeBSD in 32-bit modeViktor Kutuzov2014-08-011-0/+6
* [ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk libraryEhsan Akhgari2014-08-012-0/+25
* [Sanitizer] Don't try to parse unspecified suppressions fileAlexey Samsonov2014-07-311-1/+3
* [asan] End-to-end test for REP MOVS instrumentation.Evgeniy Stepanov2014-07-311-0/+53
* tsan: use MADV_NOHUGEPAGE only if it is supported by platformDmitry Vyukov2014-07-311-0/+2
* [Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.Alexey Samsonov2014-07-303-46/+13
* [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov2014-07-308-24/+16
* [Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...Alexey Samsonov2014-07-306-38/+45
* [asan] XFAIL sized-delete test on Android.Evgeniy Stepanov2014-07-301-0/+5
* [asan] rename new-delete-size-mismatch to new-delete-type-mismatch and make t...Kostya Serebryany2014-07-305-14/+18
* [asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany2014-07-308-21/+109
* [msan] Use SIGHUP instead of SIGUSR1 in test.Evgeniy Stepanov2014-07-301-3/+3
* [UBSan] Introduce ScopedReport object.Alexey Samsonov2014-07-304-90/+143
* [UBSan] Allow to override runtime flags defaults by providingAlexey Samsonov2014-07-301-1/+16
* [UBSan] Move all runtime flags parsing to ubsan_flags.cc.Alexey Samsonov2014-07-293-12/+19
* [UBSan] Get pc/bp for stack unwinding as early as possible.Alexey Samsonov2014-07-293-10/+10
* [UBSan] Build part of UBSan runtime that can be linked into C programs with -...Alexey Samsonov2014-07-291-2/+4
* [UBSan] Try to enable pipefail in UBSan lit tests to make them behave more pr...Alexey Samsonov2014-07-2910-34/+28
* Exclude ASM from CompilerRT languages as an attempt to fix CMake failure in s...Alexey Samsonov2014-07-281-1/+1
* tsan: add a useful debug checkDmitry Vyukov2014-07-281-0/+1
* builtins: make ARM compilation with GAS work againSaleem Abdulrasool2014-07-274-5/+11
* builtins: move macro definitions into assembly.hSaleem Abdulrasool2014-07-274-24/+8
* builtins: whitespaceSaleem Abdulrasool2014-07-272-8/+8
* builtins: avoid multiple definitions of symbolsSaleem Abdulrasool2014-07-261-7/+18
* builtins: add missed files from previous commitsSaleem Abdulrasool2014-07-264-3/+11
* builtins: move the readonly constants into rodataSaleem Abdulrasool2014-07-264-8/+27
* builtins: correct constant alignmentsSaleem Abdulrasool2014-07-264-17/+41
* tsan: advise shadow for 0x7f region to not use huge pagesDmitry Vyukov2014-07-261-0/+6
* tsan: improve shadow flush benchmarkDmitry Vyukov2014-07-261-4/+10
* tsan: reduce internal allocator region from 16M to 1MDmitry Vyukov2014-07-261-2/+1
* tsan: remove meta from internal allocatorDmitry Vyukov2014-07-261-1/+1
* Satisfy -Wparentheses.Nick Lewycky2014-07-261-1/+1
* builtins: re-enable building assembly sourcesSaleem Abdulrasool2014-07-262-1/+2
OpenPOWER on IntegriCloud