Configuration data now supports a vector of library paths.
[oota-llvm.git] / tools / llvmc / CompilerDriver.h
2004-11-23 Reid SpencerConfiguration data now supports a vector of library...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-28 Reid SpencerEliminate the force flag, configuration item, and relat...
2004-09-14 Reid SpencerSupport the -WX, -f -M options as pass throughs
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-24 Reid SpencerInsert declarations for two new functions that support...
2004-08-24 Reid SpencerRemove unneeded flags.
2004-08-22 Reid SpencerProvide support for retaining the version number found...
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 SpencerAdditional functionality. This version handles option...
2004-08-10 Reid SpencerMove CompilerDriver.h here.