Regenerate.
[oota-llvm.git] / tools / llvm-ld /
2007-04-05 Chris Lattnerrun a late dce pass to clean up extra cruft.
2007-04-04 Reid SpencerFor PR1302:
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-09 Reid SpencerClean up error handling.
2007-02-08 Reid SpencerFor PR1153:
2007-02-08 Reid SpencerFor PR1153:
2007-02-05 Reid SpencerFor PR411:
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-12-01 Chris Lattnertarget constructors are never used
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-17 Bill WendlingNeed <iostream> for the time being.
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-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-27 Chris Lattnereliminate only use of FilteredPassNameParser
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-08-20 Reid SpencerMake sure the verify pass gets run after the user's...
2006-08-20 Reid SpencerRename the -verify option to be -verify-each so that...
2006-08-20 Reid SpencerConvert llvm-ld to use the PluginLoader like opt instea...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-27 Devang PatelFix cut-n-pasto in comments.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-07 Reid SpencerShorten a value description so --help out isn't so...
2006-06-07 Reid SpencerFor PR780:
2006-06-02 Chris LattnerFix a -pedantic warning
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
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-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-18 Chris LattnerFix PR637
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-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.