Replacing std::iostreams with llvm iostreams. Some of these changes involve
[oota-llvm.git] / tools / llvm-ld / llvm-ld.cpp
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Reid SpencerFor PR998:
2006-11-05 Reid SpencerFix a problem in the the last patch that subverts error...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-06-27 Devang PatelFix cut-n-pasto in comments.
2006-06-07 Reid SpencerFor PR780:
2006-05-14 Chris LattnerDelete memory allocated by CopyEnv
2006-03-06 Reid SpencerMake sure command line options are parsed before we...
2006-01-10 Reid SpencerFor PR521:
2005-12-21 Reid SpencerImplement PR512:
2005-12-13 Reid SpencerAdjust the constructor to the Linker class to take...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-10 Chris LattnerThe first argument to ExecuteAndWait should be the...
2005-02-13 Chris LattnerConform to the documented interface by null terminating...
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-30 Reid SpencerFor PR351:
2004-12-22 Reid SpencerCorrect compilation for Cygwin. FindExecutable now...
2004-12-22 Misha BrukmanFix the Win32 build
2004-12-22 Reid SpencerMake parameters to CopyFile use explicit instantiation...
2004-12-19 Reid SpencerFor PR351:
2004-12-18 Reid Spencersys::CopyFile returns void and throws an exception...
2004-12-18 Reid SpencerThe CopyFile function got moved into the sys namespace.
2004-12-16 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake the loop termination condition clear when building...
2004-12-13 Reid SpencerConvert to use new Linker class interface
2004-12-08 Reid SpencerWhen -link-as-library, add -l options to Module's deplibs
2004-12-05 Reid SpencerFix PR139:\
2004-11-20 Reid SpencerIncorporate GenerateCode.cpp. Make static things static.
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-09-25 Reid SpencerAdd some missing #includes
2004-09-13 Reid SpencerInitial implementation of llvm-ld: stolen from gccld.