Branch: refs/heads/sfm/feature/interproc_analysis
Home: https://github.com/dyninst/dyninst
Commit: dff30ae88e36c16cc646941bc5bd029cd4320d43
https://github.com/dyninst/dyninst/commit/dff30ae88e36c16cc646941bc5bd029cd4320d43
Author: Matt Morehouse <mm@xxxxxxxxxxx>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M dataflowAPI/h/stackanalysis.h
M dataflowAPI/src/stackanalysis.C
M dyninstAPI/h/BPatch_function.h
M dyninstAPI/h/BPatch_object.h
M dyninstAPI/src/BPatch_object.C
M dyninstAPI/src/function.C
Log Message:
-----------
Implement interprocedural analysis for StackMod.
Sort the call graph topologically, and then generate function
summaries in a bottom-up fashion, plugging in the summaries at
call sites during StackAnalysis.
Commit: f25e8f715710c761b926261ff93a0ad9b4b91015
https://github.com/dyninst/dyninst/commit/f25e8f715710c761b926261ff93a0ad9b4b91015
Author: Matt Morehouse <mm@xxxxxxxxxxx>
Date: 2016-08-17 (Wed, 17 Aug 2016)
Changed paths:
M dyninstAPI/src/BPatch_function.C
Log Message:
-----------
Allow BPatch_function::findPoint on uninstrumentable functions.
findPoint is useful for interprocedural analysis in StackMod, even
if the function passed in is uninstrumentable.
Compare: https://github.com/dyninst/dyninst/compare/dff30ae88e36^...f25e8f715710
|