summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Try to run and investigate the mips-mti-linux.c test failure on ARM buildbots.Vasileios Kalintiris2015-10-301-0/+13
* [mips] Add support for the new mips-mti-linux toolchain.Vasileios Kalintiris2015-10-291-20/+44
* Driver: CrossWindows sanitizers link supportSaleem Abdulrasool2015-10-291-0/+16
* Driver: inline some small arraysSaleem Abdulrasool2015-10-291-10/+4
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-0/+2
* Driver: support -fuse-ld= on cross windowsSaleem Abdulrasool2015-10-281-2/+1
* [mips] Separated mips specific -Wa options, so that they are not checked on o...Daniel Sanders2015-10-271-12/+30
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-0/+1
* clang driver toolchain refactoringXinliang David Li2015-10-221-40/+13
* [Myriad]: Always add -L paths even if -nostdlib is set.Douglas Katzman2015-10-211-7/+5
* Support linking against OpenMP runtime on FreeBSD.Dimitry Andric2015-10-181-0/+1
* Make a bunch of static arrays const.Craig Topper2015-10-181-2/+2
* PS4: Make sure to add the sanitizer runtime before any linker inputFilipe Cabecinhas2015-10-161-2/+4
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-12/+14
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-14/+12
* Clang support for -flto=thin.Teresa Johnson2015-10-151-12/+14
* Remove unnecessary braces in single-line 'if'.Douglas Katzman2015-10-151-2/+1
* Bring back r250262: PS4 toolchainFilipe Cabecinhas2015-10-141-7/+341
* Revert-to-green r250262 (PS4 toolchain patch)Sean Silva2015-10-141-341/+7
* I took care of the build problem in the commit 250252.Ekaterina Romanova2015-10-141-7/+341
* reverting my patch, cause build problemsEkaterina Romanova2015-10-141-341/+7
* This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova2015-10-131-7/+341
* Always pass a -dwarf-version argument to integrated as.Douglas Katzman2015-10-131-2/+3
* Support Debug Info path remappingSaleem Abdulrasool2015-10-121-0/+9
* [Myriad]: put libstdc++ and libc in the right orderDouglas Katzman2015-10-091-2/+2
* Use Triple.isAndroid() where possible.Evgeniy Stepanov2015-10-081-12/+10
* [clang-cl] Make /EHs turn on C++ EH once againReid Kleckner2015-10-081-4/+0
* [Driver] Use Twine instead of itostr. NFC.Benjamin Kramer2015-10-081-1/+1
* Use itostr(), not std::to_string() because of Android.Douglas Katzman2015-10-081-1/+1
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-42/+113
* [VFS] Port driver tool chains to VFS.Benjamin Kramer2015-10-071-2/+1
* The Driver does not set the +strict-align flag when targetingAlexandros Lamprineas2015-10-051-1/+2
* Remove support for the mips-mti-linux toolchain.Vasileios Kalintiris2015-10-051-45/+20
* 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
OpenPOWER on IntegriCloud