Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tsan: allow the Go runtime to return multiple stack frames for a single PC | Dmitry Vyukov | 2019-09-18 | 1 | -7/+18 |
| | | | | | | | | | | | This fix allows tsan to report stack traces correctly even in the presence of mid-stack inlining by the Go compiler. See https://go-review.googlesource.com/c/go/+/195781 for the Go runtime side of this change. Author: randall77 (Keith Randall) Reviewed: https://reviews.llvm.org/D67671 llvm-svn: 372205 | ||||
* | compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp | Nico Weber | 2019-08-01 | 1 | -0/+283 |
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 |