- 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
-
Brian Gaeke authored
llvm-svn: 9902
-
Brian Gaeke authored
Use FileOpenable() instead of FileExists(). Create IsBytecode() predicate -- like IsArchive(), but for bytecode files. Use IsBytecode() before trying to load any file as a bytecode file. llvm-svn: 9893
-
- Nov 09, 2003
-
-
Chris Lattner authored
llvm-svn: 9835
-
- Nov 05, 2003
-
-
Brian Gaeke authored
llvm-svn: 9749
-
Brian Gaeke authored
Module and link things into that. Also, fix a typo in an error message. llvm-svn: 9748
-
Brian Gaeke authored
Make "verbose" output MUCH nicer. Now it tells you when you are linking a bytecode file, or an archive, and whether it's because you called it by name, or because you gave it a -l option, and it says "Trying" before it takes action and prints a message in the past tense afterwards. Make LinkFiles not skip the first file in Files. Make LinkFiles warn you if it can't find a file and LLVM_LIB_SEARCH_PATH is unset. llvm-svn: 9747
-
Chris Lattner authored
llvm-svn: 9724
-
- Nov 03, 2003
-
-
Chris Lattner authored
This fixes lots of annoying warnings and error messages llvm-svn: 9677
-
- Oct 24, 2003
-
-
Brian Gaeke authored
llvm-svn: 9494
-
Chris Lattner authored
llvm-svn: 9477
-
- Oct 23, 2003
-
-
Chris Lattner authored
llvm-svn: 9435
-
- Oct 21, 2003
-
-
Brian Gaeke authored
llvm-svn: 9351
-
John Criswell authored
llvm-svn: 9314
-
- Oct 20, 2003
-
-
Chris Lattner authored
llvm-svn: 9294
-
John Criswell authored
llvm-svn: 9291
-
- Oct 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 9037
-
Misha Brukman authored
llvm-svn: 9027
-
- Oct 08, 2003
-
-
Brian Gaeke authored
Add a newline after "Cannot find <library>". llvm-svn: 8968
-