aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
2009-09-10Add a check that -static is not used with -dynamic or -mdynamic-no-pic.Daniel Dunbar
2009-09-10Factor out CheckPreprocessing options to share between Clang/CC1 tools.Daniel Dunbar
2009-09-09Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.Daniel Dunbar
2009-09-09Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar
2009-09-09Remove gratuitous use of c_str().Daniel Dunbar
2009-09-09Use Twine concatenation instead of llvm::format.Daniel Dunbar
2009-09-09Simplify.Daniel Dunbar
2009-09-09Use AddDarwinArch for passing arch name to assembler.Daniel Dunbar
2009-09-09Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t...Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-08Remove FIXMEs for pedantically-gcc-bug-compatible behavior.Daniel Dunbar
2009-09-04Merge libgcc spec changes for darwin::Link::ConstructJob.Daniel Dunbar
2009-09-04Tweak darwin::Link::AddLinkArgs.Daniel Dunbar
2009-09-04Implement darwin::Link::AddDarwinArch for ARM.Daniel Dunbar
2009-09-04Darwin: Pass -iphoneos-version-min to ld when building for ARM.Daniel Dunbar
2009-09-04Rename Darwin_X86 toolchain to just Darwin, this can support all platforms.Daniel Dunbar
2009-09-03Add basic support for -pthread.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-24PR4766: Don't pass -static to 'as' on x86_64 on Darwin.Daniel Dunbar
2009-08-22Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan
2009-08-05Fix -fno-omit-frame-pointer bug Eli noticed.Benjamin Kramer
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-08-03Driver/OpenBSD: Improve ld options.Daniel Dunbar
2009-07-31Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump
2009-07-24Have 'clang --analyze' run syntactic static analysis security checks.Ted Kremenek
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-07-01Driver: Add Source argument for Commands to hold the Action which caused aDaniel Dunbar
2009-06-29OpenBSD support.Daniel Dunbar
2009-06-28Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling
2009-06-08Forward -C and -CC to clang.Daniel Dunbar
2009-06-08PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar
2009-06-05Set function Attribute::NoImplicitFloat appropriately.Devang Patel
2009-06-05Add driver support for -fsigned-char/-funsigned-char.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-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-22Don't rely on getArchName() to return a constant string reference.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-06Tweak x86 -mcpu defaults.Daniel Dunbar
2009-05-06Improve handling of (X86) target features.Daniel Dunbar
2009-05-04Add -fobjc-tight-layout.Daniel Dunbar
2009-05-02Driver: When using the generic gcc tool, pass -m32 or -m64 if weDaniel Dunbar
2009-05-02Driver: Generate an error when trying to pass an LLVM bc input to aDaniel Dunbar
2009-05-02DragonFly ToolChain definition for driver.Daniel Dunbar