Branch: refs/heads/bbiiggppiigg/liveness-gfx908-gfx90a
Home: https://github.com/dyninst/dyninst
Commit: 0a35565844ebeda2364ebb9ab52b0197e77775ec
https://github.com/dyninst/dyninst/commit/0a35565844ebeda2364ebb9ab52b0197e77775ec
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M symtabAPI/src/Symtab.C
Log Message:
-----------
Fix duplicate symbol entries in Symtab:everyFunction
A function should only be added to everyFunction if it was not already
in funcsByOffset or if it lives in a different code region from the
function found with the same offset.
This was introduced by https://github.com/dyninst/dyninst/pull/1534.
Commit: 9540e5cf2691094cae48c57ca2400f595ae3a02f
https://github.com/dyninst/dyninst/commit/9540e5cf2691094cae48c57ca2400f595ae3a02f
Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M dataflowAPI/h/ABI.h
M dataflowAPI/src/ABI.C
Log Message:
-----------
Add interface to getABI that takes Architecture
Commit: 495a9dcc16fcca79ad3acb1e1caa7cb87a13b2c1
https://github.com/dyninst/dyninst/commit/495a9dcc16fcca79ad3acb1e1caa7cb87a13b2c1
Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M dataflowAPI/h/liveness.h
M dataflowAPI/src/liveness.C
Log Message:
-----------
Add LivenessAnalyzer Interface taking Architecture
Commit: 88031835e811eff8bb36ed2c60de9932a12c608e
https://github.com/dyninst/dyninst/commit/88031835e811eff8bb36ed2c60de9932a12c608e
Author: wuxx1279 <bbiiggppiigg@xxxxxxxxx>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M dataflowAPI/src/RegisterMap.C
M dataflowAPI/src/RegisterMap.h
A dataflowAPI/src/amdgpu_gfx908_machRegIndex.h
A dataflowAPI/src/amdgpu_gfx90a_machRegIndex.h
Log Message:
-----------
Add liveness register map for gfx908 and gfx90a
Compare: https://github.com/dyninst/dyninst/compare/0a35565844eb%5E...88031835e811
|