aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-link
AgeCommit message (Expand)Author
2007-05-06remove dead optionChris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06remove EH cruft, add bitcode supportChris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
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-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-02-13Print the module, not the pointer.Chris Lattner
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen
2004-12-30For PR351:Reid Spencer
2004-12-13LinkModules is now in the Linker classReid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-14Linker.h moved to include/llvm.Reid Spencer
2004-11-14This program needs libLLVMLinker.a nowReid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-11-07Rename the option for defeating compression to be a little more specific.Reid Spencer
2004-11-07* Enable bytecode compression by defaultReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-27Hrm, if there is an error loading a file, try printing a message so theChris Lattner
2004-09-12Excise the -L option since llvm-link should not do library searches. ItReid Spencer
2004-09-12Excise dependent library linking at Chris' request. llvm-link is intendedReid Spencer
2004-09-12Squelch compilation warnings on SparcMisha Brukman
2004-09-11Implement dependent library processing and search paths for them.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-06-23TransformUtils library is no longer needed since Linker.cpp is in VMCoreMisha Brukman
2004-06-23Linker.h moved to include/llvm/SupportMisha Brukman
2004-05-27Header file movedChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner
2003-12-30Use getFileSize() instead of sys/stat.h directlyChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright to Makefiles.John Criswell
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added copyright header to all C++ source files.John Criswell