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 | e66e73aee5ce61fdd6cd6214224ca5bde8ab23e4 (patch) | |
tree | 10fe917465f82d5dc2ee46636faec9834ca19143 /docs/CommandGuide/index.html | |
parent | d6d0d8c18d64c5f212cd6c2b42b9bcde5acebf72 (diff) | |
download | external_llvm-e66e73aee5ce61fdd6cd6214224ca5bde8ab23e4.zip external_llvm-e66e73aee5ce61fdd6cd6214224ca5bde8ab23e4.tar.gz external_llvm-e66e73aee5ce61fdd6cd6214224ca5bde8ab23e4.tar.bz2 |
Checkin an initial version of the llvm-prof documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9649 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 9a13f12..a12bfd2 100644 --- a/docs/CommandGuide/index.html +++ b/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> |