Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SVF provides reusable abstractions, graphs, and solvers for analyzing LLVM IR.

## News
* <b>[On-demand program slicing](https://github.com/SVF-tools/SVF/tree/master/svf/include/MTA) published in our [ISSTA paper](https://joelyyoung.github.io/pdf/issta26.pdf) is now available in SVF </b>
* <b>[MSli](https://github.com/SVF-tools/SVF/wiki/MTA-MSli), an on-demand program slicing tool for multithreaded programs, is now available in [SVF/MTA](https://github.com/SVF-tools/SVF/tree/master/svf/include/MTA). </b>
* <b>SVF now supports [LLVM-22](https://github.com/SVF-tools/SVF/pull/1876) (Contributed by [Giorgio](https://github.com/dg1474)). </b>
* <b>SVF now supports [LLVM-21](https://github.com/SVF-tools/SVF/pull/1815) (Contributed by [cjsrxzdyzds](https://github.com/cjsrxzdyzds)). </b>
* <b>SVF now supports new [build system](https://github.com/SVF-tools/SVF/pull/1703) (Thank [Johannes](https://github.com/Johanmyst) for his help!). </b>
Expand Down
6 changes: 6 additions & 0 deletions svf/include/MTA/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# MTA and MSli

This directory contains the public interfaces for SVF's multithreaded analysis
(MTA) and the MSli multi-stage slicing implementation. See the [MTA-MSli wiki
page](https://github.com/SVF-tools/SVF/wiki/MTA-MSli) for an overview, benchmark
inputs, build instructions, and usage examples.
6 changes: 0 additions & 6 deletions svf/lib/MTA/README.md

This file was deleted.

Loading