summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit "Add support for the new mips-mti-linux toolchain."Vasileios Kalintiris2015-10-051-20/+45
* 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-021-45/+20
* Fix bogus comment.Douglas Katzman2015-10-021-1/+1
* Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-021-20/+45
* Allow a ToolChain to compute the path of a compiler-rt's component.Vasileios Kalintiris2015-10-011-51/+2
* 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-261-15/+28
* Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell2015-09-251-336/+7
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-09-241-7/+336
* Drop useless const in for-range loops.Benjamin Kramer2015-09-241-2/+2
* [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
* 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
* 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-231-9/+15
* [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
* Driver: alter the getARMFloatABI signatureSaleem Abdulrasool2015-09-191-19/+18
* Driver: tweak ARM target feature calculationSaleem Abdulrasool2015-09-191-10/+6
* Driver: avoid unnecessary string opsSaleem Abdulrasool2015-09-191-22/+25
* Driver: avoid unnecessary string based operationsSaleem Abdulrasool2015-09-181-55/+58
* [Shave]: Drive sparc-myriad-elf-ld directly rather than via gcc.Douglas Katzman2015-09-171-0/+78
* Emiting llvm.invariant.group.barrier when dynamic type changesPiotr Padlewski2015-09-151-0/+4
* [Solaris] Default to -fno-cxa-finalize.Rafael Espindola2015-09-141-6/+3
* [Static Analyzer] Turn on some nullability checks by default.Gabor Horvath2015-09-141-0/+5
* Driver should forward at most one gdwarf-N flag to cc1as.Douglas Katzman2015-09-141-14/+9
* [Solaris] Add -lc also when linking shared librariesRafael Espindola2015-09-141-1/+1
* [Shave]: pass -isystem dirs and "-Wa," args to moviAsmDouglas Katzman2015-09-111-4/+5
* Record function attribute "stackrealign" instead of using backend optionAkira Hatanaka2015-09-111-7/+1
* [modules] Don't load files specified by -fmodule-file= when modules areRichard Smith2015-09-111-1/+4
* [Driver] Use UniversalCRT on Windows if availableReid Kleckner2015-09-111-0/+7
* [OPENMP] Generate threadprivates as TLS variables by default.Alexey Bataev2015-09-101-4/+1
* [Shave]: add a -MT option to moviCompile if there wasn't oneDouglas Katzman2015-09-081-9/+21
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-2/+55
* [mips] Added support for choosing between traps and breaks in the integrated ...Daniel Sanders2015-09-031-0/+6
* [ARM] Allow passing/returning of __fp16 argumentsOliver Stannard2015-09-031-2/+12
* Revert 246755 as it breaks buildbotsOliver Stannard2015-09-031-12/+2
* [ARM] Allow passing/returning of __fp16 argumentsOliver Stannard2015-09-031-2/+12
* Remove inadvertent debug output from prior change.Douglas Katzman2015-09-021-1/+0
* Use new utility function to clean leading junk from pathnames. NFCDouglas Katzman2015-09-021-0/+1
* [Shave]: pass through more clang options to moviCompileDouglas Katzman2015-09-021-0/+1
OpenPOWER on IntegriCloud