aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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-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: Forward -Wp, and -Xpreprocessor arguments to clang when usingDaniel 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-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: Add test case for darwin::Preprocess and darwin::CompileDaniel 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-26Driver: Add darwin::Link tool.Daniel Dunbar
2009-03-25Turn on -analyzer-eagerly-assume by default when using 'clang-cc' to performTed Kremenek
2009-03-24Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc.Daniel Dunbar
2009-03-24Driver: Translate -fverbose-asm for LLVM backend.Daniel Dunbar
2009-03-24Driver: Forward -MMD (not -MM) to clang-cc; this got lost inDaniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-24Driver: lipo wasn't being called correctly (translation failure fromDaniel Dunbar
2009-03-23Driver: Add two special groups of "whitelisted" options which we knowDaniel Dunbar
2009-03-20Driver: Switch to using -include-pth.Daniel Dunbar
2009-03-20Driver: Add and use darwin::Assemble tool.Daniel Dunbar
2009-03-20Driver: Add darwin::Lipo tool.Daniel Dunbar
2009-03-19Driver/clang: -mattr strings were not comma separated.Daniel Dunbar
2009-03-19Driver: Claim -arch options when pipelining, and claim arguments thatDaniel Dunbar
2009-03-19Driver: Handle "linker input" arguments.Daniel Dunbar
2009-03-18Driver: Fix bug in translating -O to clang, add clang-translation testDaniel Dunbar
2009-03-18Driver: Resolve program path for "cp" (used as part of transparent gccDaniel Dunbar
2009-03-18Driver: Lookup program names using llvm::sys::Program::FindProgramByName Daniel Dunbar
2009-03-18Driver: Port Clang argument translation.Daniel Dunbar
2009-03-18Driver: Lift out common GCC tool and implement generic GCC toolDaniel Dunbar
2009-03-18Driver: ConstructJob also needs to know the destination (where to putDaniel Dunbar
2009-03-18Driver: Add a dash of const.Daniel Dunbar
2009-03-18Driver: Stub out Tool::ConstructJob.Daniel Dunbar