GaloisInc / llvm-pretty-bc-parser

Parser for the llvm bitcode format
Other
54 stars 6 forks source link

llvm-pretty-bc-parser

A parser for the LLVM bitcode file format, yielding a Module from the llvm-pretty package.

Compatibility

The following table shows what kinds of tests have been/are being run with which compilers.

Compiler Version Randomized tests Manual tests Notes
clang v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
v4.0
v5.0
v6.0
v7.0
v8.0
v9.0
v10.0
v11.0
v12.0
v13.0 See issues
v14.0 See issues
v15.0 See issues
v16.0 See issues
clang++ v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
v4.0
v5.0
v6.0
v7.0
v8.0

If you encounter problems with the output of any compiler, please file an issue.

Documentation

Developers' documentation: doc/developing.md

GHC Support

llvm-pretty-bc-parser endeavors to support three versions of GHC at a time. See the developers' documentation for more details and a rationale: doc/developing.md. Currently supported: