Age | Commit message (Expand) | Author |
2009-09-04 | Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. | Daniel Dunbar |
2009-09-03 | Add basic support for -pthread. | 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-24 | PR4766: Don't pass -static to 'as' on x86_64 on Darwin. | Daniel Dunbar |
2009-08-22 | Second half of, clang, AuroraUX toolchain support. | Edward O'Callaghan |
2009-08-05 | Fix -fno-omit-frame-pointer bug Eli noticed. | Benjamin Kramer |
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-08-03 | Driver/OpenBSD: Improve ld options. | Daniel Dunbar |
2009-07-31 | Add beginnigs of rtti generation, wire up more of -fno-exceptions. | Mike Stump |
2009-07-24 | Have 'clang --analyze' run syntactic static analysis security checks. | Ted Kremenek |
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-07-01 | Driver: Add Source argument for Commands to hold the Action which caused a | Daniel Dunbar |
2009-06-29 | OpenBSD support. | Daniel Dunbar |
2009-06-28 | Add stack protector support to clang. This generates the 'ssp' and 'sspreq' | Bill Wendling |
2009-06-08 | Forward -C and -CC to clang. | Daniel Dunbar |
2009-06-08 | PR4016: Forward -fno-show-source-location to clang. | Daniel Dunbar |
2009-06-05 | Set function Attribute::NoImplicitFloat appropriately. | Devang Patel |
2009-06-05 | Add driver support for -fsigned-char/-funsigned-char. | 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-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 | Don't rely on getArchName() to return a constant string reference. | 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 | Tweak x86 -mcpu defaults. | Daniel Dunbar |
2009-05-06 | Improve handling of (X86) target features. | Daniel Dunbar |
2009-05-04 | Add -fobjc-tight-layout. | Daniel Dunbar |
2009-05-02 | Driver: When using the generic gcc tool, pass -m32 or -m64 if we | Daniel Dunbar |
2009-05-02 | Driver: Generate an error when trying to pass an LLVM bc input to a | 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-29 | Make sure to pass the same options to the static analyzer as the | Daniel Dunbar |
2009-04-28 | With -ccc-pch-is-pch, always treat precompiled inputs as PCH, | Daniel Dunbar |
2009-04-26 | Driver: Add -std-default= option. | Daniel Dunbar |
2009-04-25 | Driver: -mkernel disables default use of unwind tables (although I | Daniel Dunbar |
2009-04-25 | Driver: -mkernel and -fapple-kext imply -mno-red-zone. | Daniel Dunbar |
2009-04-24 | Don't run dsymutil when making a fat executable direct source. | Daniel Dunbar |
2009-04-23 | Call ld, not collect2. | 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-18 | Preliminary PCH support in the driver | Douglas Gregor |
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: Forward -W* to clang, it can handle all these itself now. | Daniel Dunbar |