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