Re-add the autoconf rule for the docs/doxygen.cfg file.
[oota-llvm.git] / lib / CompilerDriver / Main.cpp
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-02-23 Mikhail GlushenkovTemporary disable response files.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2009-11-07 Mikhail Glushenkovllvmc: Add a '-time' option.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-07-11 Mikhail GlushenkovDelete the temp dir even when '--temp-dir' is specified.
2009-07-09 Mikhail GlushenkovRemove some duplication.
2009-07-09 Sanjiv GuptaFixed handling of -t. It gets the prirority for temp...
2009-07-09 Bill WendlingMissing )
2009-07-09 Sanjiv GuptaAdd a -t="dir" option to the driver. This can be used...
2009-07-06 Sanjiv GuptaReverting back the changes checked-in accidently.
2009-07-06 Sanjiv GuptaImplement _CONFIG macro to allow users to se to configu...
2009-07-04 Mikhail GlushenkovMake -save-temps=obj play better with -o.
2009-06-30 Bill Wendling#include <iostream> is forbidden. Remove it in favor...
2009-06-30 Mikhail GlushenkovAdd a way to access argv[0] in hooks.
2009-06-30 Mikhail GlushenkovMove the driver entry point out of Main.inc.