summaryrefslogtreecommitdiff
path: root/tools/llvm-link
Commit message (Expand)AuthorAge
...
* 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
* 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
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* Perform debug outputs with ->dump() instead of <<Chris Lattner2002-04-07
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner2002-03-06
* Accept, but ignore -lfoo options.Chris Lattner2002-01-25
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-22
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner2001-12-08
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Add support to enable -lfoo to be processed correctlyChris Lattner2001-11-26
* Implement a -L command line argument to specify a search path. Implement min...Chris Lattner2001-10-24
* Changes to get some meaningful feedback from the bytecode reader. At some po...Chris Lattner2001-10-24
* Add '-v' option to enable verbose output from the linkerChris Lattner2001-10-23
* Add a new -d argument to dump the internal rep as assembly.Chris Lattner2001-10-14
* Add new linkerChris Lattner2001-10-13