summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis2014-07-111-83/+2
* Handle SPARC float command line parameters for SPARCv9.Brad Smith2014-07-111-1/+2
* GCC compatibility: Create a Group to ignore unsupported optimization.Sylvestre Ledru2014-07-111-0/+7
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-1/+2
* [x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...Zinovy Nis2014-07-101-1/+10
* [mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchainsDaniel Sanders2014-07-101-10/+17
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-0/+2
* [Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.Argyrios Kyrtzidis2014-07-101-3/+8
* Remove unused sys/stat.h includesAlp Toker2014-07-071-1/+0
* [Driver][Mips] If ABI name is not provided deduce it from the target tripleSimon Atanasyan2014-07-021-10/+10
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-15/+8
* GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default i...Sylvestre Ledru2014-07-011-0/+8
* [Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"Simon Atanasyan2014-07-011-2/+2
* [UBSan] Don't link UBSan runtime into shared libraries.Alexey Samsonov2014-06-301-7/+5
* Use the newly added FindInEnvPath helper in clangEhsan Akhgari2014-06-301-7/+2
* Fix a stray semi-colon. (Found by a pedantic warning)Chandler Carruth2014-06-291-1/+1
* Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...NAKAMURA Takumi2014-06-291-189/+16
* Driver: add a cygwin linker toolSaleem Abdulrasool2014-06-291-0/+166
* clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner2014-06-271-4/+52
* Replace GetProgramPath("ld") with GetLinkerPath().Logan Chien2014-06-271-1/+1
* Driver: use GNU::Link for the Generic_GCC toolchainSaleem Abdulrasool2014-06-271-16/+23
* clang-cl: Don't store the cl compiler Tool on the stack (PR20131)Hans Wennborg2014-06-261-3/+8
* Implement the -fuse-ld= option.Logan Chien2014-06-261-9/+9
* Add ppc64/power8 as a targetWill Schmidt2014-06-261-0/+2
* Forward -u to the linker on gnutools toolchainsReid Kleckner2014-06-261-0/+1
* Align with new GCC options for x86 AndroidAlexey Volkov2014-06-251-2/+6
* [Driver] Follow-up to r211598, r211663. Do not build a dynamic linkerSimon Atanasyan2014-06-251-6/+6
* Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...NAKAMURA Takumi2014-06-251-3/+3
* Reformat.NAKAMURA Takumi2014-06-251-3/+3
* Use appropriate default PIE settings for OpenBSD.Brad Smith2014-06-241-0/+21
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-241-5/+24
* Driver: In crashdumps with -fmodule, dump the module dependenciesJustin Bogner2014-06-201-17/+40
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-201-4/+5
* Driver: Remove some superfluous calls to Arg->claim()Justin Bogner2014-06-201-14/+5
* [PowerPC] Fix ELF interpreter name for powerpc64le-linuxUlrich Weigand2014-06-201-1/+2
* Driver: correct the backend option spellingSaleem Abdulrasool2014-06-181-1/+1
* Add support for the /EP argument to clang-clHans Wennborg2014-06-131-0/+6
* Use dwarf-2 by default on OpenBSD and FreeBSD.Brad Smith2014-06-131-4/+8
* Driver: use more range-based for loopsSaleem Abdulrasool2014-06-121-145/+67
* clang-cl: accept the /C option with /P (PR19978)Hans Wennborg2014-06-111-3/+7
* Driver: add -m{,no-}long-calls supportSaleem Abdulrasool2014-06-071-0/+11
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-0/+7
* Fix driver warning about -pthread on Android.Evgeniy Stepanov2014-06-051-3/+3
* [ubsan] Don't add a --dynamic-list for ubsan symbols when building a sharedRichard Smith2014-06-041-2/+8
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-291-0/+6
* Make the -mno-global-merge option work for arm64/aarch64. rdar://17024719Bob Wilson2014-05-291-0/+8
* -pthread does not translate to -lpthread on Android.Evgeniy Stepanov2014-05-281-2/+3
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-13/+21
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-22/+0
* Don't reduce the stack protector level given -fstack-protector.Rafael Espindola2014-05-221-3/+4
OpenPOWER on IntegriCloud