Fix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll
[oota-llvm.git] / tools / llvm-ld /
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-11 Reid SpencerRevert the last patch. We really do need SimplyCFG.
2004-12-10 Reid SpencerRemove this pass as its no longer needed.
2004-12-08 Reid SpencerWhen -link-as-library, add -l options to Module's deplibs
2004-12-05 Reid SpencerFix PR139:\
2004-12-02 Chris LattnerAdjust to change in pass name
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-20 Reid SpencerNot needed any more.
2004-11-20 Reid SpencerContent moved to llvm-ld.cpp
2004-11-20 Reid SpencerIncorporate GenerateCode.cpp. Make static things static.
2004-11-20 Reid SpencerFirst cut at implementing generic link-time Optimization
2004-11-14 Reid SpencerLinker.h has a new home.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-11-14 Reid SpencerRemove linking declarations (in Linker.h now)
2004-11-14 Reid SpencerWe need the libLLVMArchive library now
2004-11-14 Reid SpencerMoved to lib/Linker (common with gccld)
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-28 Reid SpencerConvert to new library names.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-07 Chris LattnerRename pass
2004-09-25 Reid SpencerAdd some missing #includes
2004-09-25 Reid SpencerQualify Path with sys:: namespace so this file compiles.
2004-09-13 Reid SpencerChange banner name to reflect actual program this Makef...
2004-09-13 Reid SpencerInitial implementation of llvm-ld: stolen from gccld.