Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [asan] do not use new/delete for the internal thread structure | Kostya Serebryany | 2012-01-06 | 1 | -8/+10 | |
| | | | | llvm-svn: 147674 | |||||
* | [asan] move {linux,mac}-specific code from asan_thread.cc to ↵ | Kostya Serebryany | 2012-01-05 | 1 | -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 Serebryany | 2012-01-05 | 1 | -9/+4 | |
| | | | | | | of sysinfo.h llvm-svn: 147581 | |||||
* | [asan] refactoring: don't #include <sys/mman.h> in non-os-specific files | Kostya Serebryany | 2011-12-28 | 1 | -1/+0 | |
| | | | | llvm-svn: 147328 | |||||
* | [asan] discover main thread stack limits without pthread. patch by ↵ | Kostya Serebryany | 2011-12-28 | 1 | -0/+36 | |
| | | | | | | eugeni.stepanov@gmail.com llvm-svn: 147321 | |||||
* | Recently the GCD tests started failing because of the invalid size of | Kostya Serebryany | 2011-12-16 | 1 | -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 Serebryany | 2011-11-30 | 1 | -0/+139 | |
build system, but can be built using the old makefile. See details in README.txt llvm-svn: 145463 |