aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2009-04-07Driver: Add default for ArgList::hasFlag and simplify implementation.Daniel Dunbar
2009-04-07Driver: Explicitly warn that -pg isn't supported (even though weDaniel Dunbar
2009-04-07Driver: Add 'q' flag for options which shouldn't be reported as unused.Daniel Dunbar
2009-04-07Driver: Fix a parsing bug where some options were matchedDaniel Dunbar
2009-04-07Driver: More verbosity reduction.Daniel Dunbar
2009-04-04Driver: Handle -dumpversion, this is used by some configurationDaniel Dunbar
2009-04-04Driver: Handle properly calling dsymutil when source input isDaniel 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-03Driver: Explicitly ignore -fpch-preprocess when using clang, we don'tDaniel Dunbar
2009-04-03Driver: Add missed translation for darwin::Preprocess (gcc), -d*Daniel Dunbar
2009-04-02Add some whitespace to test my commit privileges.Ed Schouten
2009-04-02Driver: Tweak search paths for FreeBSD.Daniel 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-04-01Driver: Add freebsd::LinkDaniel Dunbar
2009-04-01Remove a FIXME, use -emit-pth to drive PTH generation.Daniel Dunbar
2009-04-01Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve testDaniel Dunbar
2009-04-01Tweak darwin::Assemble and add a FIXME.Daniel Dunbar
2009-03-31Driver: Implement basic --help text.Daniel Dunbar
2009-03-31Driver: Add OptTable::getOptionKind.Daniel Dunbar
2009-03-31Driver: Forward -Wp, and -Xpreprocessor arguments to clang when usingDaniel Dunbar
2009-03-31Driver: Add extra parameters for help text to option definitions.Daniel Dunbar
2009-03-31Driver: Call 'as' directly on FreeBSD.Daniel Dunbar
2009-03-31(LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar
2009-03-30Comment fix.Daniel Dunbar
2009-03-30Driver: Sketch FreeBSD tool chain.Daniel Dunbar
2009-03-30Driver: Unbreak ArgList::hasFlag.Daniel Dunbar
2009-03-30Fix -MD with no -MT when -o is specified (and fix test case).Daniel Dunbar
2009-03-30Driver: Support -M and -MM.Daniel Dunbar
2009-03-30Improve dependency file support.Daniel Dunbar
2009-03-29Driver: Track which original arguments an arg is derived from, so thatDaniel Dunbar
2009-03-29Driver: Add test case for darwin::Preprocess and darwin::CompileDaniel Dunbar
2009-03-29Driver: Make sure to claim -### before emitting "unused argument"Daniel Dunbar
2009-03-29Driver: Finish porting Darwin::Preprocess and Compile port (stillDaniel Dunbar
2009-03-29Driver: Start porting Darwin::Preprocess and Compile implementationsDaniel Dunbar
2009-03-27Driver: Pass -f[no-]pascal-strings on to clang, even if it has beenDaniel 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-26Remove dead code.Mike Stump
2009-03-26Driver: Add darwin::Link tool.Daniel Dunbar
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-26Driver: Add ArgList::AddAllArgsTranslated; for forwarding options toDaniel Dunbar
2009-03-26hopefully fix VC++ build error.Chris Lattner
2009-03-25Driver: Implement Darwin_X86 tool chain level argument translation.Daniel Dunbar
2009-03-25Driver: Handle -Xarch_, including warning for nasty -Xarch_ use casesDaniel Dunbar
2009-03-25Driver: Replace Option::ForwardToGCC by Option::DriverOption (whichDaniel Dunbar