Skip to content

Commit b383231

Browse files
author
Martin Mory
committed
Remove wali and depending solver (skeletons)
1 parent ea3b1dc commit b383231

41 files changed

Lines changed: 0 additions & 2505 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
path = external/googletest
77
url = https://github.com/google/googletest.git
88
branch = master
9-
[submodule "external/WALi-OpenNWA"]
10-
path = external/WALi-OpenNWA
11-
url = https://github.com/pdschubert/WALi-OpenNWA.git
129
[submodule "external/json-schema-validator"]
1310
path = external/json-schema-validator
1411
url = https://github.com/pboettch/json-schema-validator.git

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ if (PHASAR_IN_TREE)
243243
)
244244
endif()
245245

246-
# WALi-OpenNWA
247-
add_subdirectory(external/WALi-OpenNWA)
248-
include_directories(external/WALi-OpenNWA/Source/wali/include)
249-
250246
# Set up clang-tidy to run during PhASAR's compilation to indicate code smells
251247
if (PHASAR_ENABLE_CLANG_TIDY_DURING_BUILD)
252248
message(STATUS "Enabled clang-tidy during build")

LICENSE.txt

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -99,36 +99,6 @@ pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
9999
ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
100100
md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h
101101

102-
103-
WALi-OpenNWA
104-
-------------------------------------------------------------------------------
105-
OpenNWA portions:
106-
Copyright (c) 2009-2012 Amanda Burton, Evan Driscoll, Aditya Thakur,
107-
and Thomas Reps
108-
109-
WALi portions:
110-
Copyright (c) 2010 Nicholas Kidd, Akash Lal, and Thomas Reps
111-
Copyright (c) 2007 Nicholas Kidd, Akash Lal, and Thomas Reps
112-
113-
Permission is hereby granted, free of charge, to any person obtaining a copy
114-
of this software and associated documentation files (the "Software"), to deal
115-
in the Software without restriction, including without limitation the rights
116-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
117-
copies of the Software, and to permit persons to whom the Software is
118-
furnished to do so, subject to the following conditions:
119-
120-
The above copyright notice and this permission notice shall be included in
121-
all copies or substantial portions of the Software.
122-
123-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
124-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
125-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
126-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
127-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
128-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
129-
THE SOFTWARE.
130-
131-
132102
Boost
133103
-------------------------------------------------------------------------------
134104
Boost Software License - Version 1.0 - August 17th, 2003

external/WALi-OpenNWA

Lines changed: 0 additions & 1 deletion
This file was deleted.

include/phasar/PhasarLLVM/DataFlowSolver/WPDS/JoinLatticeToSemiRingElem.h

Lines changed: 0 additions & 92 deletions
This file was deleted.

include/phasar/PhasarLLVM/DataFlowSolver/WPDS/Problems/WPDSAliasCollector.h

Lines changed: 0 additions & 92 deletions
This file was deleted.

include/phasar/PhasarLLVM/DataFlowSolver/WPDS/Problems/WPDSLinearConstantAnalysis.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

include/phasar/PhasarLLVM/DataFlowSolver/WPDS/Problems/WPDSSolverTest.h

Lines changed: 0 additions & 89 deletions
This file was deleted.

include/phasar/PhasarLLVM/DataFlowSolver/WPDS/Solver/PDSSolver.h

Whitespace-only changes.

0 commit comments

Comments
 (0)