summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Incremental improvement to logic determining whether we emit unwind tables orDaniel Dunbar2009-09-161-4/+11
* Support -mabi= for clang/ARM.Daniel Dunbar2009-09-141-0/+26
* Swizzle the target triple based on -mthumb, and update clang-cc to recognizeDaniel Dunbar2009-09-111-3/+12
* Initial handling of -m{soft-float,hard-float,float-abi=} for ARM.Daniel Dunbar2009-09-101-3/+61
* Move X86 handling of -m[no-]soft-float and -m[no-]red-zone into AddX86TargetA...Daniel Dunbar2009-09-101-10/+16
* Change getLLVMArchNameForARM to just get the suffix.Daniel Dunbar2009-09-101-11/+13
* Add code to mangle the triple for LLVM on ARM.Daniel Dunbar2009-09-101-4/+58
* Don't pass -fno-builtin-str{cat,cpy} to clang-cc, I forget we don't support t...Daniel Dunbar2009-09-101-0/+4
* ARM: Pass -mcpu to clang-cc based on -march= and -mcpu=.Daniel Dunbar2009-09-101-0/+67
* Implement Darwin/ARM behavior for defaulting to -fno-builtin-str{cat,cpy}.Daniel Dunbar2009-09-101-1/+40
* Add a check that -static is not used with -dynamic or -mdynamic-no-pic.Daniel Dunbar2009-09-101-0/+17
* Factor out CheckPreprocessing options to share between Clang/CC1 tools.Daniel Dunbar2009-09-101-14/+18
* Move Clang X86 cpu/feature argument translation into AddX86TargetArgs.Daniel Dunbar2009-09-091-40/+54
* Change Get{File,Program}Path to return an std::string (instead of a sys::Path).Daniel Dunbar2009-09-091-43/+43
* Remove gratuitous use of c_str().Daniel Dunbar2009-09-091-65/+66
* Use Twine concatenation instead of llvm::format.Daniel Dunbar2009-09-091-15/+12
* Simplify.Daniel Dunbar2009-09-091-9/+7
* Use AddDarwinArch for passing arch name to assembler.Daniel Dunbar2009-09-091-6/+5
* Add DarwinTool base class for all Darwin tools, and move AddDarwin[Sub]Arch t...Daniel Dunbar2009-09-091-4/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-27/+23
* Remove FIXMEs for pedantically-gcc-bug-compatible behavior.Daniel Dunbar2009-09-081-26/+4
* Merge libgcc spec changes for darwin::Link::ConstructJob.Daniel Dunbar2009-09-041-3/+10
* Tweak darwin::Link::AddLinkArgs.Daniel Dunbar2009-09-041-1/+11
* Implement darwin::Link::AddDarwinArch for ARM.Daniel Dunbar2009-09-041-1/+73
* Darwin: Pass -iphoneos-version-min to ld when building for ARM.Daniel Dunbar2009-09-041-11/+11
* Rename Darwin_X86 toolchain to just Darwin, this can support all platforms.Daniel Dunbar2009-09-041-4/+0
* Add basic support for -pthread.Daniel Dunbar2009-09-031-0/+2
* Add driver support for -emit-ast and AST compilation steps.Daniel Dunbar2009-09-011-2/+20
* Updated GNU runtime non-fragile ABI.David Chisnall2009-08-311-0/+5
* PR4766: Don't pass -static to 'as' on x86_64 on Darwin.Daniel Dunbar2009-08-241-3/+3
* Second half of, clang, AuroraUX toolchain support.Edward O'Callaghan2009-08-221-0/+129
* Fix -fno-omit-frame-pointer bug Eli noticed.Benjamin Kramer2009-08-051-2/+2
* Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel...Benjamin Kramer2009-08-051-0/+5
* Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky!Benjamin Kramer2009-08-051-1/+2
* Driver/OpenBSD: Improve ld options.Daniel Dunbar2009-08-031-2/+18
* Add beginnigs of rtti generation, wire up more of -fno-exceptions.Mike Stump2009-07-311-1/+15
* Have 'clang --analyze' run syntactic static analysis security checks.Ted Kremenek2009-07-241-0/+1
* Remove -ftraditional option, which gcc doesn't actually support. Make Eli Friedman2009-07-141-4/+6
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-0/+3
* Driver: Add Source argument for Commands to hold the Action which caused aDaniel Dunbar2009-07-011-14/+14
* OpenBSD support.Daniel Dunbar2009-06-291-0/+112
* Add stack protector support to clang. This generates the 'ssp' and 'sspreq'Bill Wendling2009-06-281-0/+12
* Forward -C and -CC to clang.Daniel Dunbar2009-06-081-1/+10
* PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar2009-06-081-1/+4
* Set function Attribute::NoImplicitFloat appropriately.Devang Patel2009-06-051-1/+1
* Add driver support for -fsigned-char/-funsigned-char.Eli Friedman2009-06-051-0/+10
* forward -fno-color-diagnostics to clang-cc.Torok Edwin2009-06-041-0/+3
* Driver: Support -mllvm; this just forwards options to clang-cc.Daniel Dunbar2009-06-031-0/+1
* This patch adds support for sender-aware dispatch in Objective-C for the GNU ...Fariborz Jahanian2009-05-221-0/+1
* Don't warn about -funit-at-a-time, and reject -fno-unit-at-a-time.Daniel Dunbar2009-05-221-1/+9
OpenPOWER on IntegriCloud