From e66e73aee5ce61fdd6cd6214224ca5bde8ab23e4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Nov 2003 02:10:54 +0000 Subject: 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 --- docs/CommandGuide/index.html | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'docs/CommandGuide/index.html') diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 9a13f1258e..a12bfd25e7 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.

-

llvm-nm -
- Print out the names and types of symbols in an LLVM bytecode file. -

-

analyze
Analyze an LLVM bytecode file. @@ -45,20 +40,30 @@ are. Optimize an LLVM bytecode file.

+

llc +
+ Compile an LLVM bytecode program into native machine code. + +
lli +
+ Run an LLVM bytecode program using either an interpreter or a + JIT compiler. +

+

llvm-link
Link several LLVM bytecode files together into one LLVM bytecode file.

-

llc +
llvm-nm
- Compile an LLVM bytecode program into native machine code. + Print out the names and types of symbols in an LLVM bytecode file. +

-

lli +
llvm-prof
- Run an LLVM bytecode program using either an interpreter or a - JIT compiler. + Transform raw 'llvmprof.out' data into a human readable report.

-- cgit v1.2.3