summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_stack.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* [asan] implement our own /proc/self/maps reader and use it on linux instead ↵Kostya Serebryany2012-01-051-1/+20
| | | | | | of sysinfo.h llvm-svn: 147581
* [asan] enable memset/memcpy/memmove interceptors in asan-rt (in addition to ↵Kostya Serebryany2011-12-281-6/+6
| | | | | | those in the compiler module) llvm-svn: 147319
* [asan] interceptor for memcmp. Patch by samsonov@google.comKostya Serebryany2011-12-281-2/+2
| | | | llvm-svn: 147315
* [asan] move build-time config options from makefile to source (otherwise we ↵Kostya Serebryany2011-12-081-2/+2
| | | | | | need config options in all makefiles) llvm-svn: 146161
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt ↵Kostya Serebryany2011-11-301-0/+280
build system, but can be built using the old makefile. See details in README.txt llvm-svn: 145463
OpenPOWER on IntegriCloud