Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Callgraph #1560

Closed
wants to merge 10 commits into from
Closed

Callgraph #1560

wants to merge 10 commits into from

Conversation

Geoffrey1014
Copy link
Contributor

create IR call graph in SVFIR

use IR call graph to build PTA call graph

add CallGraph* buildSVFIRCallGraph();

Copy link

codecov bot commented Oct 5, 2024

Codecov Report

Attention: Patch coverage is 83.33333% with 11 lines in your changes missing coverage. Please review.

Project coverage is 62.86%. Comparing base (7a26fd7) to head (9152c4e).

Files with missing lines Patch % Lines
svf/lib/Util/SVFUtil.cpp 42.85% 4 Missing ⚠️
svf/lib/MSSA/MemSSA.cpp 0.00% 2 Missing ⚠️
svf/lib/Util/CDGBuilder.cpp 0.00% 2 Missing ⚠️
svf/lib/Util/ThreadAPI.cpp 0.00% 2 Missing ⚠️
svf/include/Graphs/CallGraph.h 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1560      +/-   ##
==========================================
+ Coverage   62.84%   62.86%   +0.01%     
==========================================
  Files         245      245              
  Lines       25669    25695      +26     
  Branches     4507     4518      +11     
==========================================
+ Hits        16131    16152      +21     
- Misses       9538     9543       +5     
Files with missing lines Coverage Δ
svf-llvm/include/SVF-LLVM/LLVMModule.h 94.05% <ø> (ø)
svf-llvm/lib/LLVMModule.cpp 83.80% <100.00%> (+0.12%) ⬆️
svf-llvm/lib/SVFIRBuilder.cpp 84.06% <100.00%> (+0.10%) ⬆️
svf/include/SVFIR/SVFIR.h 100.00% <100.00%> (ø)
svf/include/SVFIR/SVFModule.h 78.57% <ø> (ø)
svf/include/Util/CallGraphBuilder.h 100.00% <ø> (ø)
svf/include/Util/SVFUtil.h 89.13% <ø> (-0.67%) ⬇️
svf/lib/Graphs/CallGraph.cpp 73.72% <100.00%> (ø)
svf/lib/MSSA/MemRegion.cpp 69.17% <100.00%> (-0.11%) ⬇️
svf/lib/MSSA/SVFGBuilder.cpp 87.87% <100.00%> (-0.36%) ⬇️
... and 10 more

hwg added 4 commits October 8, 2024 12:19
# Conflicts:
#	svf-llvm/lib/LLVMModule.cpp
#	svf/include/Graphs/CallGraph.h
#	svf/lib/Graphs/CallGraph.cpp
#	svf/lib/Util/CallGraphBuilder.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant