summaryrefslogtreecommitdiff
path: root/tools/llvm-link
Commit message (Expand)AuthorAge
...
* For PR351:Reid Spencer2004-12-30
* LinkModules is now in the Linker classReid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* Linker.h moved to include/llvm.Reid Spencer2004-11-14
* This program needs libLLVMLinker.a nowReid 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
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We're not doing automake any moreReid Spencer2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* 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
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* 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
* TransformUtils library is no longer needed since Linker.cpp is in VMCoreMisha Brukman2004-06-23
* 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
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* 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
* *** empty log message ***Chris Lattner2002-07-23
* 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
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07