llvm-mirror/tools
Reid Spencer 329505d08b Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool
will (eventually) provide statistical analysis of bytecode files as well
as the ability to dump them in a low level format (slot numbers not
resolved). The purpose of this is to aid in the Type!=Value change of
bug 122. With this initial release, llvm-abcd merely dumps out the
bytecode. However, the infrastructure for separating bytecode parsing from
handling the parsing events is in place. The style chosen is similar to
SAX XML parsing where a handler object is called to handlign the parsing
events. This probably isn't useful to anyone but me right now as there is
no analysis yet, and the dumper doesn't work on every bytecode file. It
will probably be useful by the end of this week. Note that there is some
duplication of code from the bytecode reader.  This was done to eliminate
errors from being introduced in the reader and to minimize the impact to
other LLVM developers. At some point, the Analyzer and the Reader will be
integrated to use the same infrastructure. Also, sorry for the minor change
to Instruction.h but I just couldn't bring myself to write code that
depends on Instruction internals.

llvm-svn: 14048
2004-06-07 17:53:43 +00:00
..
analyze Right, globals aren't values yet.. 2004-05-27 06:43:37 +00:00
bugpoint Header file moved 2004-05-27 05:41:36 +00:00
extract Header file moved 2004-05-27 05:41:36 +00:00
gccas Header file moved 2004-05-27 05:41:36 +00:00
gccld Make gccld copy the llvm-stub program to be the execution wrapper for 2004-06-02 00:53:57 +00:00
llc Uhh, that doesn't exist. 2004-05-27 05:44:22 +00:00
llee Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
lli Header file moved 2004-05-27 05:41:36 +00:00
llvm-abcd Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00
llvm-ar Header file moved 2004-05-27 05:41:36 +00:00
llvm-as Header file moved 2004-05-27 05:41:36 +00:00
llvm-db Header file moved 2004-05-27 05:41:36 +00:00
llvm-dis Header file moved 2004-05-27 05:41:36 +00:00
llvm-link Header file moved 2004-05-27 05:41:36 +00:00
llvm-nm Header file moved 2004-05-27 05:41:36 +00:00
llvm-prof Header file moved 2004-05-27 05:41:36 +00:00
llvm-stub Fix a double negation (in grammar). 2004-06-02 00:29:52 +00:00
opt Neuter the -q option. Stop printing the "program modified" message, ever 2004-05-27 20:32:10 +00:00
Makefile Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00