aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-link
AgeCommit message (Expand)Author
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
2003-10-10Fix grammar.Misha Brukman
2003-09-20Fix file headerChris Lattner
2003-09-15`link' is being renamed to `llvm-link'.Misha Brukman
2003-08-28Reorder #includesChris Lattner
2003-06-13Fix major bug in my last checkin. :(Chris Lattner
2003-06-12Remove obsolete comments about llvm-arChris Lattner
2003-05-22Kill using declarationsChris Lattner
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22Fix synopsisChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-06-30Clean up anands patchChris Lattner
2002-06-25Changes for 64bit gccAnand Shukla
2002-05-20Drop something that link will never support, use gccld insteadChris Lattner
2002-05-07Fix makefiles after shuffling passes around the librariesChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner
2002-04-28Use operator << to print modulesChris Lattner
2002-04-18Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-04-07Perform debug outputs with ->dump() instead of <<Chris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-06Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner
2002-01-25Accept, but ignore -lfoo options.Chris Lattner
2002-01-22In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner
2002-01-21Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-08Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Add support to enable -lfoo to be processed correctlyChris Lattner
2001-10-24Implement a -L command line argument to specify a search path. Implement min...Chris Lattner
2001-10-24Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner
2001-10-23Add '-v' option to enable verbose output from the linkerChris Lattner
2001-10-14Add a new -d argument to dump the internal rep as assembly.Chris Lattner
2001-10-13Add new linkerChris Lattner