aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Driver.cpp
AgeCommit message (Expand)Author
2009-06-29OpenBSD support.Daniel Dunbar
2009-06-16Stub out printing of the thread model with -v.Daniel Dunbar
2009-06-16Fake support for -print-multi-*Daniel Dunbar
2009-05-26Fix for PR4140: Add the start of a Linux toolchain (basically, just Eli Friedman
2009-05-22(llvm up) Use llvm::Triple for storing target triples.Daniel Dunbar
2009-05-18Reformat a commentDaniel Dunbar
2009-05-06Add --analyze-auto.Daniel Dunbar
2009-05-02DragonFly ToolChain definition for driver.Daniel Dunbar
2009-04-29Revert r70424. We don't need itDouglas Gregor
2009-04-29Add PCH version to the -v outputDouglas Gregor
2009-04-28Enable PCH by defaultDouglas Gregor
2009-04-27Add a header containing the Clang version; make the driver use thisDouglas Gregor
2009-04-26Turn PCH off by default, yet again. I'm happier about it this time, thoughDouglas Gregor
2009-04-26Trying turning on PCH by default yet again. We might actually a chance at suc...Douglas Gregor
2009-04-26Turn off PCH by default, againDouglas Gregor
2009-04-26One more crazy try with PCH-by-defaultDouglas Gregor
2009-04-26Turn of PCH by default. I got the info I was looking forDouglas Gregor
2009-04-26Another shot at switching PCH on by default, now that we've cleaned up some b...Douglas Gregor
2009-04-25Revert my PCH change. I'm happy nowDouglas Gregor
2009-04-25Temporarily try to build with PCH by default. Revert this change onceDouglas Gregor
2009-04-21Look at the TMP environment variable as well.Daniel Dunbar
2009-04-20Also look at the TEMP environment variable as a place to put temporaryDaniel Dunbar
2009-04-20If defined, use TMPDIR environment variable as location for temporary files.Daniel Dunbar
2009-04-18Preliminary PCH support in the driverDouglas Gregor
2009-04-16Driver: Allow using clang as a precompiler, even if it is anDaniel Dunbar
2009-04-15Driver: Add --help-hiddenDaniel Dunbar
2009-04-10Driver: CCC_ADD_ARGS could end up using dangling pointers.Daniel Dunbar
2009-04-07Driver: Add 'q' flag for options which shouldn't be reported as unused.Daniel Dunbar
2009-04-04Driver: Handle -dumpversion, this is used by some configurationDaniel Dunbar
2009-04-04Driver: Automatically suppress warnings for duplicate versions ofDaniel Dunbar
2009-04-03Driver: Add -Qunused-arguments option to suppress driver "unusedDaniel Dunbar
2009-04-02Wire --version to normal -v version text.Daniel Dunbar
2009-04-01Driver: Allow -ccc-gcc-name to specify the name/path to use whenDaniel Dunbar
2009-04-01Quick and dirty (!) fix to make sure we use powerpc in triples.Daniel Dunbar
2009-03-31Driver: Implement basic --help text.Daniel Dunbar
2009-03-30Driver: Sketch FreeBSD tool chain.Daniel Dunbar
2009-03-30Driver: Support -M and -MM.Daniel Dunbar
2009-03-29Driver: Make sure to claim -### before emitting "unused argument"Daniel Dunbar
2009-03-27Driver: -print-libgcc-file-name was searching wrong path list.Daniel Dunbar
2009-03-27Fix searching for gcc, we only want executable files.Mike Stump
2009-03-26Driver: Fix a number of option definition mismatches (flags instead ofDaniel Dunbar
2009-03-26Driver: Print the correct target when printing the version.Daniel Dunbar
2009-03-26Driver: Move GetReleaseVersion to static Driver::GetReleaseVersion method.Daniel Dunbar
2009-03-26hopefully fix VC++ build error.Chris Lattner
2009-03-25Driver: Prep for tool chain specific argument translation.Daniel Dunbar
2009-03-24Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc.Daniel Dunbar
2009-03-24Driver: Warn when 'clang' is used to compile a source file we couldDaniel Dunbar
2009-03-24Driver: Change default use of "clang" compiler.Daniel Dunbar
2009-03-24Move ToolChain::ShouldUseClangCompiler toDaniel Dunbar
2009-03-23Driver: Setup file and program search paths in tool chains.Daniel Dunbar