Fix the Win32 build
[oota-llvm.git] / tools / llvm-ld / llvm-ld.cpp
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.