aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2010-05-06Handle -ffunction-sections and -fdata-sections in the driver.Rafael Espindola
2010-05-06Remove a dependency on Frontend headers in the Driver library. Also savesChandler Carruth
2010-05-04add a new -fdiagnostics-show-category=none/id/name option, giving controlChris Lattner
2010-05-04Introduce a limit on the depth of the macro instantiation backtraceDouglas Gregor
2010-04-29Do not enable '-analyze-check-security-syntactic' by default when using '--an...Ted Kremenek
2010-04-28Driver: Add support for -fobjc-abi-version=.Daniel Dunbar
2010-04-27Simplify.Daniel Dunbar
2010-04-27Add Driver support for -fno-constant-cfstrings.Daniel Dunbar
2010-04-24NeXT: Clean up dispatch method policy selection.Daniel Dunbar
2010-04-24Simplify.Daniel Dunbar
2010-04-20Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor
2010-04-17Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth
2010-04-17Driver: Add missing claim() for -mllvm options.Daniel Dunbar
2010-04-15Tidy up comment.Daniel Dunbar
2010-04-15Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o...Daniel Dunbar
2010-04-11add haiku support, patch by Paul Davey!Chris Lattner
2010-04-10Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support...Daniel Dunbar
2010-04-09Turn access control on by default in the driver.John McCall
2010-04-09Turn access control on by default in -cc1.John McCall
2010-04-08Remove caseless switch.Benjamin Kramer
2010-04-07add a new driver-level -ferror-limit=412 option, which causes clang to stopChris Lattner
2010-03-29add support for -MQ flag to quote targets in dependency file,Chris Lattner
2010-03-24Implement support for -nostdc++. Fixes PR6446.Douglas Gregor
2010-03-22Disable the emission of frontend warnings (not errors) under --analyze.Ted Kremenek
2010-03-20Driver: Fix a number of -fapple-kext issues:Daniel Dunbar
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar
2010-03-20Driver: Fix possible crash when targetting an unknown (unsupported) DarwinDaniel Dunbar
2010-03-17Make -faccess-control and -fno-access-control driver options.John McCall
2010-03-16Driver: Fix forwarding of -fno-lax-vector-conversions.Daniel Dunbar
2010-03-07Don't produce debug info when given -g. Fixes PR6529.Rafael Espindola
2010-03-02Add in some more MIPS command line options.Eric Christopher
2010-02-23Unconditionally support block introspection data in a new field at the endBlaine Garst
2010-02-19Enable -mconstructor-aliases by default on non-darwin platforms.John McCall
2010-02-17Driver: Tweak freebsd::Link, by Roman Divacky.Daniel Dunbar
2010-02-13Raise the responsibility for passing -disable-llvm-verifier in NDEBUG buildsJohn McCall
2010-02-11Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin.Daniel Dunbar
2010-02-11Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar
2010-02-10Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixesDaniel Dunbar
2010-02-06Add support for threadsafe statics, and make them the default (matching gcc).Anders Carlsson
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2010-02-05Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-miss...Ted Kremenek
2010-02-05Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'.Ted Kremenek
2010-02-05Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-...Ted Kremenek
2010-02-05Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek
2010-02-05Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy...Ted Kremenek
2010-02-03Driver: Add -[no-]integrated-as for clang.Daniel Dunbar
2010-02-01Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM.Daniel Dunbar
2010-02-01Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used.Daniel Dunbar
2010-01-30Simplify.Daniel Dunbar
2010-01-30Use StringRef instead of returning a temporary std::string.Benjamin Kramer