aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Tools.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merging r215046:Bill Wendling1-9/+1
2014-07-23Merging r213741:Daniel Sanders1-2/+16
2014-07-21clang-cl: ignore /showIncludes when combined with /E (PR20336)Hans Wennborg1-2/+5
2014-07-18[mips] Use Triple::getVendor() instead of Triple::getVendorName() to identify...Daniel Sanders1-1/+1
2014-07-18[AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin1-41/+131
2014-07-17Using a std::string instead of a StringRef because the Default case synthesiz...Aaron Ballman1-6/+6
2014-07-17[mips] Pass the ABI to the integrated assembler and add tests the existing ar...Daniel Sanders1-0/+11
2014-07-16Typically linker options are protected with -Xlinker or -Wl,Arthur Marble1-2/+7
2014-07-16[Driver][Mips] Reduce code duplication - use existing functionSimon Atanasyan1-11/+11
2014-07-16[mips] Correct the invocation of GAS in several cases.Daniel Sanders1-8/+74
2014-07-16[mips] Add support for -mfpxx and -mno-fpxx.Daniel Sanders1-0/+4
2014-07-16Don't add -Bsymbolic by default on Android.Evgeniy Stepanov1-3/+0
2014-07-16Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool1-7/+41
2014-07-15clang-cl: Implement the -arch flagEhsan Akhgari1-2/+28
2014-07-11[Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis1-83/+2
2014-07-11Handle SPARC float command line parameters for SPARCv9.Brad Smith1-1/+2
2014-07-11GCC compatibility: Create a Group to ignore unsupported optimization.Sylvestre Ledru1-0/+7
2014-07-10Enable -gcolumn-info by default.Diego Novillo1-1/+2
2014-07-10[x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...Zinovy Nis1-1/+10
2014-07-10[mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchainsDaniel Sanders1-10/+17
2014-07-10[mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders1-0/+2
2014-07-10[Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.Argyrios Kyrtzidis1-3/+8
2014-07-07Remove unused sys/stat.h includesAlp Toker1-1/+0
2014-07-02[Driver][Mips] If ABI name is not provided deduce it from the target tripleSimon Atanasyan1-10/+10
2014-07-01Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer1-15/+8
2014-07-01GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default i...Sylvestre Ledru1-0/+8
2014-07-01[Driver][Mips] MIPS ABI names "32" and "64" used as arguments of the "-mabi"Simon Atanasyan1-2/+2
2014-06-30[UBSan] Don't link UBSan runtime into shared libraries.Alexey Samsonov1-7/+5
2014-06-30Use the newly added FindInEnvPath helper in clangEhsan Akhgari1-7/+2
2014-06-29Fix a stray semi-colon. (Found by a pedantic warning)Chandler Carruth1-1/+1
2014-06-29Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...NAKAMURA Takumi1-189/+16
2014-06-29Driver: add a cygwin linker toolSaleem Abdulrasool1-0/+166
2014-06-27clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner1-4/+52
2014-06-27Replace GetProgramPath("ld") with GetLinkerPath().Logan Chien1-1/+1
2014-06-27Driver: use GNU::Link for the Generic_GCC toolchainSaleem Abdulrasool1-16/+23
2014-06-26clang-cl: Don't store the cl compiler Tool on the stack (PR20131)Hans Wennborg1-3/+8
2014-06-26Implement the -fuse-ld= option.Logan Chien1-9/+9
2014-06-26Add ppc64/power8 as a targetWill Schmidt1-0/+2
2014-06-26Forward -u to the linker on gnutools toolchainsReid Kleckner1-0/+1
2014-06-25Align with new GCC options for x86 AndroidAlexey Volkov1-2/+6
2014-06-25[Driver] Follow-up to r211598, r211663. Do not build a dynamic linkerSimon Atanasyan1-6/+6
2014-06-25Tools.cpp: Update getLinuxDynamicLinker() to return Twine instead of StringRe...NAKAMURA Takumi1-3/+3
2014-06-25Reformat.NAKAMURA Takumi1-3/+3
2014-06-24Use appropriate default PIE settings for OpenBSD.Brad Smith1-0/+21
2014-06-24[mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders1-5/+24
2014-06-20Driver: In crashdumps with -fmodule, dump the module dependenciesJustin Bogner1-17/+40
2014-06-20Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner1-4/+5
2014-06-20Driver: Remove some superfluous calls to Arg->claim()Justin Bogner1-14/+5
2014-06-20[PowerPC] Fix ELF interpreter name for powerpc64le-linuxUlrich Weigand1-1/+2
2014-06-18Driver: correct the backend option spellingSaleem Abdulrasool1-1/+1