summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-05-15Fix typosAlp Toker
2014-05-14migrate litlint from argparse to optparse. reenabledGreg Fitzgerald
2014-05-14Disabled litlint. It requires Python 2.7 or laterGreg Fitzgerald
2014-05-14add script to ensure lit test contains %runGreg Fitzgerald
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-05-14[ASan/Win] Enable demangling of global variable namesTimur Iskhodzhanov
2014-05-14[sanitizer] Fix crash in getgrnam_r and similar interceptors.Evgeniy Stepanov
2014-05-14[libsanitizer] Notify the runtime about file being closed before the actual c...Alexander Potapenko
2014-05-14[asan] tyring to fix the Android buildKostya Serebryany
2014-05-14[asan] Respect personality in kernel area detector, patch by Yuri GribovKostya Serebryany
2014-05-13[TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov
2014-05-13[libsanitizer] Fix the return type of internal_forkAlexander Potapenko
2014-05-13[libsanitizer] Use internal_fork() to spawn the symbolizer process.Alexander Potapenko
2014-05-13[Sanitizer tests] Define 16- and 64-bit versions of atomic_compare_exchange_s...Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Exclude three tests that fail on WindowsTimur Iskhodzhanov
2014-05-13[Sanitizer tests] Land the sanitizer twin of the asan-only change r208682Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest....Timur Iskhodzhanov
2014-05-13[Sanitizer/ASan tests] Automatically detect the presence of libstdc++Timur Iskhodzhanov
2014-05-13[sanitizer] Disable fopen64 interceptor on osx.Evgeniy Stepanov
2014-05-13[Sanitizer tests] Fix most of the build problems on WindowsTimur Iskhodzhanov
2014-05-13[sanitizer] Mark several functions as possibly unused.Evgeniy Stepanov
2014-05-13[ASan tests] Add Windows-specific flags to lib/asan/tests/CMakeLists.txtTimur Iskhodzhanov
2014-05-13[sanitizer] Delete an unused function.Evgeniy Stepanov
2014-05-13[sanitizer] Fix windows build.Evgeniy Stepanov
2014-05-13[msan] Better open_memstream support.Evgeniy Stepanov
2014-05-13[Sanitizer tests] Make simple pthread tests compile and pass on WindowsTimur Iskhodzhanov
2014-05-13[sanitizer] fix for ARM Linux, patch by Maxim OstapenkoKostya Serebryany
2014-05-13[sanitizer] define __sanitizer_time_tKostya Serebryany
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-05-12Move .subsections_via_symbols directives into DEFINE_COMPILERRT_PRIVATE_FUNCTIONJonathan Roelofs
2014-05-12[Sanitizer tests] Fix a comment that got out of sync with the #ifTimur Iskhodzhanov
2014-05-12builtins: add missing fileSaleem Abdulrasool
2014-05-12__clear_cache: decorate with COMPILER_RT_EXPORTSaleem Abdulrasool
2014-05-12CompilerRT: .align was supposed to be power-of-aligned in this caseSaleem Abdulrasool
2014-05-12[CompilerRT] use .p2align, .balign instead of .alignSaleem Abdulrasool
2014-05-12[ASan tests] Don't define __asan_default_options in tests on Windows as it is...Timur Iskhodzhanov
2014-05-12[ASan] Add references to the issue tracker about malloc/free/new/delete misma...Timur Iskhodzhanov
2014-05-12[ASan tests] Exclude/simplify a bunch of tests to make them build on WindowsTimur Iskhodzhanov
2014-05-12[ASan tests] Don't run FakeStack.CreateDestroy on Windows as it OOMsTimur Iskhodzhanov
2014-05-12[ASan tests] Also define USED/UNUSED in lib/sanitizer_common/sanitizer_intern...Timur Iskhodzhanov
2014-05-12[ASan tests] Use the proper attribute on RunStrChrTest helper functions to av...Timur Iskhodzhanov
2014-05-12[asan] Move the "coverage" flag to common flags.Sergey Matveev
2014-05-12Define CRT_HAS_128BIT even for PPC32Hal Finkel
2014-05-12[asan] one more attempt to enable lsan by default (PR19521)Kostya Serebryany
2014-05-12Add FreeBSD support to address sanitizer process mapping facilitiesViktor Kutuzov
2014-05-12[tsan] force tls_model='initial-exec' for tsan's cur_thread_placeholder so th...Kostya Serebryany
2014-05-12[asan] define ASAN_DYNAMIC=1 if PIC is definedKostya Serebryany
2014-05-12[asan] fix a self deadlock when printing stats; add a relevant test, cleanup ...Kostya Serebryany
2014-05-10InstrProf: Remove redundant declarationDuncan P. N. Exon Smith
2014-05-09[CMake] Use ExternalProject to build MSan-ified version of libcxx for unit te...Alexey Samsonov