-
Notifications
You must be signed in to change notification settings - Fork 0
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
Data Structure Analysis #222
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af21c7d - Browse repository at this point
Copy the full SHA af21c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02eff56 - Browse repository at this point
Copy the full SHA 02eff56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24e22ad - Browse repository at this point
Copy the full SHA 24e22adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8772452 - Browse repository at this point
Copy the full SHA 8772452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8b563 - Browse repository at this point
Copy the full SHA 2b8b563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ecede - Browse repository at this point
Copy the full SHA 24ecedeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbee14c - Browse repository at this point
Copy the full SHA fbee14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f97f3 - Browse repository at this point
Copy the full SHA d4f97f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fccfa94 - Browse repository at this point
Copy the full SHA fccfa94View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f5a4b - Browse repository at this point
Copy the full SHA c2f5a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a3bfb - Browse repository at this point
Copy the full SHA 75a3bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f600c66 - Browse repository at this point
Copy the full SHA f600c66View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3526de8 - Browse repository at this point
Copy the full SHA 3526de8View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c806362 - Browse repository at this point
Copy the full SHA c806362View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce94199 - Browse repository at this point
Copy the full SHA ce94199View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17a35a2 - Browse repository at this point
Copy the full SHA 17a35a2View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7583c31 - Browse repository at this point
Copy the full SHA 7583c31View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78df354 - Browse repository at this point
Copy the full SHA 78df354View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b47aa9 - Browse repository at this point
Copy the full SHA 1b47aa9View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ecbf09 - Browse repository at this point
Copy the full SHA 6ecbf09View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f0ee33 - Browse repository at this point
Copy the full SHA 7f0ee33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc7239 - Browse repository at this point
Copy the full SHA 4dc7239View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65c672a - Browse repository at this point
Copy the full SHA 65c672aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ee680 - Browse repository at this point
Copy the full SHA e6ee680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8518723 - Browse repository at this point
Copy the full SHA 8518723View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4fe131 - Browse repository at this point
Copy the full SHA b4fe131View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 832937f - Browse repository at this point
Copy the full SHA 832937fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e962460 - Browse repository at this point
Copy the full SHA e962460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83033a7 - Browse repository at this point
Copy the full SHA 83033a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8caf294 - Browse repository at this point
Copy the full SHA 8caf294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc70df - Browse repository at this point
Copy the full SHA 9bc70dfView commit details
Commits on Oct 10, 2024
-
Merge branch 'main' into points-to-analysis-alternate-merge
# Conflicts: # src/main/scala/analysis/solvers/IDESolver.scala # src/main/scala/translating/ReadELFLoader.scala # src/main/scala/util/RunUtils.scala # src/test/scala/IndirectCallsTests.scala # src/test/scala/IrreducibleLoop.scala # src/test/scala/LiveVarsAnalysisTests.scala # src/test/scala/PointsToTest.scala # src/test/scala/ir/InterpreterTests.scala
l-kent committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 7c49adb - Browse repository at this point
Copy the full SHA 7c49adbView commit details -
fix IDESolver issues with empty procedures
l-kent committedOct 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 69792b7 - Browse repository at this point
Copy the full SHA 69792b7View commit details
Commits on Oct 14, 2024
-
general cleanup of DSA, particularly around overuse of tuple accesses…
… which are difficult to follow at a glance
l-kent committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 4592fd3 - Browse repository at this point
Copy the full SHA 4592fd3View commit details -
deprecate DSA test that used removed example, update DSA tests to use…
… newer jumptable2 example, DSA test cleanup
l-kent committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e25419 - Browse repository at this point
Copy the full SHA 6e25419View commit details -
put DSA in its own package, rename classes for clarity, put DSG/Graph…
… in its own file since it's so big
l-kent committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for c0cf064 - Browse repository at this point
Copy the full SHA c0cf064View commit details -
remove unnecessary use of options in StaticAnalysisContext for DSA re…
…sults
l-kent committedOct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 01b6c75 - Browse repository at this point
Copy the full SHA 01b6c75View commit details -
l-kent committed
Oct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for b4c965f - Browse repository at this point
Copy the full SHA b4c965fView commit details -
l-kent committed
Oct 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c82a09 - Browse repository at this point
Copy the full SHA 1c82a09View commit details