- f4aa4f61 Swizzle the target triple based on -mthumb, and update clang-cc to recognize by Daniel Dunbar · 15 years ago
- cbd1933 Initial handling of -m{soft-float,hard-float,float-abi=} for ARM. by Daniel Dunbar · 15 years ago
- e6ad3f9 Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
- 1d65e4b Change getLLVMArchNameForARM to just get the suffix. by Daniel Dunbar · 15 years ago
- 728a512 Add code to mangle the triple for LLVM on ARM. by Daniel Dunbar · 15 years ago
- f84a4a4 Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support that yet. PR4941. by Daniel Dunbar · 15 years ago
- b163ef7 ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=. by Daniel Dunbar · 15 years ago
- 2ba9157 Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}. by Daniel Dunbar · 15 years ago
- e2fd664 Add a check that -static is not used with -dynamic or -mdynamic-no-pic. by Daniel Dunbar · 15 years ago
- 88a3d6c Factor out CheckPreprocessing options to share between Clang/CC1 tools. by Daniel Dunbar · 15 years ago
- 84ec96c Improve Darwin argument translation to match what the driver driver does. by Daniel Dunbar · 15 years ago
- 6acda16 Move Clang X86 cpu/feature argument translation into AddX86TargetArgs. by Daniel Dunbar · 15 years ago
- 5ed34f4 Change Get{File,Program}Path to return an std::string (instead of a sys::Path). by Daniel Dunbar · 15 years ago
- 8813764 Remove gratuitous use of c_str(). by Daniel Dunbar · 15 years ago
- 302e2ea Use Twine concatenation instead of llvm::format. by Daniel Dunbar · 15 years ago
- 5b750fe Simplify. by Daniel Dunbar · 15 years ago
- 16484af StringRefize ArgList construction of ArgStrings. by Daniel Dunbar · 15 years ago
- cc6f803 Use AddDarwinArch for passing arch name to assembler. by Daniel Dunbar · 15 years ago
- fbefe6b Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch there. by Daniel Dunbar · 15 years ago
- 0dcb9a3 Push bound architecture name into TranslateArgs. by Daniel Dunbar · 15 years ago
- 4954018 Push bound architecture name into Compilation::getArgsForToolChain. by Daniel Dunbar · 15 years ago
- 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
- 7ef7f13 Change Darwin toolchain lookup to use llvm::Triple. - -2+1 FIXMEs. by Daniel Dunbar · 15 years ago
- 36df290 Validate arguments to -arch. by Daniel Dunbar · 15 years ago
- d7502d0 Rename HostInfo::getToolChain to HostInfo::CreateToolChain, and don't recreate by Daniel Dunbar · 15 years ago
- fe8aa47 Delete trailing whitespace. by Daniel Dunbar · 15 years ago
- 3f30ddf Simplify. by Daniel Dunbar · 15 years ago
- a6046be Fix ShouldUseClangCompiler to use llvm::Triple. by Daniel Dunbar · 15 years ago
- a823183 Tweak & reflow comments, and delete trailing whitespace. by Daniel Dunbar · 15 years ago
- e0be8b1 Remove FIXMEs for pedantically-gcc-bug-compatible behavior. by Daniel Dunbar · 15 years ago
- ae33f8f Merge libgcc spec changes for darwin::Link::ConstructJob. by Daniel Dunbar · 15 years ago
- d82f8fa Tweak darwin::Link::AddLinkArgs. by Daniel Dunbar · 15 years ago
- 78dbd58 Implement darwin::Link::AddDarwinArch for ARM. by Daniel Dunbar · 15 years ago
- 30392de Darwin: Pass -iphoneos-version-min to ld when building for ARM. by Daniel Dunbar · 15 years ago
- da64141 Add -ccc-install-dir option for faking installation path. by Daniel Dunbar · 15 years ago
- f395528 Rename Darwin_X86 toolchain to just Darwin, this can support all platforms. by Daniel Dunbar · 15 years ago
- 8f28962 Remove unused argument. by Daniel Dunbar · 15 years ago
- 5345c39 Add basic support for -pthread. by Daniel Dunbar · 15 years ago
- 4f711c4 Update. by Mike Stump · 15 years ago
- 5915fbf Add driver support for -emit-ast and AST compilation steps. by Daniel Dunbar · 15 years ago
- 8a5a9aa Updated GNU runtime non-fragile ABI. by David Chisnall · 15 years ago
- 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
- b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
- d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
- 8bde505 Reenable clang using clang-cc for C++ and all archs by default. by Daniel Dunbar · 15 years ago
- 4a12408 Temporarily switch clang back to not using clang-cc by default for C++, and only by Daniel Dunbar · 15 years ago
- 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
- e7925a0 Second half of, clang, AuroraUX toolchain support. by Edward O'Callaghan · 15 years ago
- a9822de Add additional library paths for Linux distros on mixed 32/64-bit systems. by Daniel Dunbar · 15 years ago
- 21656dd Fix -fno-omit-frame-pointer bug Eli noticed. by Benjamin Kramer · 15 years ago
- 8e9ef0d Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel Worach! by Benjamin Kramer · 15 years ago
- 091038c Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! by Benjamin Kramer · 15 years ago
- 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
- 1172751 Have 'clang --analyze' run syntactic static analysis security checks. by Ted Kremenek · 15 years ago
- dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
- 7930072 driver: Print --version on stdout, to match gcc. - Patch by Jean-Daniel Dupas by Daniel Dunbar · 15 years ago
- ceb5c5b Remove -ftraditional option, which gcc doesn't actually support. Make by Eli Friedman · 15 years ago
- 47393ba Explicitly initialize the options array, MinGW's gcc 4.3.5 appears to have a bug by Daniel Dunbar · 15 years ago
- e650c8c Introduce the notion of "Relocatable" precompiled headers, which are built by Douglas Gregor · 15 years ago
- df35d7f Driver: Mark some Compilation members const. by Daniel Dunbar · 15 years ago
- c88a88f Driver: Move Compilation::Execute to Driver::ExecuteCompilation. by Daniel Dunbar · 15 years ago
- 31c11eb Driver: Improve diagnostics for failed commands. by Daniel Dunbar · 15 years ago
- cae087e Driver: Add Source argument for Commands to hold the Action which caused a by Daniel Dunbar · 15 years ago
- f7b8eec OpenBSD support. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
- 45483f7 Add stack protector support to clang. This generates the 'ssp' and 'sspreq' by Bill Wendling · 15 years ago
- 3c092bc Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 15 years ago
- 0adea82 Add some missing CMake dependencies by Douglas Gregor · 15 years ago
- 3ee96ba Stub out printing of the thread model with -v. by Daniel Dunbar · 15 years ago
- 12cfe03 Fake support for -print-multi-* by Daniel Dunbar · 15 years ago
- 407899b Fix typo in prev commit. by Daniel Dunbar · 15 years ago
- f2edbf3 Darwin/Driver: Also look at -arch command line options when finding the default by Daniel Dunbar · 15 years ago
- 3a183d3 Forward -C and -CC to clang. by Daniel Dunbar · 15 years ago
- 75eb1d6 PR4016: Forward -fno-show-source-location to clang. by Daniel Dunbar · 15 years ago
- acebb39 Set function Attribute::NoImplicitFloat appropriately. by Devang Patel · 15 years ago
- 5a77973 Add driver support for -fsigned-char/-funsigned-char. by Eli Friedman · 15 years ago
- a46c71a forward -fno-color-diagnostics to clang-cc. by Torok Edwin · 15 years ago
- 4e2567d PR4308: Fix support for -m32/-m64 on Linux. by Eli Friedman · 15 years ago
- e528028 Driver: Support -mllvm; this just forwards options to clang-cc. by Daniel Dunbar · 15 years ago
- af97937 Fix rare failure of .ver-svn creation, it has a dependency that the output by Daniel Dunbar · 15 years ago
- 8ea9754 ARM is a legitimate Darwin architecture; don't assert. by Eli Friedman · 15 years ago
- 6b3454a Fix for PR4140: Add the start of a Linux toolchain (basically, just by Eli Friedman · 15 years ago
- 10708c4 Fix use after free, found by Benjamin Kramer. by Daniel Dunbar · 16 years ago
- 34e6577 This patch adds support for sender-aware dispatch in Objective-C for the GNU runtime, when by Fariborz Jahanian · 16 years ago
- e027a4b Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time. by Daniel Dunbar · 16 years ago
- cb8ab23 (llvm up) Use llvm::Triple for storing target triples. by Daniel Dunbar · 16 years ago
- 7cfe31a Don't rely on getArchName() to return a constant string reference. by Daniel Dunbar · 16 years ago
- d8fc0f2 Add --analyzer-no-default-checks and --analyzer-output options. by Daniel Dunbar · 16 years ago
- f4e2486 Remove -fprintf-source-range-info from the Driver (this was renamed) by Daniel Dunbar · 16 years ago
- 683ca38 Reformat a comment by Daniel Dunbar · 16 years ago
- 95a0da7 Driver: Emit an unsupported error on -iframework. by Daniel Dunbar · 16 years ago
- 500aec4 Tweak x86 -mcpu defaults. - Default to yonah on Darwin (to get SSE3). by Daniel Dunbar · 16 years ago
- 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
- 63be57a Add --analyze-auto. by Daniel Dunbar · 16 years ago
- d6884a0 Add -fobjc-tight-layout. by Daniel Dunbar · 16 years ago
- 6ecc7a9 Driver: When using the generic gcc tool, pass -m32 or -m64 if we by Daniel Dunbar · 16 years ago
- a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 16 years ago
- 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
- fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
- 866cdc3 Revert r70424. We don't need it by Douglas Gregor · 16 years ago