[DynInst_API:] [dyninst/dyninst] 0fdeb8: Add direct tail call case for Point::getCallee (#931)


Date: Sat, 19 Dec 2020 16:06:19 -0800
From: noreply@xxxxxxxxxx
Subject: [DynInst_API:] [dyninst/dyninst] 0fdeb8: Add direct tail call case for Point::getCallee (#931)
  Branch: refs/heads/sasha/dwarf-redhat-issues
  Home:   https://github.com/dyninst/dyninst
  Commit: 0fdeb8eb4122de804a67318331bdac03f054e5ef
      https://github.com/dyninst/dyninst/commit/0fdeb8eb4122de804a67318331bdac03f054e5ef
  Author: Jiawei "Tyler" Gu <47795840+tylergu@xxxxxxxxxxxxxxxxxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M patchAPI/src/Point.C

  Log Message:
  -----------
  Add direct tail call case for Point::getCallee (#931)

When an edge is direct branch or conditional taken branch, and it is inter-procedural, we consider it as a direct tail call and return the target of this edge as the callee.


  Commit: 432630f4470732e11cb0afc309834037886ab2a0
      https://github.com/dyninst/dyninst/commit/432630f4470732e11cb0afc309834037886ab2a0
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M cmake/LanguageStandards.cmake

  Log Message:
  -----------
  Require gcc >= 6.0 (#932)

We've quietly required the ABI and API changes in libstdc++ for some time, but we make them explicit now.


  Commit: 13ea0fadbe943e1d45805b218e310426770c77b8
      https://github.com/dyninst/dyninst/commit/13ea0fadbe943e1d45805b218e310426770c77b8
  Author: kupsch <kupsch@xxxxxxxxxxx>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M symtabAPI/h/Symbol.h
    M symtabAPI/src/Symbol.C

  Log Message:
  -----------
  make Symbol methods const (#936)

The following methods should be const methods of the class Symbol:
- getVersions
- getVersionFileName
- getVersionNum
- getVersionHidden
- getReferringSymbol


  Commit: 7e8b26128506496344fd44fc13dd77c1fa1ec334
      https://github.com/dyninst/dyninst/commit/7e8b26128506496344fd44fc13dd77c1fa1ec334
  Author: bbiiggppiigg <bbiiggppiigg@xxxxxxxxx>
  Date:   2020-12-16 (Wed, 16 Dec 2020)

  Changed paths:
    M dwarf/src/dwarfHandle.C

  Log Message:
  -----------
  Fix wrong return value in DwarfHandle::init_dbg (#939)


  Commit: f89ff36a7a8d01dfd41607eef26e0e7b0cbad49c
      https://github.com/dyninst/dyninst/commit/f89ff36a7a8d01dfd41607eef26e0e7b0cbad49c
  Author: Sasha (fedora33) <sasha@xxxxxxxxxxx>
  Date:   2020-12-20 (Sun, 20 Dec 2020)

  Changed paths:
    M cmake/LanguageStandards.cmake
    M dwarf/src/dwarfHandle.C
    M patchAPI/src/Point.C
    M symtabAPI/h/Symbol.h
    M symtabAPI/src/Symbol.C

  Log Message:
  -----------
  Merge branch 'master' into sasha/dwarf-redhat-issues


Compare: https://github.com/dyninst/dyninst/compare/c6e088d2460d...f89ff36a7a8d
[← Prev in Thread] Current Thread [Next in Thread→]