summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: ignore /showIncludes when combined with /E (PR20336)Hans Wennborg2014-07-211-2/+5
* [mips] Use Triple::getVendor() instead of Triple::getVendorName() to identify...Daniel Sanders2014-07-181-1/+1
* [AArch64] Implement Clang CLI interface proposal about "-march".Kevin Qin2014-07-181-41/+131
* Using a std::string instead of a StringRef because the Default case synthesiz...Aaron Ballman2014-07-171-6/+6
* [mips] Pass the ABI to the integrated assembler and add tests the existing ar...Daniel Sanders2014-07-171-0/+11
* Typically linker options are protected with -Xlinker or -Wl,Arthur Marble2014-07-161-2/+7
* [Driver][Mips] Reduce code duplication - use existing functionSimon Atanasyan2014-07-161-11/+11
* [mips] Correct the invocation of GAS in several cases.Daniel Sanders2014-07-161-8/+74
* [mips] Add support for -mfpxx and -mno-fpxx.Daniel Sanders2014-07-161-0/+4
* Don't add -Bsymbolic by default on Android.Evgeniy Stepanov2014-07-161-3/+0
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-7/+41
* clang-cl: Implement the -arch flagEhsan Akhgari2014-07-151-2/+28
* [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
OpenPOWER on IntegriCloud