disassemble a bytecode file into human-readable form</li>
<li><a href="analyze.html"><b>analyze</b></a> -
- analyze a bytecode file</li>
+ analyze a program compiled to bytecode</li>
<li><a href="opt.html"><b>opt</b></a> -
optimize a bytecode file</li>
<li><a href="extract.html"><b>extract</b></a> -
extract a function from an LLVM bytecode file</li>
+<li><a href="llvm-abcd.html"><b>llvm-abcd</b></a> -
+ bytecode analyzer (analyzes the binary encoding itself, not the program it
+ represents)</li>
+
</ul>
</div>