aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2009-05-01Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor
2009-04-29Make sure to pass the same options to the static analyzer as theDaniel Dunbar
2009-04-28With -ccc-pch-is-pch, always treat precompiled inputs as PCH,Daniel Dunbar
2009-04-26Driver: Add -std-default= option.Daniel Dunbar
2009-04-25Driver: -mkernel disables default use of unwind tables (although IDaniel Dunbar
2009-04-25Driver: -mkernel and -fapple-kext imply -mno-red-zone.Daniel Dunbar
2009-04-24Don't run dsymutil when making a fat executable direct source.Daniel Dunbar
2009-04-23Call ld, not collect2.Daniel Dunbar
2009-04-21rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info.Chris Lattner
2009-04-19Forward f[no-]dollars-in-identifiers to clang, when specified.Daniel Dunbar
2009-04-19Forward -fno-diagnostics-fixit-info to clang-cc.Daniel Dunbar
2009-04-18Preliminary PCH support in the driverDouglas Gregor
2009-04-17Added -print-ivar-layout option. No change in functionalityFariborz Jahanian
2009-04-16Pass -fdiagnostics-show-option to clang-cc by default.Daniel Dunbar
2009-04-16Driver: Forward -W* to clang, it can handle all these itself now.Daniel Dunbar
2009-04-15Driver: For clang, accept -fsigned-bitfields and rejectDaniel Dunbar
2009-04-12Implement support for GCC's -dD mode, which dumps -E output *and*Chris Lattner
2009-04-10Driver: Forward -miphoneos-version-min to clang.Daniel Dunbar
2009-04-08Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar
2009-04-08More fixes to builtin preprocessor defines.Daniel Dunbar
2009-04-08Darwin ld: Unconditionally add -lstdc++ if we are pretending to beDaniel Dunbar
2009-04-08Make debug info work when using -save-temps.Daniel Dunbar
2009-04-08Set __PIC__ (more) correctly.Daniel Dunbar
2009-04-07Driver: Fix forwarding of -fpascal-strings.Daniel Dunbar
2009-04-07Driver: Fix forwarding of -{std,ansi,trigraphs} when there areDaniel Dunbar
2009-04-07Driver: Forward remaining -f options to clang manually.Daniel Dunbar
2009-04-07Driver: Only forward last instance of -mmacosx-version-min= andDaniel Dunbar
2009-04-07Driver: Manually translate a number of -f with no- variants options toDaniel Dunbar
2009-04-07Driver: Explicitly warn that -pg isn't supported (even though weDaniel Dunbar
2009-04-07Driver: More verbosity reduction.Daniel Dunbar
2009-04-04Driver: Handle properly calling dsymutil when source input isDaniel 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-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