Make it easier to pass a custom diagnostic handler to the IR linker.
[oota-llvm.git] / tools / llvm-link / llvm-link.cpp
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 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 LattnerPerform debug outputs with ->dump() instead of <<
2002-04-07 Chris LattnerChange references to the Method class to be references...
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