summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [EfficiencySanitizer] [MIPS64] Enables esan clang driver options for MIPS64Sagar Thakur2016-09-071-1/+1
* ARM-Darwin: ignore and diagnose attempts to omit frame pointer.Tim Northover2016-08-231-0/+12
* [Darwin] Stop linking libclang_rt.eprintf.aChris Bieneman2016-08-171-8/+13
* [CUDA] Fix CUDA install version parsing.Justin Lebar2016-08-151-2/+2
* Don't enable PIE on i686-unknown-cloudabi.Ed Schouten2016-08-111-0/+13
* Fix two bugs for musl-libc on ARMDiana Picus2016-08-081-2/+11
* [CUDA] Fix libdevice selection.Artem Belevich2016-08-021-16/+31
* Retry: [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-271-7/+0
* Revert "[Driver] Compute effective target triples once per job (NFCI)"Vedant Kumar2016-07-271-28/+20
* Support setting default value for -rtlib at build timeJonas Hahnfeld2016-07-271-9/+14
* [Myriad]: better compatibility with vendor sourceDouglas Katzman2016-07-251-9/+3
* Add support of the latest Ubuntu (Yakkety Yak - 16.10)Sylvestre Ledru2016-07-191-1/+3
* [driver][mips] Support MIPS targets in modern Android NDKSimon Atanasyan2016-07-191-17/+81
* Allow iOS and tvOS version numbers with 2-digit major version numbers.Bob Wilson2016-07-181-2/+2
* [Driver] Compute effective target triples once per job (NFCI)Vedant Kumar2016-07-181-20/+28
* Reapply SVN r274797.Saleem Abdulrasool2016-07-101-12/+0
* Revert "Driver: Stop linking to C++ when using sanitizers on Darwin"Saleem Abdulrasool2016-07-081-0/+12
* Driver: Stop linking to C++ when using sanitizers on DarwinSaleem Abdulrasool2016-07-071-12/+0
* [CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_check/.Justin Lebar2016-07-071-1/+1
* [CUDA] Check that our CUDA install supports the requested architectures.Justin Lebar2016-07-071-2/+65
* [CUDA] Rename member variables in CudaInstallationDetector.Justin Lebar2016-07-061-25/+24
* [CUDA] Add support for CUDA 8 and sm_60-62.Justin Lebar2016-07-061-0/+5
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-2/+17
* [driver][mips] Factor out findMIPSMultilibs code into separate functions. NFCSimon Atanasyan2016-06-221-189/+185
* [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installationsBryan Chan2016-06-171-0/+3
* Compilation for Intel MCU (Part 2/3)Andrey Turetskiy2016-06-161-10/+26
* [CUDA] Don't pass top-level -march down to device cc1 or ptxas.Justin Lebar2016-06-151-1/+3
* Start adding support for Musl.Rafael Espindola2016-06-141-0/+2
* Don't pass --build-id to ld by default.Rafael Espindola2016-06-031-4/+3
* [driver][arm] add armv7 and thumb include and lib pathsChih-Hung Hsieh2016-06-011-1/+51
* [driver][mips] Fix local variable naming. NFCSimon Atanasyan2016-05-281-6/+6
* [driver][mips] Revert support for CodeSourcery MIPS toolchainSimon Atanasyan2016-05-281-4/+66
* [CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar2016-05-231-0/+4
* Driver: support exherbo's multiarch supportSaleem Abdulrasool2016-05-231-26/+59
* [driver][mips] clang-format the code. NFCSimon Atanasyan2016-05-221-27/+27
* [driver][mips] Support new versions of MIPS CodeScape toolchainsSimon Atanasyan2016-05-221-6/+173
* [driver][mips] Use target triple mips-mti-linux-gnu for toolchain detectionSimon Atanasyan2016-05-221-13/+15
* [driver][mips] Rename some variables to better reflect their purpose. NFCSimon Atanasyan2016-05-221-8/+9
* [driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchainSimon Atanasyan2016-05-221-56/+1
* Driver: sink getLinuxDynamicLoader into the ToolchainSaleem Abdulrasool2016-05-221-0/+69
* [CUDA] Allow sm_50,52,53 GPUsArtem Belevich2016-05-191-0/+4
* [driver] Do not pass install dir to the MultilibSet include dirs callbackSimon Atanasyan2016-05-191-41/+25
* [driver] Do not pass target triple to the MultilibSet include dirs callbackSimon Atanasyan2016-05-191-10/+8
* [driver][mips] Hardcode triple name in case of CodeSourcery toolchain. NFCSimon Atanasyan2016-05-191-1/+1
* Teach clang to look for libcxx in /usr/local/include/c++ on LinuxYaron Keren2016-05-171-5/+5
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-161-2/+2
* [mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders2016-05-141-0/+2
* Update clang support on recent HaikuReid Kleckner2016-05-111-0/+32
* [Myriad] Use Generic_ELF::addClangTargetOptions()Douglas Katzman2016-05-091-1/+1
* Proper detection and handling of RHEL and variants.Rafael Espindola2016-05-091-8/+7
OpenPOWER on IntegriCloud