Kill ModuleProvider and ghost linkage by inverting the relationship between
[oota-llvm.git] / lib / Linker / LinkArchives.cpp
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-09 Chris Lattnerrandom tidy
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-03-11 Anton KorobeynikovFix thinko: alias always defines new symbol. Even is...
2008-03-04 Anton KorobeynikovProperly populate lists of defined/undefined symbols...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-22 Reid SpencerReport an error if one occurs in releaseModule.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch this to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-11-11 Reid SpencerRemvoe a do-nothing else block.
2006-11-11 Reid SpencerFor PR998:
2006-11-02 Reid SpencerFor PR786:
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris Lattnerfix some 80 column violations
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-13 Chris LattnerMinor cleanup. No need to explicitly tell the compiler...
2005-02-13 Chris LattnerPrint something useful for gccld -v with an archive.
2004-12-20 Reid SpencerRemove un-needed #includes.
2004-12-13 Reid SpencerFor PR351: \
2004-12-02 Reid SpencerPR466:
2004-11-30 Reid SpencerRevert version 1.39. It breaks the ordering of the...
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-25 Reid SpencerImplement dependent library linking. It is no longer...
2004-11-19 Reid SpencerEliminate unsightly ;;
2004-11-19 Reid SpencerReduce the amount of work in LinkInArchive by not searc...
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Chris Lattneruse an autoptr
2004-11-14 Reid SpencerRemove a forgotten debug output line.
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid Spencer*Adjust prototypes for public interface. *Rewrite LinkI...
2004-11-12 Reid SpencerThis file originated in tools/gccld/Linker.cpp but...
2004-11-09 Misha BrukmanOutput the program name (in this case, gccld) with...
2004-11-08 Misha BrukmanDon't silently ignore invalid files: tell the user!
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-02 Chris LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-05-27 Chris LattnerHeader file moved
2004-04-15 Misha BrukmanDon't use invalid HTML in a doxygen comment.
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2003-12-23 John CriswellModified the logic so that library objects with main...
2003-12-23 John CriswellModified the linker so that it always links in an objec...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
2003-11-20 Misha BrukmanAdd ability to search only for native shared object...
2003-11-16 Brian GaekeWhen we find a module we want, in an archive, in verbos...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive, IsBytecode to FileUtilities. Fix up...
2003-11-11 Brian GaekeThis version of Linker.cpp works a lot better, but...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-20 Chris Lattnerfix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-10-08 Brian GaekeMake more error messages have gccld's name in them.
2003-09-30 Misha BrukmanDoxygen-ified comments.
2003-09-30 Misha BrukmanMade code more terse:
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-29 Misha BrukmanTersified code:
2003-09-29 Misha Brukman* Ordered includes according to LLVM programmers' guide
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...