- Jul 03, 2012
-
-
Alexey Samsonov authored
[Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iterate_phdr to get virtual addresses of mapped module sections. To symbolize an address from a module, map this module to memory and obtain pointers to debug info sections. Later these pointers can be passed to constructor of DWARF context-in-memory from LLVM DebugInfo lib. llvm-svn: 159652
-
- Jul 02, 2012
-
-
Alexey Samsonov authored
llvm-svn: 159533
-
Dmitry Vyukov authored
llvm-svn: 159518
-
Dmitry Vyukov authored
llvm-svn: 159516
-
Alexey Samsonov authored
[ASan] cmake cleanup: make tab/space padding in CMakeLists consistent, silence/fix some pedantic warnings llvm-svn: 159514
-
- Jun 29, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 159449
-
Dmitry Vyukov authored
llvm-svn: 159447
-
Dmitry Vyukov authored
llvm-svn: 159443
-
Dmitry Vyukov authored
llvm-svn: 159439
-
Dmitry Vyukov authored
llvm-svn: 159438
-
Dmitry Vyukov authored
llvm-svn: 159437
-
Dmitry Vyukov authored
llvm-svn: 159435
-
Kostya Serebryany authored
llvm-svn: 159432
-
Dmitry Vyukov authored
tsan: replace struct copies where clang inserts memcpy() calls with explicit internal_memcpy() calls llvm-svn: 159431
-
Dmitry Vyukov authored
llvm-svn: 159430
-
Kostya Serebryany authored
llvm-svn: 159429
-
Kostya Serebryany authored
llvm-svn: 159424
-
Alexey Samsonov authored
[ASan] cmake unit tests: explicitly add necessary linker flags when linking unit tests with asan runtime llvm-svn: 159420
-
Alexey Samsonov authored
llvm-svn: 159419
-
- Jun 28, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 159365
-
Dmitry Vyukov authored
llvm-svn: 159361
-
Alexey Samsonov authored
llvm-svn: 159348
-
Alexey Samsonov authored
llvm-svn: 159347
-
Alexey Samsonov authored
llvm-svn: 159345
-
Alexey Samsonov authored
[ASan] update cmake rules so that ASan unit tests can include googletest (and, hence, llvm) headers when they are built by fresh Clang llvm-svn: 159343
-
Dmitry Vyukov authored
llvm-svn: 159341
-
Alexey Samsonov authored
llvm-svn: 159338
-
Alexey Samsonov authored
llvm-svn: 159337
-
- Jun 27, 2012
-
-
Dmitry Vyukov authored
llvm-svn: 159294
-
Dmitry Vyukov authored
llvm-svn: 159278
-
Dmitry Vyukov authored
llvm-svn: 159266
-
Dmitry Vyukov authored
llvm-svn: 159264
-
Dmitry Vyukov authored
llvm-svn: 159263
-
Chandler Carruth authored
just-built Clang binary, and linking them against the just-built ASan runtime. This is *very* brittle. I expect it will require tweaking, and I've pro-actively disabled it on non-Unix builds and on cross-builds. It is also currently missing dependency edges on GoogleTest header files and a few other corner cases, but those can be fixed. This is the major milestone of a mini-bootstrap-like build of the unittest. llvm-svn: 159255
-
- Jun 26, 2012
-
-
Kostya Serebryany authored
llvm-svn: 159204
-
Alexey Samsonov authored
llvm-svn: 159198
-
- Jun 25, 2012
-
-
Kostya Serebryany authored
llvm-svn: 159143
-
Dmitry Vyukov authored
llvm-svn: 159142
-
Dmitry Vyukov authored
llvm-svn: 159141
-
Kostya Serebryany authored
llvm-svn: 159140
-