aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-ld
AgeCommit message (Expand)Author
2007-04-05run a late dce pass to clean up extra cruft.Chris Lattner
2007-04-04For PR1302:Reid Spencer
2007-03-07Now LICM is a LoopPass.Devang Patel
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-02-09Clean up error handling.Reid Spencer
2007-02-08For PR1153:Reid Spencer
2007-02-08For PR1153:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-12-01target constructors are never usedChris Lattner
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-17Need <iostream> for the time being.Bill Wendling
2006-11-11Minor style fixes from review.Reid Spencer
2006-11-11For PR998:Reid Spencer
2006-11-05Fix a problem in the the last patch that subverts error message printing.Reid Spencer
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-27eliminate only use of FilteredPassNameParserChris Lattner
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-20Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer
2006-08-20Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer
2006-08-20Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-27Fix cut-n-pasto in comments.Devang Patel
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-07Shorten a value description so --help out isn't so wide.Reid Spencer
2006-06-07For PR780:Reid Spencer
2006-06-02Fix a -pedantic warningChris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-14Delete memory allocated by CopyEnvChris Lattner
2006-03-06Make sure command line options are parsed before we try to add the LibPathReid Spencer
2006-01-10For PR521:Reid Spencer
2005-12-21Implement PR512:Reid Spencer
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-18Fix PR637Chris Lattner
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-10The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner
2005-02-13Conform to the documented interface by null terminating argument lists!Chris Lattner
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2004-12-30For PR351:Reid Spencer