Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into
[oota-llvm.git] / lib / Support / ToolRunner.cpp
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerActually return an error if something bad happens,...
2003-10-13 Chris LattnerLLI no longer has -abort-on-exception
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...