We actually don't have spiff anymore
[oota-llvm.git] / tools / llvm-link /
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-12-30 Chris LattnerUse getFileSize() instead of sys/stat.h directly
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
2003-09-20 Chris LattnerFix file header
2003-09-15 Misha Brukman`link' is being renamed to `llvm-link'.
2003-08-28 Chris LattnerReorder #includes
2003-06-13 Chris LattnerFix major bug in my last checkin. :(
2003-06-12 Chris LattnerRemove obsolete comments about llvm-ar
2003-05-22 Chris LattnerKill using declarations
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-23 Chris Lattner*** empty log message ***
2002-07-22 Chris LattnerFix synopsis
2002-07-22 Chris Lattner*** empty log message ***
2002-06-30 Chris LattnerClean up anands patch
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-05-20 Chris LattnerDrop something that link will never support, use gccld...
2002-05-07 Chris LattnerFix makefiles after shuffling passes around the libraries
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-28 Chris LattnerUse operator << to print modules
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerPerform debug outputs with ->dump() instead of <<
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-06 Chris LattnerSince verifier and SlotCalculator are now in VMCore...
2002-01-25 Chris LattnerAccept, but ignore -lfoo options.
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-08 Chris LattnerTell the user if a file is corrupt or not... not that...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerAdd support to enable -lfoo to be processed correctly
2001-10-24 Chris LattnerImplement a -L command line argument to specify a searc...
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Chris LattnerAdd '-v' option to enable verbose output from the linker
2001-10-14 Chris LattnerAdd a new -d argument to dump the internal rep as assembly.
2001-10-13 Chris LattnerAdd new linker