From: Misha Brukman Date: Thu, 1 Jul 2004 16:59:05 +0000 (+0000) Subject: Mention llvm-abcd, point out difference between it and `analyze'. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=95bba873f4f7686d790d870a4fe7f2f82aaf713f;p=oota-llvm.git Mention llvm-abcd, point out difference between it and `analyze'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14532 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 789d85d68b5..f083cd3bb1b 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -43,7 +43,7 @@ and assembly programs, respectively.

disassemble a bytecode file into human-readable form
  • analyze - - analyze a bytecode file
  • + analyze a program compiled to bytecode
  • opt - optimize a bytecode file
  • @@ -110,6 +110,10 @@ and assembly programs, respectively.

  • extract - extract a function from an LLVM bytecode file
  • +
  • llvm-abcd - + bytecode analyzer (analyzes the binary encoding itself, not the program it + represents)
  • +