Daniel Dunbar
|
4e3a11ba57
|
lib/asan: Fix possible type mismatches.
llvm-svn: 145664
|
2011-12-02 01:36:38 +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
|
70e163b507
|
add/update LICENSE.TXT files for the third_party code used by asan
llvm-svn: 145659
|
2011-12-02 01:12:36 +00:00 |
Daniel Dunbar
|
cf7fb02388
|
build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see the
non-standard struct names.
llvm-svn: 145658
|
2011-12-02 00:52:55 +00:00 |
Daniel Dunbar
|
8a5fd211ab
|
build/asan: Fix ASAN build for i386, for reasons I don't really understand we
get the DARWIN_UNIX03 definition on x86_64 but not on i386.
llvm-svn: 145657
|
2011-12-02 00:45:48 +00:00 |
Daniel Dunbar
|
12024d00a7
|
asan: Fill in integration with compiler-rt/make build.
llvm-svn: 145648
|
2011-12-01 23:35:56 +00:00 |
Daniel Dunbar
|
5dc7770bf7
|
asan: Suppress a -Wbitwise-op-parentheses.
llvm-svn: 145647
|
2011-12-01 23:35:51 +00:00 |
Daniel Dunbar
|
fc4a4a3cbc
|
asan: #if 0 out some unused functions (we build with -Werror).
llvm-svn: 145645
|
2011-12-01 23:35:47 +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
|
f318e29102
|
test asan at -O0
llvm-svn: 145532
|
2011-11-30 22:27:30 +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
|
9d1eee9e2a
|
fix asan-rt build on Mac. Patch by glider@google.com
llvm-svn: 145496
|
2011-11-30 17:33:13 +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 |