summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] build sanitizer_common library with -Wglobal-constructorsAlexey Samsonov2013-09-111-0/+4
* [TSan] Use Clang to compile and link TSan unit tests with TSan runtimeAlexey Samsonov2013-09-114-26/+72
* Fixup for r190410: use lazy initialization for symbolizer as some compilers e...Alexey Samsonov2013-09-101-2/+12
* [ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov2013-09-102-38/+5
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-1026-866/+725
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-106-77/+81
* [msan] Make all pointers in msan_interface "const volatile void *".Evgeniy Stepanov2013-09-101-12/+13
* [msan] bool -> int to make msan_interface.h C-compatible.Evgeniy Stepanov2013-09-104-4/+4
* [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread...Timur Iskhodzhanov2013-09-101-16/+14
* Delete unused variables.Eli Friedman2013-09-102-2/+0
* [dfsan] Initial set of DFSAN_OPTIONS flags.Peter Collingbourne2013-09-104-3/+66
* Don't allow a NULL-length file. Try to revert to the buffered version.Bill Wendling2013-09-091-0/+5
* [msan] Intercept fstatat / fstatat64.Evgeniy Stepanov2013-09-092-0/+30
* [sanitizer] Fix PR17138.Evgeniy Stepanov2013-09-092-2/+17
* [sanitizer] Delete extra whitespace.Evgeniy Stepanov2013-09-091-1/+1
* [ASan] fix one more memory leak in test caseAlexey Samsonov2013-09-081-0/+1
* [Sanitizer] Use generic configs for running sanitizer_common unit testsAlexey Samsonov2013-09-082-40/+9
* [ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov2013-09-088-0/+20
* [sanitizer] Avoid including any system headers in the system-header-free part...Evgeniy Stepanov2013-09-063-27/+58
* [sanitizer] Fix Android build.Evgeniy Stepanov2013-09-061-1/+1
* [sanitizer] A bunch of linux system call handlers.Evgeniy Stepanov2013-09-068-671/+5565
* [ASan] make the check for NULL more portable.Alexander Potapenko2013-09-061-6/+8
* Fix compiler warning introduced in r190022Alexey Samsonov2013-09-061-1/+1
* Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov2013-09-062-8/+8
* [tsan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-065-4/+74
* [msan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-062-2/+5
* [asan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-063-11/+21
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-068-23/+94
* [tsan] add colors to tsan outputKostya Serebryany2013-09-051-2/+43
* sanitizers: Make sure Visual Studio gets error reportsReid Kleckner2013-09-054-33/+58
* asan: Add a wcslen interceptor mirroring strlenReid Kleckner2013-09-053-0/+22
* [asan] add a test that demonstrates why the current use-after-return is not s...Kostya Serebryany2013-09-041-0/+66
* [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk ...Kostya Serebryany2013-09-043-7/+32
* Disable FindPathToBinary test on AndroidAlexey Samsonov2013-09-041-1/+1
* [asan] Hopefully un-break the RTL on WindowsTimur Iskhodzhanov2013-09-031-1/+2
* [asan] Hopefully fix the RTL build on Windows (part 2)Timur Iskhodzhanov2013-09-031-2/+2
* tsan: catch races on condition variablesDmitry Vyukov2013-09-033-0/+95
* [asan] attemping to fix the Windows buildKostya Serebryany2013-09-031-11/+11
* Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see...Timur Iskhodzhanov2013-09-031-1/+0
* implement PR17059: more visible diagnostics for stack-buffer-overflowKostya Serebryany2013-09-033-3/+105
* [lsan] Colorize LSan reports.Sergey Matveev2013-09-035-25/+31
* ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...Alexey Samsonov2013-09-039-21/+14
* [Sanitizer] Add the way to find binary in PATHAlexey Samsonov2013-09-034-0/+39
* Add internal_strchrnul functionAlexey Samsonov2013-09-033-0/+15
* [TSan] fixup for r189791: don't put ; on the newlineAlexey Samsonov2013-09-031-3/+1
* tsan: add suppressions for true/false positives in standard librariesDmitry Vyukov2013-09-031-0/+14
* [libsanitizer] Remove an unused variable introduced in r189789Alexander Potapenko2013-09-031-1/+0
* [TSan] Move the /proc/self/maps parsing logic to sanitizer_common Alexander Potapenko2013-09-033-59/+78
* tsan: fix linking when -ltsan is passed before -lpthreadDmitry Vyukov2013-09-031-1/+1
* [msan] Another regression test for r189786.Evgeniy Stepanov2013-09-031-0/+22
OpenPOWER on IntegriCloud