summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [tsan] Add Clang frontend support for TSan on OS XKuba Brecka2015-11-061-0/+3
* Disable SjLj exceptions for watchOSTim Northover2015-10-301-4/+12
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-3/+1
* Support watchOS and tvOS driver optionsTim Northover2015-10-301-27/+158
* Revert "[mips] Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-301-162/+3
* add support of the latest Ubuntu (Xenial Xerus)Sylvestre Ledru2015-10-291-1/+3
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-3/+162
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-0/+2
* Create undef reference to profile hook symbol Xinliang David Li2015-10-271-0/+13
* clang driver toolchain refactoringXinliang David Li2015-10-221-9/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-6/+6
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-6/+6
* Teach MyriadToolchain how to find its C++ header paths.James Y Knight2015-10-161-32/+50
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-0/+74
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-74/+0
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-0/+74
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-74/+0
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-0/+74
* [VFS] Wire up multilib toolchain code to the VFS.Benjamin Kramer2015-10-091-10/+13
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-4/+3
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-120/+126
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-15/+8
* [sanitizer] Enable lsan for AArch64Adhemerval Zanella2015-10-051-1/+1
* [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
OpenPOWER on IntegriCloud