- May 10, 2012
-
-
Kostya Serebryany authored
Algorithm description: http://code.google.com/p/thread-sanitizer/wiki/ThreadSanitizerAlgorithm Status: The tool is known to work on large real-life applications, but still has quite a few rough edges. Nothing is guaranteed yet. The tool works on x86_64 Linux. Support for 64-bit MacOS 10.7+ is planned for late 2012. Support for 32-bit OSes is doable, but problematic and not yet planed. Further commits coming: - tests - makefiles - documentation - clang driver patch The code was previously developed at http://code.google.com/p/data-race-test/source/browse/trunk/v2/ by Dmitry Vyukov and Kostya Serebryany with contributions from Timur Iskhodzhanov, Alexander Potapenko, Alexey Samsonov and Evgeniy Stepanov. llvm-svn: 156542
-
Alexander Potapenko authored
llvm-svn: 156538
-
- Apr 23, 2012
-
-
Alexey Samsonov authored
llvm-svn: 155350
-
Kostya Serebryany authored
llvm-svn: 155344
-
Alexander Potapenko authored
llvm-svn: 155338
-
- Apr 19, 2012
-
-
Kostya Serebryany authored
llvm-svn: 155127
-
- Apr 16, 2012
-
-
http://llvm.org/viewvc/llvm-project?view=rev&revision=154390Alexander Potapenko authored
Until we work out the solution for http://code.google.com/p/address-sanitizer/issues/detail?id=65 we'd better not allow the clients to override AddressSanitizer's signal handler. The second part of r154390 (removing the sighandler-related tests) is not reverted, because those tests were broken and didn't test anything. llvm-svn: 154803
-
- Apr 12, 2012
-
-
Alexey Samsonov authored
llvm-svn: 154589
-
Alexey Samsonov authored
llvm-svn: 154583
-
Alexey Samsonov authored
[ASan] fix output tests - r154570 changed debug info for static functions and now they are symbolized a bit differently llvm-svn: 154581
-
- Apr 10, 2012
-
-
Alexander Potapenko authored
From now on we allow the clients to override signal handlers set by ASan, but print a warning in such a case. Remove the tests for signal() and sigaction(), because they made little sense even without this change. llvm-svn: 154390
-
- Apr 09, 2012
-
-
Alexey Samsonov authored
[ASan] remove dispatch.h header once again - it's not present on Leopard, and we don't want to break the build of compiler-rt there. See https://trac.macports.org/ticket/33362 llvm-svn: 154326
-
Timur Iskhodzhanov authored
llvm-svn: 154314
-
- Apr 06, 2012
-
-
Kostya Serebryany authored
llvm-svn: 154203
-
Kostya Serebryany authored
llvm-svn: 154201
-
Alexey Samsonov authored
llvm-svn: 154167
-
Kostya Serebryany authored
llvm-svn: 154159
-
- Apr 05, 2012
-
-
Timur Iskhodzhanov authored
llvm-svn: 154112
-
Timur Iskhodzhanov authored
llvm-svn: 154111
-
Timur Iskhodzhanov authored
llvm-svn: 154106
-
Kostya Serebryany authored
llvm-svn: 154097
-
Alexander Potapenko authored
per-thread stacks for signal handling. This allows to print more verbose error reports for stack overflows. llvm-svn: 154092
-
Alexander Potapenko authored
llvm-svn: 154091
-
Chandler Carruth authored
Some high-level notes: 1) An explicit goal is to support building compiler-rt as a subproject build, checked out into the projects/compiler-rt directory. There are many other possible ways of building the code here, but this is optimized for development on LLVM/Clang/compiler-rt, and incremental trial and testing of the toolchain. 2) The current support is targeted at Linux. I would love to see this generalized to other platforms, but for the sake of simplicity in testing, I'm focusing here first. Much of this patch was paired with Manuel, and I credit him with the majority of the work here. Some important caveats that I'll be working on in subsequent patches: 1) This uses the host compiler rather than using the just-built-clang. 2) Currently only x86 is supported. 3) Currently, none of the tests are built or run. 4) Uses CMake's builtin globbing which doesn't update correctly. 5) This is still turned off from LLVM's CMake build until these issues are addressed llvm-svn: 154060
-
Chandler Carruth authored
I cannot build any part of this successfully on either Linux or Darwin, and the replacement is worlds simpler by requiring that this be built as a subproject of LLVM. If this breaks you for any reason, please let me know, and let me know what your use case is. llvm-svn: 154059
-
- Apr 04, 2012
-
-
Alexey Samsonov authored
llvm-svn: 154006
-
- Mar 30, 2012
-
-
Benjamin Kramer authored
- Add memcpy and memcmp to the stub headers. - __uint128_t is not available on 32 bit platforms. It's also unused so just comment it out for now. llvm-svn: 153779
-
Alexander Potapenko authored
llvm-svn: 153762
-
David Chisnall authored
llvm-svn: 153735
-
- Mar 29, 2012
-
-
Alexander Potapenko authored
llvm-svn: 153641
-
Alexey Samsonov authored
llvm-svn: 153637
-
- Mar 28, 2012
-
-
Kostya Serebryany authored
llvm-svn: 153601
-
Kostya Serebryany authored
llvm-svn: 153586
-
- Mar 27, 2012
-
-
Alexander Potapenko authored
llvm-svn: 153514
-
- Mar 26, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153444
-
Evgeniy Stepanov authored
It's not available on Android. We only use this header to find out if _DYNAMIC is present; declaring it "extern void*" does the trick. llvm-svn: 153431
-
Alexey Samsonov authored
llvm-svn: 153430
-
- Mar 24, 2012
-
-
Alexey Samsonov authored
llvm-svn: 153379
-
Alexey Samsonov authored
llvm-svn: 153378
-
Alexey Samsonov authored
llvm-svn: 153377
-