Age | Commit message (Expand) | Author |
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 |
2009-04-15 | Driver: For clang, accept -fsigned-bitfields and reject | Daniel Dunbar |
2009-04-12 | Implement support for GCC's -dD mode, which dumps -E output *and* | Chris Lattner |
2009-04-10 | Driver: Forward -miphoneos-version-min to clang. | Daniel Dunbar |
2009-04-08 | Driver: Split out CPP specific options for clang so that we don't end | Daniel Dunbar |
2009-04-08 | More fixes to builtin preprocessor defines. | Daniel Dunbar |
2009-04-08 | Darwin ld: Unconditionally add -lstdc++ if we are pretending to be | Daniel Dunbar |
2009-04-08 | Make debug info work when using -save-temps. | Daniel Dunbar |
2009-04-08 | Set __PIC__ (more) correctly. | Daniel Dunbar |
2009-04-07 | Driver: Fix forwarding of -fpascal-strings. | Daniel Dunbar |
2009-04-07 | Driver: Fix forwarding of -{std,ansi,trigraphs} when there are | Daniel Dunbar |
2009-04-07 | Driver: Forward remaining -f options to clang manually. | Daniel Dunbar |
2009-04-07 | Driver: Only forward last instance of -mmacosx-version-min= and | Daniel Dunbar |
2009-04-07 | Driver: Manually translate a number of -f with no- variants options to | Daniel Dunbar |
2009-04-07 | Driver: Explicitly warn that -pg isn't supported (even though we | Daniel Dunbar |
2009-04-07 | Driver: More verbosity reduction. | Daniel Dunbar |