llvm-project/clang/utils/analyzer
Artem Dergachev 5740e77f03 [analyzer] exploded-graph-rewriter: Implement a --diff mode.
In this mode the tool would avoid duplicating the contents of the
program state on every node, replacing them with a diff-like dump
of changes that happened on that node.

This is useful because most of the time we only interested in whether
the effect of the statement was modeled correctly. A diffed graph would
also be much faster to load and navigate, being much smaller than
the original graph.

The diffs are computed "semantically" as opposed to plain text diffs.
I.e., the diff algorithm is hand-crafted separately for every state trait,
taking the underlying data structures into account. This is especially nice
for Environment because textual diffs would have been terrible.
On the other hand, it requires some boilerplate to implement.

Differential Revision: https://reviews.llvm.org/D62761

llvm-svn: 363898
2019-06-19 23:33:59 +00:00
..
CmpRuns.py [analyzer] [testing] Inside CmpRuns.py output also print the filename of the first item in the path 2019-02-05 22:26:57 +00:00
SATestAdd.py Portable Python script across Python version 2018-12-18 16:07:37 +00:00
SATestBuild.py [analyzer] SATestBuild.py: Use driver for analyzing single-file tests. 2019-05-29 18:49:31 +00:00
SATestUpdateDiffs.py Portable Python script across Python version 2018-12-18 16:07:37 +00:00
SATestUtils.py [analyzer] SATestBuild.py: Use driver for analyzing single-file tests. 2019-05-29 18:49:31 +00:00
SumTimerInfo.py Portable Python script across Python version 2018-12-18 16:07:37 +00:00
exploded-graph-rewriter.py [analyzer] exploded-graph-rewriter: Implement a --diff mode. 2019-06-19 23:33:59 +00:00
reducer.pl
update_plist_test.pl