summaryrefslogtreecommitdiff
path: root/tools/llvm-link/llvm-link.cpp
Commit message (Expand)AuthorAge
* remove EH cruft, add bitcode supportChris Lattner2007-05-06
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-22
* Print the module, not the pointer.Chris Lattner2005-02-13
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Fix typo 'ompress' => 'compress'.Jeff Cohen2005-01-01
* For PR351:Reid Spencer2004-12-30
* LinkModules is now in the Linker classReid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Linker.h moved to include/llvm.Reid Spencer2004-11-14
* Fix usage of changed function prototypeReid Spencer2004-11-14
* Rename the option for defeating compression to be a little more specific.Reid Spencer2004-11-07
* * Enable bytecode compression by defaultReid Spencer2004-11-07
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Hrm, if there is an error loading a file, try printing a message so theChris Lattner2004-09-27
* Excise the -L option since llvm-link should not do library searches. ItReid Spencer2004-09-12
* Excise dependent library linking at Chris' request. llvm-link is intendedReid Spencer2004-09-12
* Squelch compilation warnings on SparcMisha Brukman2004-09-12
* Implement dependent library processing and search paths for them.Reid Spencer2004-09-11
* Changes For Bug 352Reid Spencer2004-09-01
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-23
* Header file movedChris Lattner2004-05-27
* Make sure to print a stack trace whenever an error signal is delivered to theChris Lattner2004-02-19
* Use getFileSize() instead of sys/stat.h directlyChris Lattner2003-12-30
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Removed extraneous comment line.John Criswell2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Fix grammar.Misha Brukman2003-10-10
* Fix file headerChris Lattner2003-09-20
* `link' is being renamed to `llvm-link'.Misha Brukman2003-09-15
* Reorder #includesChris Lattner2003-08-28
* Fix major bug in my last checkin. :(Chris Lattner2003-06-13
* Remove obsolete comments about llvm-arChris Lattner2003-06-12
* Kill using declarationsChris Lattner2003-05-22
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Fix synopsisChris Lattner2002-07-22
* *** empty log message ***Chris Lattner2002-07-22
* Clean up anands patchChris Lattner2002-06-30
* Changes for 64bit gccAnand Shukla2002-06-25
* Drop something that link will never support, use gccld insteadChris Lattner2002-05-20
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Use operator << to print modulesChris Lattner2002-04-28
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-18