Use std::vector rather than SmallVector here because SmallVector
[oota-llvm.git] / include / llvm / CompilerDriver / Main.inc
2010-02-18 Duncan SandsRefer to -help instead of --help since this is what...
2009-06-30 Mikhail GlushenkovMove the driver entry point out of Main.inc.
2009-06-29 Mikhail GlushenkovMake dynamic LLVMC plugins work on Windows (finally!).
2009-06-25 Mikhail GlushenkovMake -save-temps behave like in GCC 4.5.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Mikhail GlushenkovTypo.
2009-03-27 Mikhail Glushenkov-write-graph now can be used with -o.
2009-03-02 Mikhail GlushenkovMove code from Main.cpp to the include dir.