summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [asan] add a test for poison_array_cookie=1Kostya Serebryany2014-08-261-0/+19
* [lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev2014-08-263-5/+43
* [lsan] Implement __sanitizer_print_stack_trace() in standalone LSan.Sergey Matveev2014-08-264-25/+35
* [ASan/Win] Disable warning C4391: incorrect return type for intrinsic functionTimur Iskhodzhanov2014-08-262-0/+2
* [ASan/Win] Rename asan_dll_thunk.cc to asan_win_dll_thunk.ccTimur Iskhodzhanov2014-08-263-4/+4
* [ASan/Win] Add an extra thunk.lib to handle stack-use-after-return optionTimur Iskhodzhanov2014-08-262-0/+36
* [sanitizer] move mlock interceptor from asan/tsan/msan to common; no function...Kostya Serebryany2014-08-257-108/+57
* [ASan/Win] Add /DEBUG to the MD RTL link flagsTimur Iskhodzhanov2014-08-251-0/+1
* [ASan] Replace CMake if/APPEND/endif with append_ifTimur Iskhodzhanov2014-08-251-4/+1
* [ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov2014-08-254-22/+87
* [ASan] Rename the ASan dynamic RTTimur Iskhodzhanov2014-08-251-1/+1
* [UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov2014-08-227-73/+112
* [ubsan] Follow-up for r216263: fix the expected line number.Alexander Potapenko2014-08-221-1/+1
* [ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov2014-08-225-10/+11
* [ASan] Use check_library_exists to determine if libc/libstdc++ are availableTimur Iskhodzhanov2014-08-222-3/+7
* [ubsan] Do not run Function/function.cpp on Darwin where -fsanitize=function ...Alexander Potapenko2014-08-221-0/+3
* Follow-up for r215436: use SIZE_T for strlen and wcslen interceptors.Alexander Potapenko2014-08-212-5/+5
* [ASan] Turns out we should always intercept __cxa_throwTimur Iskhodzhanov2014-08-211-1/+1
* Fix latent bug in try_compile macro and use CMAKE_EXE_LINKER_FLAGSAlexey Samsonov2014-08-201-1/+5
* DFSan's set label function should avoid writing to the shadow memory when the...Peter Collingbourne2014-08-191-1/+13
* [LSan] Parse common flags from LSAN_OPTIONS even if LSan is combined withAlexey Samsonov2014-08-189-25/+25
* Add regression test for PR15823Alexey Samsonov2014-08-181-0/+11
* [TSan] Add -lpthread to the test which uses pthread_ functionsAlexey Samsonov2014-08-181-1/+1
* profile: Improve error messages on bad GCDA filesJustin Bogner2014-08-181-4/+12
* sanitizer_printf.cc: guard the va_copy hack on _MSC_VERHans Wennborg2014-08-181-1/+2
* Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...Hans Wennborg2014-08-181-0/+4
* [TSan] Initialize flags as early as possible. Disables back coredump, acciden...Alexey Samsonov2014-08-156-11/+24
* Follow-up to r215724: fix a lint warningTimur Iskhodzhanov2014-08-151-1/+1
* [ASan/Win] Introduce a new macro for malloc-like function attributes; also, c...Timur Iskhodzhanov2014-08-151-21/+27
* [ASan/Win] Remove one more reference to __interception::GetRealFunctionAddres...Timur Iskhodzhanov2014-08-151-3/+1
* [ASan/Win] We don't really need to use .CRT to call __asan_init when using -MDTimur Iskhodzhanov2014-08-151-6/+0
* [ASan/Win] Remove a hack that seems not to be required with VS2013 anymoreTimur Iskhodzhanov2014-08-151-4/+0
* [ASan/Win] Remove old, unused and non-functional code that will be re-written...Timur Iskhodzhanov2014-08-153-44/+1
* [ASan/Win] Slightly update&relax test expectations to work with both -MT and ...Timur Iskhodzhanov2014-08-148-25/+33
* [ASan/Win] Mark tests that require -MT asan_dll_thunk as suchTimur Iskhodzhanov2014-08-143-0/+3
* tsan: fix unaligned memory access routineDmitry Vyukov2014-08-131-3/+3
* [UBSan] Add returns-nonnull sanitizer.Alexey Samsonov2014-08-133-0/+39
* [MSan] Disable coredump for 64-bit binaries.Alexey Samsonov2014-08-121-0/+1
* [TSan] Share the code the setup code calling getrlim/setrlim with sanitizer_c...Alexey Samsonov2014-08-126-51/+52
* [Sanitizer] Make disable_coredump a common flag and use it in TSanAlexey Samsonov2014-08-125-10/+8
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-1213-237/+0
* Fix the CMake build when setting MACOSX_DEPLOYMENT_TARGETHans Wennborg2014-08-121-0/+1
* [ASan] Use more appropriate return types for strlen/wcslen to avoid MSVC warn...Timur Iskhodzhanov2014-08-122-5/+5
* [ASan/Win] Fix PR18987: warning about overriding '/MD' with '/MT'Timur Iskhodzhanov2014-08-121-3/+6
* [ASan] Add new options for asan_symbolize.py script.Alexey Samsonov2014-08-111-16/+52
* Fix build on some architectures caused by r215247.Alexey Samsonov2014-08-113-6/+12
* builtins: add signature to some assembly routinesSaleem Abdulrasool2014-08-096-0/+23
* builtins: correct __umodsi3, __udivsi3 on ARMSaleem Abdulrasool2014-08-092-7/+3
* Fixup Android tests build rulesAlexey Samsonov2014-08-092-2/+2
* [CMake] Determine which compiler-rt libraries are supported onAlexey Samsonov2014-08-085-112/+185
OpenPOWER on IntegriCloud