Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler-rt: Rename cc files below test/sanitizer_common to cpp | Nico Weber | 2019-08-05 | 1 | -61/+0 |
| | | | | | | See r367803 and similar other changes. llvm-svn: 367863 | ||||
* | [CMake] Use normalized Windows target triples | Petr Hosek | 2018-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | Changes the default Windows target triple returned by GetHostTriple.cmake from the old environment names (which we wanted to move away from) to newer, normalized ones. This also requires updating all tests to use the new systems names in constraints. Differential Revision: https://reviews.llvm.org/D47381 llvm-svn: 339307 | ||||
* | [ubsan] Enable UBsan in sanitizer_common tests | Vitaly Buka | 2017-09-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Summary: Failing tests just marked as UNSUPPORTED or XFAIL. Some of them can be easily supported, but I'll do this in separate patches. Reviewers: eugenis, alekseyshl Subscribers: srhines, kubamracek, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D37630 llvm-svn: 312860 | ||||
* | [sanitizers] introduce yet another API function: ↵ | Kostya Serebryany | 2016-06-16 | 1 | -2/+14 |
| | | | | | | __sanitizer_install_malloc_and_free_hooks llvm-svn: 272943 | ||||
* | [MSan] Add a test case for r258339. | Alexey Samsonov | 2016-01-21 | 1 | -2/+12 |
| | | | | llvm-svn: 258413 | ||||
* | [lsan] Implement the public allocator interface in standalone LSan. | Sergey Matveev | 2014-08-26 | 1 | -2/+2 |
| | | | | llvm-svn: 216459 | ||||
* | [Sanitizer] Move test for malloc/free hooks under test/sanitizer_common | Alexey Samsonov | 2014-07-07 | 1 | -0/+38 |
llvm-svn: 212474 |