summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a limit on the depth of the template instantiation backtraceDouglas Gregor2010-04-201-0/+6
* Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth2010-04-171-0/+10
* Driver: Add missing claim() for -mllvm options.Daniel Dunbar2010-04-171-0/+2
* Tidy up comment.Daniel Dunbar2010-04-151-4/+3
* Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM o...Daniel Dunbar2010-04-151-1/+11
* add haiku support, patch by Paul Davey!Chris Lattner2010-04-111-0/+5
* Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support...Daniel Dunbar2010-04-101-2/+15
* Turn access control on by default in the driver.John McCall2010-04-091-2/+2
* Turn access control on by default in -cc1.John McCall2010-04-091-4/+4
* Remove caseless switch.Benjamin Kramer2010-04-081-7/+3
* add a new driver-level -ferror-limit=412 option, which causes clang to stopChris Lattner2010-04-071-0/+6
* add support for -MQ flag to quote targets in dependency file,Chris Lattner2010-03-291-6/+52
* Implement support for -nostdc++. Fixes PR6446.Douglas Gregor2010-03-241-0/+2
* Disable the emission of frontend warnings (not errors) under --analyze.Ted Kremenek2010-03-221-0/+5
* Driver: Fix a number of -fapple-kext issues:Daniel Dunbar2010-03-201-5/+13
* C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar2010-03-201-0/+5
* Driver: Fix possible crash when targetting an unknown (unsupported) DarwinDaniel Dunbar2010-03-201-0/+6
* Make -faccess-control and -fno-access-control driver options.John McCall2010-03-171-0/+6
* Driver: Fix forwarding of -fno-lax-vector-conversions.Daniel Dunbar2010-03-161-1/+6
* Don't produce debug info when given -g. Fixes PR6529.Rafael Espindola2010-03-071-1/+3
* Add in some more MIPS command line options.Eric Christopher2010-03-021-0/+71
* Unconditionally support block introspection data in a new field at the endBlaine Garst2010-02-231-1/+0
* Enable -mconstructor-aliases by default on non-darwin platforms.John McCall2010-02-191-0/+5
* Driver: Tweak freebsd::Link, by Roman Divacky.Daniel Dunbar2010-02-171-2/+4
* Raise the responsibility for passing -disable-llvm-verifier in NDEBUG buildsJohn McCall2010-02-131-0/+5
* Driver: Fix clang -ccc-no-clang -x c++-header foo.h on Darwin.Daniel Dunbar2010-02-111-1/+2
* Driver: Add -rewrite-objc, which is an interface to clang -cc1 -rewrite-objc.Daniel Dunbar2010-02-111-1/+16
* Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixesDaniel Dunbar2010-02-101-0/+3
* Add support for threadsafe statics, and make them the default (matching gcc).Anders Carlsson2010-02-061-0/+5
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-miss...Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'.Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-...Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'.Ted Kremenek2010-02-051-1/+1
* Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-sy...Ted Kremenek2010-02-051-1/+1
* Driver: Add -[no-]integrated-as for clang.Daniel Dunbar2010-02-031-0/+2
* Driver/Darwin: Darwin uses -fobjc-legacy-dispatch on ARM.Daniel Dunbar2010-02-011-1/+1
* Driver/Frontend: Add support for -fobjc-legacy-dispatch, not yet used.Daniel Dunbar2010-02-011-1/+13
* Simplify.Daniel Dunbar2010-01-301-2/+1
* Use StringRef instead of returning a temporary std::string.Benjamin Kramer2010-01-301-1/+1
* Driver: Don't honor -std-default for C++, this makes it hard to run the gdb testDaniel Dunbar2010-01-291-2/+8
* Introduce serialization and deserialization of diagnostic informationDouglas Gregor2010-01-281-0/+3
* Driver/Darwin: Simplify target version checks.Daniel Dunbar2010-01-271-19/+15
* Driver/Darwin: Fix a few link arguments when targetting different iPhoneOSDaniel Dunbar2010-01-271-7/+20
* Driver/Darwin: Switch clang -triple synthesis to use computed target informat...Daniel Dunbar2010-01-271-31/+17
* Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate.Daniel Dunbar2010-01-271-4/+4
* Simplify.Daniel Dunbar2010-01-261-14/+5
* Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr...Daniel Dunbar2010-01-261-27/+33
* Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bcDaniel Dunbar2010-01-251-7/+16
* Driver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL should only be forwarded,Daniel Dunbar2010-01-221-2/+1
OpenPOWER on IntegriCloud