summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-07-02 03:45:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-07-02 03:45:32 +0000
commitdbaf551dd1d74b42664ec419f6704ab6f16678b0 (patch)
tree341ac36f9a1470bac311cbd0687d5d2dfe421d52 /docs/CommandGuide
parent1cf0e321b42f34b96fe20e67cb1fd60c08ae44ce (diff)
downloadllvm-dbaf551dd1d74b42664ec419f6704ab6f16678b0.tar.gz
llvm-dbaf551dd1d74b42664ec419f6704ab6f16678b0.tar.bz2
llvm-dbaf551dd1d74b42664ec419f6704ab6f16678b0.tar.xz
llvm-abcd tool name changed to llvm-bcanalyzer: see llvm-bcanalyzer.pod.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llvm-abcd.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/docs/CommandGuide/llvm-abcd.html b/docs/CommandGuide/llvm-abcd.html
deleted file mode 100644
index 106dce1970..0000000000
--- a/docs/CommandGuide/llvm-abcd.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML><HEAD><TITLE>LLVM: llvm-abcd tool</TITLE>
-<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
-<BODY bgColor=white>
-<CENTER>
-<H1>LLVM: <TT>llvm-abcd</TT> tool</H1></CENTER>
-<HR>
-<H3>NAME</H3><TT>llvm-abcd</TT>
-<H3>SYNOPSIS</H3><TT>llvm-abcd [options] [filename]</TT>
-<H3>DESCRIPTION</H3>The <TT>llvm-abcd</TT> command is a small utility for analyzing
-bytecode files. The <TT>abcd</TT> acronym stands for <u>a</u>nalysis of
-<u>b</u>yte<u>c</u>ode <u>d</u>isplayer. The tool reads a bytecode file (such as
-generated with the <TT>llvm-abcd</TT> tool) and produces statistical and low level
-bytecode format dumps. This tool is probably not of much interest or utility except
-for those working directly with the bytecode format. Most LLVM users can just ignore
-this tool.
-<P>If filename is omitted or is -, then <TT>llvm-abcd</TT> reads its input from
-standard input. This is useful for combining <TT>llvm-abcd</TT> in a pipeline.
-<P>
-<H3>OPTIONS</H3>
-<UL>
- <LI>-nodetails <BR>Causes <TT>llvm-abcd</TT> to abbreviate its output by writing
- out only a module level summary. The details for individual functions are not
- displayed.
- <P></P>
- <LI>-dump <BR>Causes <TT>llvm-abcd</TT> to dump the bytecode in a human readable
- format. This format is significantly different from LLVM assembly and provides
- details about the encoding of the bytecode file.
- <P></P>
- <LI>-verify <BR>Causes <TT>llvm-abcd</TT> to verify the module produced by
- by reading the bytecode. This ensures that the statistics generated are reliable.
- <P></P>
- <LI>-help <BR>Print a summary of command line options.
- <P></P></LI></UL>
-<H3>EXIT STATUS</H3>If <TT>llvm-abcd</TT> succeeds, it will exit with 0.
-Otherwise, if an error occurs, it will exit with a non-zero value, usually 1.
-<H3>SEE ALSO</H3>
-<A href="llvm-dis.html"><TT>llvm-dis</TT></A>
-<A href="../docs/BytecodeFormat.html"><TT>LLVM Bytecode File Format</TT></A>
-
-<HR>
-Maintained by <a href="mailto:rspencer@x10sys.com">Reid Spencer</A>.
-</BODY></HTML>