Skip to content

CSI instrumenting compiler v1.3.0

Compare
Choose a tag to compare
@pohmann pohmann released this 11 Apr 19:54

This is release 1.3.0 of csi-cc, the instrumenting compiler implementing lightweight, customizable control-flow tracing. Major changes in this release include:

  • Support for more recent LLVM releases (through 4.0)
  • Support for OSX 10.11+
  • Tools for extracting annotated control-flow graphs for downstream analyses

All code in this release is licensed under the Apache License, Version 2.0, and is copyright © 2017 Peter J. Ohmann and Benjamin R. Liblit. For licensing details, please see the file COPYING. A copy of the license may be obtained at http://www.apache.org/licenses/LICENSE-2.0.

Some files may have additional licensing information. Please see individual files for details.

Information for building and running csi-cc, including instructions for extracting annotated control-flow graphs, can be found in the doc/ directory of this release.

General disclaimer:
The authors make no guarantee whatsoever that CSI will build and/or run on your system. This README and the documentation are best-effort guides with possibly-helpful comments.