Age | Commit message (Expand) | Author |
2009-09-10 | Add a check that -static is not used with -dynamic or -mdynamic-no-pic. | Daniel Dunbar |
2009-09-10 | Factor out CheckPreprocessing options to share between Clang/CC1 tools. | Daniel Dunbar |
2009-09-09 | Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. | Daniel Dunbar |
2009-09-09 | Change Get{File,Program}Path to return an std::string (instead of a sys::Path). | Daniel Dunbar |
2009-09-09 | Remove gratuitous use of c_str(). | Daniel Dunbar |
2009-09-09 | Use Twine concatenation instead of llvm::format. | Daniel Dunbar |
2009-09-09 | Simplify. | Daniel Dunbar |
2009-09-09 | Use AddDarwinArch for passing arch name to assembler. | Daniel Dunbar |
2009-09-09 | Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t... | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-08 | Remove FIXMEs for pedantically-gcc-bug-compatible behavior. | Daniel Dunbar |
2009-09-04 | Merge libgcc spec changes for darwin::Link::ConstructJob. | Daniel Dunbar |
2009-09-04 | Tweak darwin::Link::AddLinkArgs. | Daniel Dunbar |
2009-09-04 | Implement darwin::Link::AddDarwinArch for ARM. | Daniel Dunbar |
2009-09-04 | Darwin: Pass -iphoneos-version-min to ld when building for ARM. | Daniel Dunbar |
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 |