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

0822 wip #1196

Merged
merged 19 commits into from
Sep 13, 2023
Merged

0822 wip #1196

merged 19 commits into from
Sep 13, 2023

Conversation

JasonZhongZexin
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #1196 (0413de1) into master (2ddd8bd) will decrease coverage by 0.19%.
Report is 3 commits behind head on master.
The diff coverage is 38.63%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1196      +/-   ##
==========================================
- Coverage   64.67%   64.49%   -0.19%     
==========================================
  Files         222      223       +1     
  Lines       23520    23616      +96     
==========================================
+ Hits        15212    15231      +19     
- Misses       8308     8385      +77     
Files Changed Coverage Δ
svf/include/MemoryModel/PointerAnalysisImpl.h 57.51% <ø> (ø)
svf/include/SVFIR/SVFIR.h 100.00% <ø> (ø)
svf/include/WPA/VersionedFlowSensitive.h 100.00% <ø> (ø)
svf/lib/Util/NodeIDAllocator.cpp 13.70% <ø> (-1.26%) ⬇️
svf/lib/WPA/VersionedFlowSensitive.cpp 70.50% <0.00%> (-12.36%) ⬇️
svf/lib/MemoryModel/PointerAnalysisImpl.cpp 76.56% <86.27%> (+0.92%) ⬆️
svf/include/Util/NodeIDAllocator.h 100.00% <100.00%> (ø)
svf/lib/SVFIR/SVFIR.cpp 79.35% <100.00%> (ø)
svf/lib/WPA/Andersen.cpp 89.83% <100.00%> (ø)

canliture and others added 16 commits September 13, 2023 15:04
1. add getBytefromGepTypePair in SvfIR2ItvExeState
2. add getIndexfromGepTypePair in SvfIR2ItvExeState
3. add accumulateConstantByteOffset in AccessPath
* Remove "STATIC" annotation in extapi.bc

* Return "STATIC_OBJECT" in an external function which has a static var that its return value points to

* Move the functions with annotations to the front of the functions without annotations in extapi.c

* annotate fdopen() with "ALLOC_RET"
SVF-tools#1191)

* fix a bug that leads to get many incorrect switch target value -1

* complete SVFIRBuilder about SwitchInst and make it easy understandable: get case successor basic block and related case value.
* add reshapeValue() to getOffsetfromGepPair

* refactor getGepByteOffset and accumulateConstantByteOffset

* fix SVF CI compile err

---------

Co-authored-by: jiawei.wang <[email protected]>
* add reshapeValue() to getOffsetfromGepPair

* refactor getGepByteOffset and accumulateConstantByteOffset

* fix SVF CI compile err

* replace int64 with s64 to IntervalValue

* replace more int64 with s64

* replace more int64 with s64

* replace more int64 with s64

* replace more int64 with s64

* replace more int64 with s64

* replace more int64 with s64

---------

Co-authored-by: jiawei.wang <[email protected]>
update code

update changes

update

upate
@yuleisui yuleisui merged commit 63cb876 into SVF-tools:master Sep 13, 2023
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.

5 participants