summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_thread.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* [asan] do not use new/delete for the internal thread structureKostya Serebryany2012-01-061-8/+10
| | | | llvm-svn: 147674
* [asan] move {linux,mac}-specific code from asan_thread.cc to ↵Kostya Serebryany2012-01-051-58/+0
| | | | | | asan_{linux,mac}.cc; also add asan_procmaps.h which I forgot to add on previous commit. llvm-svn: 147586
* [asan] implement our own /proc/self/maps reader and use it on linux instead ↵Kostya Serebryany2012-01-051-9/+4
| | | | | | of sysinfo.h llvm-svn: 147581
* [asan] refactoring: don't #include <sys/mman.h> in non-os-specific filesKostya Serebryany2011-12-281-1/+0
| | | | llvm-svn: 147328
* [asan] discover main thread stack limits without pthread. patch by ↵Kostya Serebryany2011-12-281-0/+36
| | | | | | eugeni.stepanov@gmail.com llvm-svn: 147321
* Recently the GCD tests started failing because of the invalid size ofKostya Serebryany2011-12-161-1/+5
| | | | | | | | | | FakeStack on the worker threads. This patch moves the AsanThread initialization into a separate procedure that's called when AsanThread objects are called for worker threads. Patch by glider@google.com llvm-svn: 146752
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt ↵Kostya Serebryany2011-11-301-0/+139
build system, but can be built using the old makefile. See details in README.txt llvm-svn: 145463
OpenPOWER on IntegriCloud