Skip to content

Commit

Permalink
reorganize docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraks committed Dec 15, 2021
1 parent e6962e0 commit 978e975
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions dev-clean/src/main/scala/sai/ccbse/Engine.scala
Expand Up @@ -25,6 +25,8 @@ import scala.collection.immutable.{List => StaticList, Map => StaticMap}
import scala.collection.mutable.{Map => StaticMutMap, Queue => StaticQueue, Set => StaticSet}
import sai.lmsx.smt.SMTBool

// Note (ST): possible optimization - track path information to branch level

@virtualize
trait CCBSEEngine extends SAIOps with StagedNondet with SymExeDefs {
object CompileTimeRuntime {
Expand Down
1 change: 0 additions & 1 deletion dev-clean/src/main/scala/sai/ccbse/possible_optimization

This file was deleted.

@@ -1,7 +1,11 @@
##### Note: bold instructions appear in `coreutils`
LLVM instructions supported by `llsc/engines/Engine.scala`.

>count:
>>umimplemented: 25\
THIS IS OUTDATED, NEED UPDATE.

** Note: bold instructions appear in `coreutils` **

>count:
>>unimplemented: 25\
>>implemented: 17
>types missing: float, struct
Expand Down Expand Up @@ -83,4 +87,4 @@
7. va_arg Instruction
8. landingpad Instruction
9. catchpad Instruction
10. cleanuppad Instruction
10. cleanuppad Instruction

0 comments on commit 978e975

Please sign in to comment.