summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips][p5600] Add -mcpu=p5600 option.Daniel Sanders2015-10-051-1/+1
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-162/+3
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-3/+162
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-021-162/+3
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-3/+162
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-66/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-0/+66
* Enable SafeStack on all Linux platforms.Evgeniy Stepanov2015-09-241-1/+1
* Drop useless const in for-range loops.Benjamin Kramer2015-09-241-6/+6
* [Driver] Don't implicitly copy std::strings in for-range loop.Benjamin Kramer2015-09-241-1/+1
* cuda-path: StringRef cannot be used here.NAKAMURA Takumi2015-09-241-1/+1
* [darwin] [builtins] Stop generating cc_kext_ios5 and move iOS architectures o...Chris Bieneman2015-09-231-5/+3
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-231-1/+45
* Reverted r248408 "[CUDA] Added CUDA installation detector class."Artem Belevich2015-09-231-45/+1
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-231-1/+45
* Driver: alter the getARMFloatABI signatureSaleem Abdulrasool2015-09-191-4/+4
* Use None instead of an explicit constructor.Douglas Katzman2015-09-181-1/+1
* Driver: avoid unnecessary string based operationsSaleem Abdulrasool2015-09-181-4/+4
* [Myriad]: add "<sysroot>/include" to standard search pathDouglas Katzman2015-09-171-0/+6
* [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.Douglas Katzman2015-09-171-25/+51
* [sanitizers] Enable memory sanitizer on clangAdhemerval Zanella2015-09-161-1/+1
* Driver: Support cfi-icall on all OSs when targeting x86/x86_64.Peter Collingbourne2015-09-101-1/+0
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-0/+1
* [Solaris] Use the GCC Installation detector to add the C++ include paths.Rafael Espindola2015-09-091-0/+25
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+29
* [Sparc]: GCCInstallationDetector should not care if little-endianDouglas Katzman2015-09-021-1/+1
* Stop hardcoding GCC paths in crt/ld.so lookup.Rafael Espindola2015-08-311-9/+97
* Update for API change in LLVM: ARMTargetParser class is just the ARMChandler Carruth2015-08-301-2/+2
* Support Debian s390x multiarch pathsSylvestre Ledru2015-08-281-0/+9
* Change Native Client x86 usr include and link path to match SDK expectationsDerek Schuff2015-08-261-4/+13
* Use GetLinkerPath utility function to find linker for NaCl toolchainDerek Schuff2015-08-241-1/+1
* Represent 2 parallel string arrays as one string[][2] array.Douglas Katzman2015-08-141-19/+19
* [AArch64] Enable thread sanitizer on clangRenato Golin2015-08-051-2/+2
* [sanitizers] Enable dfsan for aarch64Adhemerval Zanella2015-07-301-1/+4
* Rename {Hexagon,NaCl}_TC to {Hexagon,NaCl}ToolChain respectively. NFCDouglas Katzman2015-07-271-50/+54
* Driver: Add AMDGPU toolchainTom Stellard2015-07-181-0/+10
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+59
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-59/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+59
* Add GCC-compatible flags -fprofile-generate and -fprofile-use.Diego Novillo2015-07-091-0/+1
* [Driver] semi-annual ubuntu version bump.Benjamin Kramer2015-07-091-1/+3
* [MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic2015-07-081-0/+14
* [Driver] x86-64 Windows is always PICDavid Majnemer2015-06-281-2/+6
* [PPC]: Fix bug in getMultiarchTriple.Douglas Katzman2015-06-261-18/+22
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-261-580/+489
* Use more range-based for loopsDouglas Katzman2015-06-251-40/+35
* Teach Clang about the PPC64 memory sanitizer implementation.Jay Foad2015-06-251-1/+4
* Update darwin SDK version parsing to support OSX and simulatorSteven Wu2015-06-251-8/+23
* [UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+Alexey Samsonov2015-06-251-5/+5
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-231-65/+40
OpenPOWER on IntegriCloud