aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Options.def
AgeCommit message (Expand)Author
2009-11-17Added block type introspection support.David Chisnall
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-17Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt...Daniel Dunbar
2009-11-05Adding -fshort-wchar option.John Thompson
2009-11-04Merge constant array and structures. This will create a global variables for ...Tanya Lattner
2009-10-26Rename -nostdclanginc to -nobuiltininc.Rafael Espindola
2009-10-06Add the -nostdclanginc option to clang (the driver).Rafael Espindola
2009-09-14Support -mabi= for clang/ARM.Daniel Dunbar
2009-09-11Swizzle the target triple based on -mthumb, and update clang-cc to recognizeDaniel Dunbar
2009-09-10Initial handling of -m{soft-float,hard-float,float-abi=} for ARM.Daniel Dunbar
2009-09-10Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}.Daniel Dunbar
2009-09-04Tweak darwin::Link::AddLinkArgs.Daniel Dunbar
2009-09-04Implement darwin::Link::AddDarwinArch for ARM.Daniel Dunbar
2009-09-01Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar
2009-08-31Updated GNU runtime non-fragile ABI.David Chisnall
2009-08-05Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel...Benjamin Kramer
2009-08-05Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky!Benjamin Kramer
2009-07-31Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump
2009-07-14Remove -ftraditional option, which gcc doesn't actually support. Make Eli Friedman
2009-07-07Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-06-16Fake support for -print-multi-*Daniel Dunbar
2009-06-08PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar
2009-06-05Add driver support for -fsigned-char/-funsigned-char.Eli Friedman
2009-06-05Add a couple of FreeBSD-specific command-line options.Eli Friedman
2009-06-04forward -fno-color-diagnostics to clang-cc.Torok Edwin
2009-06-03Driver: Support -mllvm; this just forwards options to clang-cc.Daniel Dunbar
2009-06-02Add --shared option.Eli Friedman
2009-05-22This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian
2009-05-22Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time.Daniel Dunbar
2009-05-22Add --analyzer-no-default-checks and --analyzer-output options.Daniel Dunbar
2009-05-18Remove -fprintf-source-range-info from the Driver (this was renamed)Daniel Dunbar
2009-05-13Driver: Emit an unsupported error on -iframework.Daniel Dunbar
2009-05-06More x86 target feature support.Daniel Dunbar
2009-05-06Improve handling of (X86) target features.Daniel Dunbar
2009-05-06Add --analyze-auto.Daniel Dunbar
2009-05-04Add -fobjc-tight-layout.Daniel Dunbar
2009-05-02Driver: Treat -m32 and -m64 as "driver-only" arguments.Daniel Dunbar
2009-05-02DragonFly ToolChain definition for driver.Daniel Dunbar
2009-05-01Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor
2009-04-26Driver: Add -std-default= option.Daniel Dunbar
2009-04-21rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info.Chris Lattner
2009-04-19Forward f[no-]dollars-in-identifiers to clang, when specified.Daniel Dunbar
2009-04-19Forward -fno-diagnostics-fixit-info to clang-cc.Daniel Dunbar
2009-04-17Added -print-ivar-layout option. No change in functionalityFariborz Jahanian
2009-04-16Pass -fdiagnostics-show-option to clang-cc by default.Daniel Dunbar
2009-04-16Driver: Remove the majority of -W* options, the driver doesn'tDaniel Dunbar
2009-04-16Driver: Forward -W* to clang, it can handle all these itself now.Daniel Dunbar
2009-04-15Driver: Add --help-hiddenDaniel Dunbar
2009-04-15Driver: For clang, accept -fsigned-bitfields and rejectDaniel Dunbar