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