- Dec 14, 2004
-
-
Reid Spencer authored
* Change ExecWait calls to sys::Program::ExecuteAndWait * Convert to use sys::Path where it makes sense llvm-svn: 18929
-
Reid Spencer authored
Adjust to interface change for FindExecutable. llvm-svn: 18920
-
- Dec 13, 2004
-
-
Reid Spencer authored
Replace MakeFileReadable and MakeFileExecutable (from FileUtilities) with sys::Path::makeReadable and sys::Path:makeExecutable, respectively. llvm-svn: 18909
-
Reid Spencer authored
pass to the Linker::LinkInItems function. llvm-svn: 18894
-
Reid Spencer authored
llvm-svn: 18864
-
- Dec 12, 2004
-
-
Chris Lattner authored
llvm-svn: 18825
-
- Dec 10, 2004
-
-
Chris Lattner authored
llvm-svn: 18782
-
Chris Lattner authored
llvm-svn: 18753
-
- Dec 08, 2004
-
-
Reid Spencer authored
llvm-svn: 18617
-
- Dec 05, 2004
-
-
Reid Spencer authored
When not linking as a library, use LinkItems to retain command line order of \ linking, otherwise use LinkFiles llvm-svn: 18549
-
- Dec 02, 2004
-
-
Chris Lattner authored
Add -S and --strip-debug option support. llvm-svn: 18441
-
- Nov 25, 2004
-
-
Reid Spencer authored
llvm-svn: 18255
-
- Nov 17, 2004
-
-
Chris Lattner authored
llvm-svn: 17911
-
- Nov 16, 2004
-
-
Chris Lattner authored
llvm-svn: 17903
-
- Nov 15, 2004
-
-
Reid Spencer authored
llvm-svn: 17801
-
- Nov 14, 2004
-
-
Reid Spencer authored
llvm-svn: 17789
-
Reid Spencer authored
llvm-svn: 17788
-
Reid Spencer authored
llvm-svn: 17787
-
Reid Spencer authored
llvm-svn: 17786
-
- Nov 09, 2004
-
-
Misha Brukman authored
llvm-svn: 17638
-
- Nov 08, 2004
-
-
Misha Brukman authored
llvm-svn: 17633
-
- Oct 28, 2004
-
-
Reid Spencer authored
llvm-svn: 17286
-
- Oct 22, 2004
-
-
Reid Spencer authored
llvm-svn: 17168
-
Reid Spencer authored
llvm-svn: 17155
-
- Oct 19, 2004
-
-
Reid Spencer authored
llvm-svn: 17136
-
- Oct 13, 2004
-
-
Reid Spencer authored
llvm-svn: 16950
-
- Oct 11, 2004
-
-
Chris Lattner authored
llvm-svn: 16913
-
Reid Spencer authored
llvm-svn: 16894
-
- Oct 07, 2004
-
-
Chris Lattner authored
llvm-svn: 16801
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Aug 29, 2004
-
-
Reid Spencer authored
independence of the tool. llvm-svn: 16092
-
Reid Spencer authored
llvm-svn: 16091
-
- Aug 02, 2004
-
-
Chris Lattner authored
llvm-svn: 15411
-
- Jul 27, 2004
-
-
Chris Lattner authored
The -disable-globalsmodref is temporary and will be removed eventually. llvm-svn: 15268
-
- Jun 23, 2004
-
-
Misha Brukman authored
llvm-svn: 14351
-
- Jun 02, 2004
-
-
Chris Lattner authored
bytecode files on win32 systems. We keep the shell script on unix systems because it is much more transparent for the users and supports -load options. This allows llvmgcc work correctly on win32 systems without the -native or -native-cbe options. llvm-svn: 13946
-
Chris Lattner authored
to reduce the inter-file interface in the gccld tool and gets some uninteresting code out of gccld.cpp. llvm-svn: 13942
-
Chris Lattner authored
llvm-svn: 13941
-
- May 27, 2004
-
-
Chris Lattner authored
llvm-svn: 13813
-
- May 07, 2004
-
-
Brian Gaeke authored
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.) llvm-svn: 13414
-