summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-201-2/+1
* Add support for sanitizers arguments on FreeBSDViktor Kutuzov2014-03-181-2/+10
* AArch64_be specific clang target settingsChristian Pirker2014-03-141-0/+4
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-141-0/+3
* Always use --eh-frame-hdr on NetBSD, even for -static.Joerg Sonnenberger2014-03-131-1/+1
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-121-0/+2
* Driver: Support -gmlt as an alias for -gline-tables-onlyDavid Blaikie2014-03-111-1/+2
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-071-1/+1
* Update for LLVM API changeSaleem Abdulrasool2014-03-061-6/+7
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-6/+48
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-041-2/+2
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-031-0/+7
* 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
OpenPOWER on IntegriCloud