summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add support for OpenBSD SPARC assembler.Rafael Espindola2014-02-281-7/+32
* Pass the sparc architecture variant to the assembler.Roman Divacky2014-02-251-0/+5
* clang-cl: use -fno-rtti by defaultHans Wennborg2014-02-251-0/+4
* Give sparcv9 the ability to set the target cpu. Change it from acceptingRoman Divacky2014-02-251-1/+2
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-251-0/+3
* Respect ToolChain::isPIEDefault() in constructing link job on Linux and FreeBSD.Alexey Samsonov2014-02-251-6/+8
* Factor adding sanitizer linker flags into a separate function and make it les...Alexey Samsonov2014-02-251-62/+63
* Implement -fno-short-wcharRichard Barton2014-02-241-1/+2
* clang: add -f{no-,}integrate-as as consistent parametersSaleem Abdulrasool2014-02-231-3/+3
* clang: forward -no-integrated-as from the driverSaleem Abdulrasool2014-02-221-2/+7
* Revert "clang: forward -no-integrated-as from the driver"Saleem Abdulrasool2014-02-221-7/+2
* clang: forward -no-integrated-as from the driverSaleem Abdulrasool2014-02-221-2/+7
* Default to ARMv5e for NetBSD/EABI, ARMv4 for APCS.Joerg Sonnenberger2014-02-211-4/+20
* Add support for FPv4-SP to the clang driverOliver Stannard2014-02-211-0/+5
* Get rid of obsolete addProfileRT(), generalize the relevant addProfileRTLinux...Alexey Samsonov2014-02-201-31/+15
* Hook up NetBSD/sparc and NetBSD/sparc64 as and ld invocations.Joerg Sonnenberger2014-02-191-0/+23
* GC now unused variable.Joerg Sonnenberger2014-02-191-4/+0
* Use a switch for the architecture specific logic inJoerg Sonnenberger2014-02-191-12/+16
* clang-cl: Pass /Z7 when we fallback to cl with debug info enabledReid Kleckner2014-02-191-0/+2
* Refactor -KPIC handling for as invocation.Joerg Sonnenberger2014-02-191-53/+21
* Add FreeBSD ARM EABI hard-float supportRenato Golin2014-02-191-3/+20
* Revert "Debug info: Make DWARF4 the default for Darwin, too."Adrian Prantl2014-02-171-2/+10
* Enable generation of unwind tables when building with sanitizers.Evgeniy Stepanov2014-02-141-4/+5
* Enable AArch64 NEON by default.Jiangning Liu2014-02-141-0/+2
* Add a command line option -gdwarf-aranges that will turn on emittingEric Christopher2014-02-141-0/+7
* Debug info: Make DWARF4 the default for Darwin, too.Adrian Prantl2014-02-141-10/+2
* XCore target pass -v flag to assembler & linkerRobert Lytton2014-02-131-2/+8
* add comment explaining previous commitRobert Lytton2014-02-131-0/+1
* XCore target -fexceptions flag handlingRobert Lytton2014-02-131-26/+47
* Remove spurious default case to silent sanitizerRenato Golin2014-02-131-2/+0
* Add EXPERIMENTAL --rtlib=compiler-rt to GNU ClangRenato Golin2014-02-131-2/+37
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+3
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-0/+10
* [ARM] Fix NEON wrongly being enabled with soft-float when targeting armv8/Cor...Amara Emerson2014-02-121-1/+4
* Add Multilib selection machineryJonathan Roelofs2014-02-121-18/+18
* Revert 201202Jonathan Roelofs2014-02-121-18/+18
* Add Multilib selection machineryJonathan Roelofs2014-02-121-18/+18
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-0/+27
* XCore target: Pass through "-fverbose-asm" flag to xcc assembler.Robert Lytton2014-02-111-0/+3
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-2/+6
* Revert r194097: "With this patch -Wwrite-strings is still implemented with th...Argyrios Kyrtzidis2014-02-071-4/+7
* Use correct ld emulation for EABI hardware float triple on NetBSD.Joerg Sonnenberger2014-02-061-2/+4
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-4/+3
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-6/+22
* Fix handling of -fno-function-sections, -fno-data-sections in clang driver.Evgeniy Stepanov2014-02-031-2/+9
* Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.Joerg Sonnenberger2014-02-021-0/+16
* Use a switch for the emulation handling.Joerg Sonnenberger2014-02-021-8/+10
* Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.Joerg Sonnenberger2014-02-021-0/+17
* Replace hasMipsN32ABIArg by hasMipsABIArg to make it easier to addJoerg Sonnenberger2014-02-021-8/+8
* Pass down -mcpu for external assembler in thumb mode, too. From Matt Thomas.Joerg Sonnenberger2014-02-021-1/+2
OpenPOWER on IntegriCloud