-
Notifications
You must be signed in to change notification settings - Fork 447
remove all SVFFunction in svf #1646
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
Open
Geoffrey1014
wants to merge
49
commits into
SVF-tools:master
Choose a base branch
from
Geoffrey1014:hwg_1_27
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
b8747ac
copy all fields of SVFFunction into CallGraphNode
09eda74
Merge remote-tracking branch 'upstream/master' into hwg_1_27
7c52c5b
fix
0cdfac1
rm SVFFunction in CFL
207340e
seperate buildSVFIRCallGraph to two functions
7823b9f
change ICFGNode::SVFFunction* calledFunc to const CallGraphNode* call…
82fac47
rm Map<const SVFFunction*, CallGraphNode*> FunToCallGraphNodeMap; in …
bbf2484
refactoring bool isSourceLikeFun(const CallGraphNode* fun)
9186c86
refactoring connectCaller2ForkedFunParams(const CallICFGNode* cs, co…
25f302d
refactoring const SVFFunction* fun; --> CallGraphNode* fun; in PTACa…
0bb927f
refactoring Map<const SVFFunction*, PTACallGraphNode*> FunToCallGrap…
81206ea
rename FunToPTACallGraphNodeMap funToPtaCallGraphNodeMap; --> CgNode…
2536482
refactoring std::pair<const CallICFGNode*, const SVFFunction*> CallSi…
1969292
refactoring typedef Set<const SVFFunction*> FunctionSet; --> Set<cons…
c3e5301
Merge branch 'master' into hwg_1_27
d1faa8a
Merge remote-tracking branch 'upstream/master' into hwg_1_27
fee8c91
refactoring icfgNode->getFun()->getFunction() --> const CallGraphNode…
ee85952
refactoring FunToFunEntryNodeMapTy in ICFG,h
20ec977
refactoring getIndCallSitesInvokingCallee in PTACallGraph.h,h
6db5bad
refactoring getFunEntryICFGNode in ICFG.h
2536485
rm SVFFunction in CHG.h
ffcab19
rm SVFFunction in SVFGNode.h & VFGNode.h
02cd143
rm SVFFunction in SVFG.h & VFG.h
c87f0a4
remove SVFFunction in SVFIR.h
f6c0793
rm SVFFunction in CDGBuilder.h
3459f67
rm SVFFunction in ThreadCallGraph.h
6f96b93
rm SVFFunction in FlowDDA and ContextDDA
c3271c3
rm SVFFunction in TCT.h
916f506
rm SVFFunction in MemPartition.h & MemRegion.h
732594d
rm SVFFunction in MemSSA.h MSSAMuChi.h
08a9d5e
rm SVFFunction in MHP.h
2cc34cd
rm SVFFunction in SaberCondAllocator.h
8cabf88
rm SVFFunction in SVFVariables.h & fix CallGraphNode constructor with…
2370fb6
rm SVFFunction in BasicBlockG.h
2b9d888
refactor: replace SVFFunction with CallGraphNode in SVFUtil and Threa…
e96388a
refactor: replace SVFFunction with CallGraphNode in matchArgs and rel…
626553f
refactor: replace SVFFunction with CallGraphNode in SVFStat branchSta…
0d6b307
refactor: replace SVFFunction with CallGraphNode in MemRegion, MemSSA…
c5e3b81
refactor: replace SVFFunction with CallGraphNode in SVFModule, relate…
4ad1f61
refactor: update SVFFunction references to CallGraphNode in CallGraph
4b6c780
rm SVFFunction in ExtAPI
c22415b
rm SVFFunction* getFunction() in CallGraphNode
1675748
rm const SVFFunction* fun; in CallGraphNode
b741107
fix
e43627d
Merge remote-tracking branch 'upstream/master' into hwg_1_27
64a56db
remove comments
5205add
callgraph->getPTACallGraphNode(fun)->getId()) --> fun->getId()
b43fd17
rename getCallNode() -> getCallGraphNode();
0410a42
rename getCallNode() -> getCallGraphNode();
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too many fields in the classs. Need to simplify fields and use methods for flags and some fields