summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" archDaniel Dunbar2010-01-221-68/+5
* Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going toDaniel Dunbar2010-01-221-17/+5
* Driver: Lift clang resource directory computation to the Driver object.Daniel Dunbar2010-01-201-9/+1
* Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' whenDaniel Dunbar2010-01-101-6/+0
* implement -ftabstop=width, patch by Christian AdåkerChris Lattner2010-01-091-0/+5
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-4/+4
* Driver: Drop ToolChain::getHost()Daniel Dunbar2009-12-231-1/+1
* ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar2009-12-211-0/+29
* Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar2009-12-211-15/+14
* ARM: Use front-end specific target features "soft-float" and "soft-float-abi"...Daniel Dunbar2009-12-191-1/+19
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-2/+2
* Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar2009-12-181-0/+14
* Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar2009-12-161-2/+2
* implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes2009-12-161-0/+4
* Driver: Pass -resource-dir to clang -cc1, since the driver presumably already...Daniel Dunbar2009-12-151-1/+11
* Implement runtime checks for undefined behavior. WIP.Mike Stump2009-12-121-0/+1
* Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek2009-12-121-1/+2
* Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-111-2/+7
* Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar2009-12-081-3/+6
* Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek2009-12-071-0/+3
OpenPOWER on IntegriCloud