Alexey Samsonov
|
4618508ea4
|
[ASan] cmake cleanup: make tab/space padding in CMakeLists consistent, silence/fix some pedantic warnings
llvm-svn: 159514
|
2012-07-02 06:48:10 +00:00 |
Kostya Serebryany
|
79437fe376
|
[asan] make tid u32 instead of int
llvm-svn: 158074
|
2012-06-06 15:06:58 +00:00 |
Kostya Serebryany
|
8d03204204
|
[asan] more renaming
llvm-svn: 157746
|
2012-05-31 14:35:53 +00:00 |
Alexander Potapenko
|
44016da83f
|
Allow calling GetCurrentTidOrMinusOne() before AsanThreadRegistry was initialized.
llvm-svn: 154091
|
2012-04-05 10:10:57 +00:00 |
Alexey Samsonov
|
2d3a67b73b
|
AddressSanitizer: create AsanThreadSummary together with AsanThread (in parent thread)
llvm-svn: 148286
|
2012-01-17 06:35:31 +00:00 |
Kostya Serebryany
|
1dd51b53b2
|
[asan] move TSD code into asan_posix.cc
llvm-svn: 147913
|
2012-01-11 02:21:06 +00:00 |
Kostya Serebryany
|
332923be32
|
[asan] get rid of the scary TSD destructor code. Now, we store the leaky AsanThreadSummary in TSD and never remove it from there.
llvm-svn: 147910
|
2012-01-11 02:03:16 +00:00 |
Kostya Serebryany
|
019b76f5fd
|
AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt
llvm-svn: 145463
|
2011-11-30 01:07:02 +00:00 |