Remove trailing whitespace
[oota-llvm.git] / tools / llvmc / CompilerDriver.cpp
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-20 Misha Brukman#include system headers after all LLVM headers
2005-04-11 Reid SpencerEnsure that the arguments passed to sys::Program::Execu...
2005-02-13 Chris LattnerConform to the documented interface by null terminating...
2004-12-20 Brian GaekeUse Config/alloca.h instead of alloca.h - pointed out...
2004-12-19 Brian GaekeMake this compile on Solaris.
2004-12-19 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake use of the new Path inserter function.
2004-12-13 Reid SpencerPR351: \
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-23 Reid Spencer* Don't pass empty arguments to ExecuteAndWait because...
2004-11-20 Reid SpencerGet the -o option right
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-28 Reid SpencerImplement linking.
2004-09-14 Reid SpencerSupport the -WX, -f -M options as pass throughs
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-29 Reid SpencerAdd a missing header file
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-24 Reid SpencerRun the compilation actions before we attempt linking...
2004-08-24 Reid Spencer- Remove unused GetSuffix function
2004-08-20 Reid SpencerChange @ -> % in config files. @name@ might be needed...
2004-08-20 Reid SpencerImplement Assembly support.
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-16 Reid SpencerBack out dependencies on lib/System/Path.h
2004-08-15 Reid SpencerMore Functionality:
2004-08-14 Reid SpencerConverted to use flex for tokenizing input so we can...
2004-08-13 Reid SpencerFix header commentary.
2004-08-13 Reid SpencerAdditional functionality. This version handles option...