John Criswell | ecf32e5 | 2003-09-11 19:58:03 +0000 | [diff] [blame^] | 1 | <html> |
| 2 | <title> |
| 3 | lli |
| 4 | </title> |
| 5 | |
| 6 | <body> |
| 7 | |
| 8 | <center> |
| 9 | <h1>Low Level Virtual Machine</h1> |
| 10 | </center> |
| 11 | <HR> |
| 12 | |
| 13 | <h3> |
| 14 | NAME |
| 15 | </h3> |
| 16 | |
| 17 | lli |
| 18 | |
| 19 | <h3> |
| 20 | SYNOPSIS |
| 21 | </h3> |
| 22 | |
| 23 | lli [options] < filename> |
| 24 | <h3> |
| 25 | DESCRIPTION |
| 26 | </h3> |
| 27 | |
| 28 | The lli command is the LLVM interpreter. It takes a program in LLVM bytecode |
| 29 | format and executes it, either using an interpreter or a Just In Time (JIT) |
| 30 | compiler. |
| 31 | |
| 32 | <h3> |
| 33 | OPTIONS |
| 34 | </h3> |
| 35 | |
| 36 | <ul> |
| 37 | <li> -array-checks |
| 38 | <br> |
| 39 | Enable array bound checks. |
| 40 | <p> |
| 41 | |
| 42 | <li> -help |
| 43 | <br> |
| 44 | Print a summary of command line options. |
| 45 | <p> |
| 46 | |
| 47 | <li> -disable-fp-elim |
| 48 | <br> |
| 49 | Disable frame pointer elimination optimization. |
| 50 | <p> |
| 51 | |
| 52 | <li> -stats |
| 53 | <br> |
| 54 | Print statistics. |
| 55 | <p> |
| 56 | |
| 57 | <li> -time-passes |
| 58 | <br> |
| 59 | Record the amount of time needed for each pass and print it to standard |
| 60 | error. |
| 61 | <p> |
| 62 | </ul> |
| 63 | |
| 64 | <h3> |
| 65 | EXIT STATUS |
| 66 | </h3> |
| 67 | |
| 68 | If lli succeeds, it will exit with 0. Otherwise, if an error occurs, it |
| 69 | will exit with a non-zero value. |
| 70 | |
| 71 | <h3> |
| 72 | SEE ALSO |
| 73 | </h3> |
| 74 | llvm-dis |
| 75 | |
| 76 | <HR> |
| 77 | University of Illinois at Urbana-Champaign |
| 78 | </body> |
| 79 | </html> |
| 80 | |