diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-02 02:10:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-02 02:10:54 +0000 |
commit | d57aa5e8a558a18acd7dd167d2fa86b823409172 (patch) | |
tree | aa939cfa1016b381cda1529540d6ea84f6bfaa62 /llvm/docs/CommandGuide/index.html | |
parent | 7f7285bab7bd4b903eb75aa895ae730ab736f00a (diff) | |
download | bcm5719-llvm-d57aa5e8a558a18acd7dd167d2fa86b823409172.tar.gz bcm5719-llvm-d57aa5e8a558a18acd7dd167d2fa86b823409172.zip |
Checkin an initial version of the llvm-prof documentation
llvm-svn: 9649
Diffstat (limited to 'llvm/docs/CommandGuide/index.html')
-rw-r--r-- | llvm/docs/CommandGuide/index.html | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index 9a13f1258e3..a12bfd25e7a 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/docs/CommandGuide/index.html @@ -30,11 +30,6 @@ are. Disassemble an LLVM bytecode file into human-readable form. <p> - <dt><A href="llvm-nm.html"><b>llvm-nm</b></A> - <dd> - Print out the names and types of symbols in an LLVM bytecode file. - <p> - <dt><A href="analyze.html"><b>analyze</b></A> <dd> Analyze an LLVM bytecode file. @@ -45,20 +40,30 @@ are. Optimize an LLVM bytecode file. <p> + <dt><A href="llc.html"><b>llc</b></A> + <dd> + Compile an LLVM bytecode program into native machine code. + + <dt><A href="lli.html"><b>lli</b></A> + <dd> + Run an LLVM bytecode program using either an interpreter or a + JIT compiler. + <p> + <dt><A href="llvm-link.html"><b>llvm-link</b></A> <dd> Link several LLVM bytecode files together into one LLVM bytecode file. <p> - <dt><A href="llc.html"><b>llc</b></A> + <dt><A href="llvm-nm.html"><b>llvm-nm</b></A> <dd> - Compile an LLVM bytecode program into native machine code. + Print out the names and types of symbols in an LLVM bytecode file. + <p> - <dt><A href="lli.html"><b>lli</b></A> + <dt><A href="llvm-prof.html"><b>llvm-prof</b></A> <dd> - Run an LLVM bytecode program using either an interpreter or a - JIT compiler. + Transform raw '<tt>llvmprof.out</tt>' data into a human readable report. <p> </dl> |