Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp | Nico Weber | 2019-08-01 | 6 | -0/+0 |
| | | | | | | | | | Like r367463, but for tsan/{benchmarks,dd,go}. The files benchmarks aren't referenced in the build anywhere and where added in 2012 with the comment "no Makefiles yet". llvm-svn: 367567 | ||||
* | tsan: add more benchmarks | Dmitry Vyukov | 2019-02-07 | 2 | -0/+100 |
| | | | | | | | | | func_entry_exit.cc is for __tsan_func_entry/exit (spends ~75% there), we don't yet have any. mop.cc is for memory access functions, as compared to mini_bench_local/shared.cc this benchmark passes through deduplication logic (ContainsSameAccess). llvm-svn: 353407 | ||||
* | [tsan] ThreadSanitizer tests and micro benchmarks. No makefiles yet. | Kostya Serebryany | 2012-05-10 | 4 | -0/+272 |
llvm-svn: 156545 |