Kostya Serebryany
|
b50a539eba
|
[asan] move build-time config options from makefile to source (otherwise we need config options in all makefiles)
llvm-svn: 146161
|
2011-12-08 18:30:42 +00:00 |
Kostya Serebryany
|
ca207f0473
|
[asan] minor cleanup
llvm-svn: 145966
|
2011-12-06 21:10:15 +00:00 |
Kostya Serebryany
|
49a182fa12
|
[asan] always collect malloc statstics (removed FLAG_stats)
llvm-svn: 145838
|
2011-12-05 19:17:53 +00:00 |
Kostya Serebryany
|
e4bada2c94
|
[asan] get rid of std::map. No STL and almost no libstdc++ left.
llvm-svn: 145706
|
2011-12-02 21:02:20 +00:00 |
Kostya Serebryany
|
2d27cdf621
|
[asan] minimize the use of STL. One bit is still left.
llvm-svn: 145691
|
2011-12-02 18:42:04 +00:00 |
Daniel Dunbar
|
9c665e36d4
|
lib/asan: Attempt to ensure __WORDSIZE gets defined, it is not always set by
Darwin's stdint.h for example.
llvm-svn: 145663
|
2011-12-02 01:32:27 +00:00 |
Kostya Serebryany
|
5dfa4da0b9
|
[asan] flatten the asan-rt build slightly
llvm-svn: 145631
|
2011-12-01 21:40:52 +00:00 |
Kostya Serebryany
|
15dd3f2500
|
Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by samsonov@google.com
llvm-svn: 145505
|
2011-11-30 18:50:23 +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 |