llvm-6502/tools
Brian Gaeke 7532e34537 Allow the user to set the LLVMINTERP environment variable as a workaround, for
when they have to run a gccld shell script without having lli in their path.
This is intended to address Bug 289.

Also, emit the traditional syntax ${1+"$@"} for passing all of a shell script's
args to a subprocess. If you have arguments that have spaces in them, $* will
not preserve the quoting (i.e., the quoted string "foo bar" as an argument will
end up as two arguments "foo" "bar" to lli.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13414 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-07 21:47:36 +00:00
..
analyze finegrainify namespacification 2004-04-12 05:38:01 +00:00
bugpoint Use the new commandline flag to allow us to call bugpoint like this: 2004-05-06 22:05:35 +00:00
extract Add command-line option to select whether to isolate or delete function from 2004-04-22 23:07:39 +00:00
gccas Move loop optimization passes up, add loop unroller 2004-04-18 05:21:01 +00:00
gccld Allow the user to set the LLVMINTERP environment variable as a workaround, for 2004-05-07 21:47:36 +00:00
llc Add a better head-of-file comment. 2004-03-16 21:47:20 +00:00
llee Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into 2004-01-26 20:59:41 +00:00
lli Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) 2004-02-25 19:08:12 +00:00
llvm-ar Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-as Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-db Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) 2004-02-25 19:08:12 +00:00
llvm-dis Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-extract Add command-line option to select whether to isolate or delete function from 2004-04-22 23:07:39 +00:00
llvm-link Make sure to print a stack trace whenever an error signal is delivered to the 2004-02-19 20:32:12 +00:00
llvm-nm Include cerrno (gcc-3.4 fix) 2004-04-21 16:11:40 +00:00
llvm-prof Annotate functions with edge counts as well, if they are available. 2004-03-08 20:04:32 +00:00
opt finegrainify namespacification 2004-04-12 05:38:01 +00:00
Makefile Add new directory 2004-01-05 05:28:15 +00:00