aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2010-01-29Driver: Don't honor -std-default for C++, this makes it hard to run the gdb testDaniel Dunbar
2010-01-28Introduce serialization and deserialization of diagnostic informationDouglas Gregor
2010-01-27Driver/Darwin: Simplify target version checks.Daniel Dunbar
2010-01-27Driver/Darwin: Fix a few link arguments when targetting different iPhoneOSDaniel Dunbar
2010-01-27Driver/Darwin: Switch clang -triple synthesis to use computed target informat...Daniel Dunbar
2010-01-27Driver/Darwin: Switch to using isTargetIPhoneOS where appropriate.Daniel Dunbar
2010-01-26Simplify.Daniel Dunbar
2010-01-26Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr...Daniel Dunbar
2010-01-25Driver: Fix fallback to gcc to -c instead of -S if trying to generate an LLVM bcDaniel Dunbar
2010-01-22Driver/Darwin/ld: Fix refacto, -force_cpusubtype_ALL should only be forwarded,Daniel Dunbar
2010-01-22Driver/Darwin/ld: Factor out getDarwinArchName, for getting the "Darwin" archDaniel Dunbar
2010-01-22Driver/Darwin/ld: Eliminate AddDarwinSubArch, our linker invocation is going toDaniel Dunbar
2010-01-20Driver: Lift clang resource directory computation to the Driver object.Daniel Dunbar
2010-01-10Darwin/ld: Don't pass '-weak_reference_mismatches non-weak' whenDaniel Dunbar
2010-01-09implement -ftabstop=width, patch by Christian AdåkerChris Lattner
2010-01-08Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman
2009-12-23Driver: Drop ToolChain::getHost()Daniel Dunbar
2009-12-21ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".Daniel Dunbar
2009-12-21Add ToolChain::getDriver() and use it instead of going through the HostInfoDaniel Dunbar
2009-12-19ARM: Use front-end specific target features "soft-float" and "soft-float-abi"...Daniel Dunbar
2009-12-18clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar
2009-12-18Add -dwarf-debug-flags, which provides a way to embed the cc1 level options usedDaniel Dunbar
2009-12-16Fix -fdollars-in-identifiers Clang translation.Daniel Dunbar
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes
2009-12-15Driver: Pass -resource-dir to clang -cc1, since the driver presumably already...Daniel Dunbar
2009-12-12Implement runtime checks for undefined behavior. WIP.Mike Stump
2009-12-12Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek
2009-12-11Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar
2009-12-08Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar
2009-12-07Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.Ted Kremenek
2009-12-07Shorten the help test for -no-canonical-prefixes, put it behind HelpHidden andRafael Espindola
2009-12-04Add gcc's -no-canonical-prefixes option to clang.Rafael Espindola
2009-12-03Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar
2009-12-02Driver: Add Command::Creator member variable, which tracks the tool that wasDaniel Dunbar