Commit 751a984
Opaque Pointers Integration (#730)
* replaced llvm-14 with llvm-15 in relevant files
* annotation fix + test fix
* removed bitcasts and fixed tests
* Fix Annotation.cpp + TaintConfigTest
* Quick-fix LLVMTypeHierarchyTest
* fix one IIA test
* Fix StringtestCpp for generalized LCA
* first half of tests fixed
* fixed first half of tests
* fixed all but one test in IDEInstInteractionAnalysisTest
* fixed all but two tests
* Fix IIAFlowFact equality
* fixed some newly failed tests
* trade soundness for precision in LLVMAliasSet
* ci.yml update
* Revert "fixed some newly failed tests"
* pre-commit hook
* Two Tests + xtaint09 test fix for pipeline
* Basic Opaque Pointer Impl, bugged
* switching to DebugInfoFinder
* re-add the quick-fix for LLVMTypeHierarchy
* OpaquePtr type mapping, missing subroutines
* Introducing a pass to save ptr types
* Revert "Introducing a pass to save ptr types"
This reverts commit 2a91b6d.
* moving phasar to DIBasedTypeHierarchy
* full switch to DIBasedTypeHierarchy + Test fixes
* fixed PathTracingTest
* dtaresolver deprecated and test fixes
* Fixed OTFTest
* trimmed trailing whitespace
* minor fixes
* readded TypeToDIType map for RTAResolver
* pre-commit clang-format fix
* pre-commit clang-format llvmbasedicfg.cpp
* moved RTAResolver to DITypes
* implemented review suggestions
* Log error if trying to instantiate DTAResolver + minor
* Add breaking changes
* Also compare gep type in IIA EqualGEPDescriptor
* debugging CI
* debugging
* DITH fix attempt for CI
* fix build
* Start adding more sophisticated type extraction (WIP)
* Handle function calls in getVarTypeFromIR
* better fallback handling for getDebugLocation, etc
* cleanup getVarTypeFromIR
* Add libzstd-dev as apt dependency; otherwise the docker build fails on arm
---------
Co-authored-by: mxHuber <huber.maximilian.leo@gmail.com>
Co-authored-by: Fabian Schiebel <fabianbs@mail.uni-paderborn.de>1 parent f8cca83 commit 751a984
File tree
99 files changed
+1167
-946
lines changed- cmake
- include/phasar
- DataFlow/IfdsIde/Solver
- PhasarLLVM
- ControlFlow
- Resolver
- DataFlow/Mono/Problems
- Domain
- TypeHierarchy
- Utils
- lib
- PhasarLLVM
- ControlFlow
- Resolver
- DataFlow
- IfdsIde/Problems
- IDEGeneralizedLCA
- Mono/Problems
- Pointer
- TypeHierarchy
- Utils
- PhasarPass
- test
- build_systems_tests
- advanced_project
- cmake_project
- nomechanism_project
- clang_test_code/SimpleProject
- json_test_code/exceptions
- llvm_test_code
- call_graphs
- globals
- openssl
- key_derivation
- secure_heap
- secure_memory
- xtaint
- tools/phasar-cli
- Controller
- unittests
- PhasarLLVM
- ControlFlow
- DataFlow
- IfdsIde
- Problems
- PathSensitivity
- Pointer
- TaintConfig
- TypeHierarchy
- Utils
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
99 files changed
+1167
-946
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | 166 | | |
178 | 167 | | |
179 | 168 | | |
| |||
219 | 208 | | |
220 | 209 | | |
221 | 210 | | |
222 | | - | |
| 211 | + | |
223 | 212 | | |
224 | 213 | | |
225 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
76 | | - | |
| 74 | + | |
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| |||
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
96 | | - | |
| 94 | + | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
52 | | - | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
64 | | - | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
0 commit comments