summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [ASan] use CLANG_VERSION in Makefile (currently 3.2)Alexey Samsonov2012-04-231-2/+3
* [asan] fix asan issue #66 (correctly report type of the bug)Kostya Serebryany2012-04-232-2/+3
* Bump the LLVM minor version. This should fix our 32-bit Linux build.Alexander Potapenko2012-04-231-1/+1
* [asan] test for issue #66Kostya Serebryany2012-04-191-0/+10
* Partially revert r154390 (http://llvm.org/viewvc/llvm-project?view=rev&revisi...Alexander Potapenko2012-04-161-8/+6
* [asan] minor fix: pass flag -g to output tests as a part of CXXFLAGSAlexey Samsonov2012-04-121-3/+3
* Don't build atomic.c when building compiler-rt using makeAlexey Samsonov2012-04-121-1/+6
* [ASan] fix output tests - r154570 changed debug info for static functions and...Alexey Samsonov2012-04-121-1/+1
* Change the way ASan interacts with custom signal handlers.Alexander Potapenko2012-04-102-48/+8
* [ASan] remove dispatch.h header once again - it's not present on Leopard, and...Alexey Samsonov2012-04-091-3/+18
* Use 'typename' instead of 'class' in template<> definitions supporting POD typesTimur Iskhodzhanov2012-04-091-6/+6
* [asan] last bit for gcc compatibilityKostya Serebryany2012-04-062-2/+5
* [asan] minor change to please gccKostya Serebryany2012-04-061-3/+3
* [ASan] move replacements for new/delete to separate fileAlexey Samsonov2012-04-065-29/+58
* [asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exitKostya Serebryany2012-04-064-2/+22
* [ASan/Win] Revert the local Makefile change slipped into the prev commitTimur Iskhodzhanov2012-04-051-4/+4
* [ASan/Win] Fix lint warningTimur Iskhodzhanov2012-04-052-5/+5
* [ASan/Win] Fix build by using inline assembly instead of an unavailable intri...Timur Iskhodzhanov2012-04-051-1/+10
* [asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany2012-04-054-4/+17
* Introduce the use_sigaltstack flag (off by default), which enables using alte...Alexander Potapenko2012-04-055-1/+53
* Allow calling GetCurrentTidOrMinusOne() before AsanThreadRegistry was initial...Alexander Potapenko2012-04-052-0/+4
* Initial, very rough cut at a new CMake build system for compiler-rt.Chandler Carruth2012-04-043-0/+89
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-0415-403/+0
* [ASan] use correct C-version of strchr on WindowsAlexey Samsonov2012-04-041-3/+1
* Fix the build on 32 bit hosts.Benjamin Kramer2012-03-303-2/+8
* Make sure NSObjects are allocated in a way that is visible to ASan.Alexander Potapenko2012-03-303-0/+23
* Initial commit of support functions for atomic operations.David Chisnall2012-03-301-0/+313
* Add internal_memset and replace the uses of REAL(memset) with it where the pe...Alexander Potapenko2012-03-294-3/+27
* [ASan] interceptors for atoi/atol/atollAlexey Samsonov2012-03-292-17/+107
* [asan] fix lintKostya Serebryany2012-03-281-2/+2
* [asan] add racy double-free testKostya Serebryany2012-03-281-0/+32
* Log the allocator messages at a higher verbosity level.Alexander Potapenko2012-03-271-1/+1
* [ASan] add interceptor for strtolAlexey Samsonov2012-03-262-30/+69
* Avoid including link.h.Evgeniy Stepanov2012-03-261-1/+2
* [ASan] use macro to define if we should intercept signal/sigactionAlexey Samsonov2012-03-262-9/+16
* [ASan] revert r153378Alexey Samsonov2012-03-241-2/+11
* [ASan] simplify ASAN_INTERCEPT_* definitionsAlexey Samsonov2012-03-241-11/+2
* [ASan] use ASAN_INTERCEPT_STRNLEN instead of defined(__APPLE__)Alexey Samsonov2012-03-241-6/+12
* [ASan] add interceptor for strtollAlexey Samsonov2012-03-242-0/+93
* [ASan/tests] Make 'noinline' and a bunch of other stuff portableTimur Iskhodzhanov2012-03-232-52/+60
* [ASan] replace '#if ... or ...' with '#if ... || ...'Timur Iskhodzhanov2012-03-231-2/+2
* [ASan] Add a few more malloc-related interceptors for WindowsTimur Iskhodzhanov2012-03-231-2/+45
* Handle two-byte short jumps in the relocated code.Alexander Potapenko2012-03-221-4/+65
* [asan] extend the test for long double bugKostya Serebryany2012-03-211-0/+2
* [asan] one more try to remove pthread.h from asan_interceptors.ccAlexey Samsonov2012-03-211-6/+6
* [asan] add missing declarations from string.h and remove this headerAlexey Samsonov2012-03-211-1/+7
* [asan] use extern declaraions of libc functions on Win and on MacAlexey Samsonov2012-03-211-22/+29
* [asan]: remove signal.h system header from interceptorsAlexey Samsonov2012-03-211-1/+6
* [asan]: substitute extern decls with system header in asan_mac.ccAlexey Samsonov2012-03-211-13/+3
* [asan] merge mac-specific interceptors into one functionAlexey Samsonov2012-03-213-8/+5
OpenPOWER on IntegriCloud