summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-131-1/+10
* For NetBSD, use the same settings for PPC64 as for PPC when it comes toJoerg Sonnenberger2014-08-131-0/+12
* Emit diagnostic for -munaligned-access on v6m targetsOliver Stannard2014-08-131-1/+5
* GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in...Sylvestre Ledru2014-08-111-0/+8
* NetBSD/aarch64 has no libgcc or libstdc++. Drop arm64 tests.Joerg Sonnenberger2014-08-091-0/+1
* Add -link-cxx-sanitizer driver flag.Alexey Samsonov2014-08-081-5/+5
* Partially revert r215204 - [mips] Add -mabicalls/-mno-abicalls to the driverDaniel Sanders2014-08-081-3/+0
* [mips] Invert the abicalls feature bit to be noabicalls so that it's possible...Daniel Sanders2014-08-081-8/+2
* [mips] Add -mabicalls/-mno-abicalls to the driverDaniel Sanders2014-08-081-0/+12
* Driver: Add -fno-profile-arcs to go with -fprofile-arcsJustin Bogner2014-08-071-2/+4
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-9/+1
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-051-0/+15
* Add coverage mapping generation.Alex Lorenz2014-08-041-0/+8
* [Driver][Mips] Construct dynamic linker path by string concatination.Simon Atanasyan2014-08-041-12/+17
* Tools.cpp: Avoid std::to_string() on -fbuild-session-timestamp to appease min...NAKAMURA Takumi2014-08-031-3/+4
* Add -fbuild-session-file as an alternative to -fbuild-session-timestampBen Langmuir2014-08-011-1/+15
* Fix up handling of ARM options for controlling strict alignment.Bob Wilson2014-07-291-23/+18
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-3/+43
* Now that PIC generation on PPC32 is supported, hook up linking supportJoerg Sonnenberger2014-07-251-1/+2
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-25/+7
* [mips] -mno-shared should only be given to the assembler when -fPIC/-fpic/-fP...Daniel Sanders2014-07-231-2/+16
* [Driver][Mips] Restore FIXME comment was removed accidentally.Simon Atanasyan2014-07-231-0/+2
* 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
OpenPOWER on IntegriCloud