summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
Commit message (Expand)AuthorAgeFilesLines
* The Driver does not set the +strict-align flag when targetingAlexandros Lamprineas2015-10-051-1/+2
* [mips][p5600] Add -mcpu=p5600 option.Daniel Sanders2015-10-051-1/+1
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-056-254/+25
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-056-25/+254
* Add -f[no-]declspec to control recognition of __declspec as a keywordSaleem Abdulrasool2015-10-041-0/+7
* Driver: follow WoA ABI recommendationsSaleem Abdulrasool2015-10-031-0/+4
* [Myriad]: Accept '-nostdlib' optionDouglas Katzman2015-10-021-17/+23
* [DarwinDriver] Reapply: Use -lto_library to specify the path for libLTO.dylibBruno Cardoso Lopes2015-10-021-9/+28
* Revert "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-026-254/+25
* Fix bogus comment.Douglas Katzman2015-10-021-1/+1
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-026-25/+254
* Allow a ToolChain to compute the path of a compiler-rt's component.Vasileios Kalintiris2015-10-013-57/+44
* Revert "[DarwinDriver] Use -lto_library to specify the path for libLTO.dylib"Bruno Cardoso Lopes2015-09-301-28/+9
* [DarwinDriver] Use -lto_library to specify the path for libLTO.dylibBruno Cardoso Lopes2015-09-301-9/+28
* Alias "-ggdbN" to "-gN" options, fixing some incompatibilities.Douglas Katzman2015-09-301-4/+2
* Driver: support ARM/HF on a single toolchainSaleem Abdulrasool2015-09-263-22/+37
* The Clang gcc-compatible driver (clang/tools/driver/driver.cpp) has someEric Christopher2015-09-251-0/+94
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-255-456/+7
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-245-7/+456
* Enable SafeStack on all Linux platforms.Evgeniy Stepanov2015-09-241-1/+1
* Drop useless const in for-range loops.Benjamin Kramer2015-09-243-10/+10
* [Driver] Don't implicitly copy std::strings in for-range loop.Benjamin Kramer2015-09-241-1/+1
* [mips] Relax -mnan=2008 acceptance to permit MIPS32R2 and MIPS64R2.Daniel Sanders2015-09-241-2/+5
* [ARM] Follow-up to fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-241-1/+1
* [ARM] Follow-up to fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-241-3/+3
* [Driver] Add support for Windows 10 SDKIgor Kudrin2015-09-242-68/+102
* 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-232-1/+77
* Support linking against OpenMP runtime on NetBSD.Joerg Sonnenberger2015-09-231-0/+1
* Push OpenMP linker flags after linker input on Darwin. Don't add anyJoerg Sonnenberger2015-09-231-2/+4
* Reverted r248408 "[CUDA] Added CUDA installation detector class."Artem Belevich2015-09-232-77/+1
* [CUDA] Added CUDA installation detector class.Artem Belevich2015-09-232-1/+77
* Refactor library decision for -fopenmp support from Darwin into aJoerg Sonnenberger2015-09-231-17/+23
* Add -fplugin=name.so option to the driverJohn Brawn2015-09-231-0/+7
* [ARM] Fix crash "-target arm -mcpu=generic", without "-march="Vladimir Sukharev2015-09-233-12/+18
* Augmented CudaHostAction to carry device-side triple.Artem Belevich2015-09-222-10/+11
* [CUDA] Fixes minor cuda-related issues in the driverArtem Belevich2015-09-221-13/+20
* [mips] Added support for using the command line options -Wa,-msoft-float and ...Daniel Sanders2015-09-221-0/+6
* Don't pass StringRefs around by const reference. Pass by value instead per co...Craig Topper2015-09-211-1/+1
* Convert two loops to range-based loops. No behavior change.Nico Weber2015-09-191-5/+3
* Driver: alter the getARMFloatABI signatureSaleem Abdulrasool2015-09-193-25/+23
* Driver: tweak ARM target feature calculationSaleem Abdulrasool2015-09-192-11/+8
* Driver: avoid unnecessary string opsSaleem Abdulrasool2015-09-192-24/+35
* clang-cl: Use 'pc' for the vendor field in the default tripleHans Wennborg2015-09-181-0/+1
* Use None instead of an explicit constructor.Douglas Katzman2015-09-182-3/+2
* Driver: avoid unnecessary string based operationsSaleem Abdulrasool2015-09-183-61/+71
* [Myriad]: add "<sysroot>/include" to standard search pathDouglas Katzman2015-09-172-0/+9
* Try to unbreak windows compiler after r247926.Douglas Katzman2015-09-171-1/+2
* [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.Douglas Katzman2015-09-175-39/+162
OpenPOWER on IntegriCloud