Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

compiler-rt/lib/tsan: allow the Go runtime to return multiple stack f… #8

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2019

  1. compiler-rt/lib/tsan: allow the Go runtime to return multiple stack f…

    …rames for a single PC
    
    This fix allows tsan to report stack traces correctly even in the
    presence of mid-stack inlining by the Go compiler.
    
    See golang/go#33309
    randall77 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    1328352 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Revert "compiler-rt/lib/tsan: allow the Go runtime to return multiple…

    … stack frames for a single PC"
    
    This reverts commit 1328352.
    randall77 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    a6ad87b View commit details
    Browse the repository at this point in the history
  2. Fixes for Windows build.

    randall77 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    7d1e2b1 View commit details
    Browse the repository at this point in the history
  3. More fixes.

    randall77 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    00e61fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a82cd81 View commit details
    Browse the repository at this point in the history
  5. use later psapi version

    randall77 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e1d15fe View commit details
    Browse the repository at this point in the history
  6. try psapi version 1

    randall77 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    2cf87f3 View commit details
    Browse the repository at this point in the history
  7. try restricting to win10

    randall77 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    85cc6fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5c8f6d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6438b2 View commit details
    Browse the repository at this point in the history