Skip to content

Commit

Permalink
implement btor add operation
Browse files Browse the repository at this point in the history
  • Loading branch information
jetafese authored and agurfinkel committed Sep 22, 2021
1 parent f986922 commit 94bc596
Show file tree
Hide file tree
Showing 20 changed files with 6 additions and 297 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
debug
build
run-script.sh
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ add_definitions(${LLVM_DEFINITIONS})
add_subdirectory(include)
add_subdirectory(lib)
add_subdirectory(test)
add_subdirectory(standalone-opt)
add_subdirectory(standalone-translate)
add_subdirectory(btor-opt)
add_subdirectory(btor-translate)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ command is installed and is globally available


## Contributors
Arie Gurfinkel <arie.gurfinkel@uwaterloo.ca>
Arie Gurfinkel <arie.gurfinkel@uwaterloo.ca> \
Joseph Tafese <jetafese@uwaterloo.ca>
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory(Standalone)
add_subdirectory(Btor)
3 changes: 0 additions & 3 deletions include/Standalone/CMakeLists.txt

This file was deleted.

16 changes: 0 additions & 16 deletions include/Standalone/StandaloneDialect.h

This file was deleted.

36 changes: 0 additions & 36 deletions include/Standalone/StandaloneDialect.td

This file was deleted.

20 changes: 0 additions & 20 deletions include/Standalone/StandaloneOps.h

This file was deleted.

42 changes: 0 additions & 42 deletions include/Standalone/StandaloneOps.td

This file was deleted.

2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_subdirectory(Standalone)
add_subdirectory(Btor)
13 changes: 0 additions & 13 deletions lib/Standalone/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions lib/Standalone/StandaloneDialect.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions lib/Standalone/StandaloneOps.cpp

This file was deleted.

14 changes: 0 additions & 14 deletions standalone-opt/CMakeLists.txt

This file was deleted.

38 changes: 0 additions & 38 deletions standalone-opt/standalone-opt.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions standalone-translate/CMakeLists.txt

This file was deleted.

27 changes: 0 additions & 27 deletions standalone-translate/standalone-translate.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions test/Standalone/dummy.mlir

This file was deleted.

3 changes: 0 additions & 3 deletions test/Standalone/standalone-opt.mlir

This file was deleted.

5 changes: 0 additions & 5 deletions test/Standalone/standalone-translate.mlir

This file was deleted.

0 comments on commit 94bc596

Please sign in to comment.