X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCommandGuide%2Findex.html;h=a411fea68bf4b28947552f04b7d267b14d31acc4;hb=73b43b9b549a75fb0015c825df68abd95705a67c;hp=5cac65cd0b723fbc01583f2f73775bd0c3856ae9;hpb=944b7f28acf5cbffbabac4c3ccbef000ea4c307c;p=oota-llvm.git diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index 5cac65cd0b7..a411fea68bf 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -38,9 +38,6 @@ options) arguments to the tool you are interested in.

  • llvm-dis - disassemble a bytecode file into a human-readable .ll file
  • -
  • llvm-upgrade - - upgrade LLVM assembly from previous version
  • -
  • opt - run a series of LLVM-to-LLVM optimizations on a bytecode file
  • @@ -66,17 +63,12 @@ options) arguments to the tool you are interested in.

  • llvm-prof - format raw `llvmprof.out' data into a human-readable report
  • -
  • llvmc - - generic and configurable compiler driver
  • -
  • llvm-ld - general purpose linker with loadable runtime optimization support
  • llvm-config - print out LLVM compilation options, libraries, etc. as configured.
  • -
  • llvm2cpp - convert LLVM assembly - into the corresponding LLVM C++ API calls to produce it