summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix -fno-omit-frame-pointer bug Eli noticed.Benjamin Kramer2009-08-051-2/+2
* Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel...Benjamin Kramer2009-08-051-0/+5
* Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky!Benjamin Kramer2009-08-051-1/+2
* Driver/OpenBSD: Improve ld options.Daniel Dunbar2009-08-031-2/+18
* Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump2009-07-311-1/+15
* Have 'clang --analyze' run syntactic static analysis security checks.Ted Kremenek2009-07-241-0/+1
* Remove -ftraditional option, which gcc doesn't actually support. Make Eli Friedman2009-07-141-4/+6
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-0/+3
* Driver: Add Source argument for Commands to hold the Action which caused aDaniel Dunbar2009-07-011-14/+14
* OpenBSD support.Daniel Dunbar2009-06-291-0/+112
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+12
* Forward -C and -CC to clang.Daniel Dunbar2009-06-081-1/+10
* PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar2009-06-081-1/+4
* Set function Attribute::NoImplicitFloat appropriately.Devang Patel2009-06-051-1/+1
* Add driver support for -fsigned-char/-funsigned-char.Eli Friedman2009-06-051-0/+10
* forward -fno-color-diagnostics to clang-cc.Torok Edwin2009-06-041-0/+3
* Driver: Support -mllvm; this just forwards options to clang-cc.Daniel Dunbar2009-06-031-0/+1
* This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian2009-05-221-0/+1
* Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time.Daniel Dunbar2009-05-221-1/+9
* Don't rely on getArchName() to return a constant string reference.Daniel Dunbar2009-05-221-11/+14
* Add --analyzer-no-default-checks and --analyzer-output options.Daniel Dunbar2009-05-221-13/+19
* Remove -fprintf-source-range-info from the Driver (this was renamed)Daniel Dunbar2009-05-181-1/+0
* Driver: Emit an unsupported error on -iframework.Daniel Dunbar2009-05-131-1/+2
* Tweak x86 -mcpu defaults.Daniel Dunbar2009-05-061-0/+5
* Improve handling of (X86) target features.Daniel Dunbar2009-05-061-51/+47
* Add -fobjc-tight-layout.Daniel Dunbar2009-05-041-0/+1
* Driver: When using the generic gcc tool, pass -m32 or -m64 if weDaniel Dunbar2009-05-021-1/+10
* Driver: Generate an error when trying to pass an LLVM bc input to aDaniel Dunbar2009-05-021-2/+22
* DragonFly ToolChain definition for driver.Daniel Dunbar2009-05-021-0/+156
* Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor2009-05-011-0/+1
* Make sure to pass the same options to the static analyzer as theDaniel Dunbar2009-04-291-140/+140
* With -ccc-pch-is-pch, always treat precompiled inputs as PCH,Daniel Dunbar2009-04-281-1/+1
* Driver: Add -std-default= option.Daniel Dunbar2009-04-261-1/+16
* Driver: -mkernel disables default use of unwind tables (although IDaniel Dunbar2009-04-251-1/+2
* Driver: -mkernel and -fapple-kext imply -mno-red-zone.Daniel Dunbar2009-04-251-1/+3
* Don't run dsymutil when making a fat executable direct source.Daniel Dunbar2009-04-241-1/+7
* Call ld, not collect2.Daniel Dunbar2009-04-231-1/+1
* rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info.Chris Lattner2009-04-211-0/+1
* Forward f[no-]dollars-in-identifiers to clang, when specified.Daniel Dunbar2009-04-191-2/+12
* Forward -fno-diagnostics-fixit-info to clang-cc.Daniel Dunbar2009-04-191-0/+5
* Preliminary PCH support in the driverDouglas Gregor2009-04-181-15/+40
* Added -print-ivar-layout option. No change in functionalityFariborz Jahanian2009-04-171-0/+1
* Pass -fdiagnostics-show-option to clang-cc by default.Daniel Dunbar2009-04-161-0/+5
* Driver: Forward -W* to clang, it can handle all these itself now.Daniel Dunbar2009-04-161-4/+2
* Driver: For clang, accept -fsigned-bitfields and rejectDaniel Dunbar2009-04-151-0/+7
* Implement support for GCC's -dD mode, which dumps -E output *and*Chris Lattner2009-04-121-0/+1
* Driver: Forward -miphoneos-version-min to clang.Daniel Dunbar2009-04-101-0/+1
* Driver: Split out CPP specific options for clang so that we don't endDaniel Dunbar2009-04-081-246/+259
* More fixes to builtin preprocessor defines.Daniel Dunbar2009-04-081-0/+5
* Darwin ld: Unconditionally add -lstdc++ if we are pretending to beDaniel Dunbar2009-04-081-0/+5
OpenPOWER on IntegriCloud