- 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
-
- Apr 15, 2004
-
-
Misha Brukman authored
llvm-svn: 12962
-
- Apr 12, 2004
-
-
Chris Lattner authored
llvm-svn: 12863
-
- Apr 08, 2004
-
-
Chris Lattner authored
generate is not TBAA safe. llvm-svn: 12774
-
Chris Lattner authored
llvm-svn: 12773
-
Chris Lattner authored
aliasing in the C compiler. llvm-svn: 12772
-
- Apr 06, 2004
-
-
Chris Lattner authored
llvm-svn: 12700
-
Chris Lattner authored
for the application with the C backend instead of the native LLVM code generator llvm-svn: 12698
-
- Mar 07, 2004
-
-
Chris Lattner authored
llvm-svn: 12196
-
- Feb 26, 2004
-
-
Chris Lattner authored
removes some cruft from 255.vortex, cleaning up after DAE and IPCP, which do horrible, beautiful, things to vortex. llvm-svn: 11861
-
- Feb 25, 2004
-
-
Chris Lattner authored
llvm-svn: 11839
-
- Feb 23, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 11779
-
- Feb 19, 2004
-
-
Chris Lattner authored
the tool. llvm-svn: 11633
-
- Jan 27, 2004
-
-
John Criswell authored
when creating native executables. llvm-svn: 10979
-
- Jan 26, 2004
-
-
John Criswell authored
every file. llvm-svn: 10976
-
- Jan 14, 2004
-
-
Chris Lattner authored
so can cause obscure errors downstream. llvm-svn: 10840
-
- Dec 23, 2003
-
-
John Criswell authored
if the program currently has main undefined. llvm-svn: 10597
-
John Criswell authored
that defines the symbol "main." This is a hack that ensures that programs that place their main function in a library and then link it in (i.e. Apache 2.x) get their main function linked in. There is probably a more correct way to do this, but this works for now. llvm-svn: 10594
-
- Dec 09, 2003
-
-
John Criswell authored
llvm-svn: 10335
-
- Nov 29, 2003
-
-
Chris Lattner authored
llvm-svn: 10262
-
- Nov 28, 2003
-
-
Chris Lattner authored
llvm-svn: 10250
-
Chris Lattner authored
* Finegrainify namespacification of Linker.cpp * If linking a library in fails, do not STOP LINKING IN LIBRARIES AND CONTINUE ANYWAY! Instead, just output the warning, and keep going. :) llvm-svn: 10249
-
- Nov 24, 2003
-
-
Misha Brukman authored
llvm-svn: 10196
-
Misha Brukman authored
verified as having an ELF header. This fixes PR151. llvm-svn: 10195
-
- Nov 20, 2003
-
-
Misha Brukman authored
shared objects automagically, so it doesn't have to be done by hand. llvm-svn: 10114
-
Misha Brukman authored
functionality to the rest of gccld. llvm-svn: 10113
-
Misha Brukman authored
call, i.e. [ addPass (...) ] => [ addPass(...) ] llvm-svn: 10105
-
Misha Brukman authored
* Eliminated extra space llvm-svn: 10104
-
- Nov 17, 2003
-
-
Brian Gaeke authored
Add a -disable-opt option to turn off gccld optimization passes. llvm-svn: 10040
-
Brian Gaeke authored
print out the module's identifier (which should now contain the name of both the archive and the module.) Wrap some lines at 80 cols. llvm-svn: 10039
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-