summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-0/+206
* Make getArchNameForCompilerRTLib return the right thing on 32-bit Windows. Fi...Peter Collingbourne2015-07-021-0/+4
* Driver: add support for linking the UBSan runtime library on Windows.Peter Collingbourne2015-07-021-7/+3
* [clang-cl] Use /arch: to set the base target CPUReid Kleckner2015-06-301-0/+22
* More range-based for loops. NFCDouglas Katzman2015-06-291-7/+5
* Comment fixes. NFC.Douglas Katzman2015-06-291-2/+2
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-261-715/+638
* Use more range-based for loopsDouglas Katzman2015-06-251-6/+5
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-231-173/+166
* Driver: Pass -I options to cc1as for .include search paths.Jim Grosbach2015-06-231-0/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-5/+4
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+78
* Allow case-insensitive values for -march for AArch64 target in line with GCC.Gabor Ballabas2015-06-181-1/+2
* [mips] Don't propagate -mfpxx by default if soft/single float were also set.Toma Tabacu2015-06-161-4/+24
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-161-2/+2
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-161-6/+6
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-1/+17
* [Sparc] Make soft-float emit an error.James Y Knight2015-06-151-39/+13
* Allow case-insensitive values for -mcpu for AArch64 target in line with GCC.Gabor Ballabas2015-06-121-3/+5
* Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson2015-06-121-4/+0
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-111-0/+133
* Allow case-insensitive values for -march for ARM in line with GCC.Gabor Ballabas2015-06-111-6/+7
* [mips] Pass on -m{single,double}-float to GAS.Toma Tabacu2015-06-111-0/+3
* Pass down the -flto option to the -cc1 job, and from there into theTeresa Johnson2015-06-101-0/+4
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-54/+31
* [Driver] Inject the MSVC compatibility version into the tripleDavid Majnemer2015-06-081-30/+50
* [ARM] Use TargetParser to determine FPU subtarget featuresJohn Brawn2015-06-051-74/+2
* Simplify ARMTargetParser::parseArch(ARMTargetParser::getCanonical()), followi...Artyom Skrobov2015-06-041-7/+3
* Allow case-insensitive values for -mcpu for ARMGabor Ballabas2015-06-041-5/+5
* Use the appropriate PIE level for OpenBSD/sparc.Brad Smith2015-06-041-1/+1
* Save getArch() in a local var instead of calling it 20 times, etc.Douglas Katzman2015-06-041-80/+74
* Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola2015-06-031-134/+0
* add the -mrecip driver flag and process its options (2nd try)Sanjay Patel2015-06-021-0/+134
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* [ARM] Adjust -march checkingJohn Brawn2015-05-291-4/+5
* [omp] Fix a typo in a comment and a line I forgot to clang-format thatChandler Carruth2015-05-281-2/+3
* [ARMTargetParser] FIXME on getLLVMArchSuffixForARM. NFCRenato Golin2015-05-281-33/+7
* [omp] Re-work Clang's handling of -fopenmp and undo r237769.Chandler Carruth2015-05-281-53/+94
* [Driver] Unbreak hexagon build botsDavid Majnemer2015-05-231-1/+1
* [Driver] Handle -fno-signed-char and -fno-unsigned-charDavid Majnemer2015-05-231-2/+9
* This reverts commit r238064 and r238055.Rafael Espindola2015-05-231-134/+0
* add the -mrecip driver flag and process its optionsSanjay Patel2015-05-221-0/+134
* Make unique section names the default again.Rafael Espindola2015-05-221-6/+3
* Use profile and version parsers from ARMTargetParserRenato Golin2015-05-221-32/+5
* [ARM] Restructure cpu handling in the driver to mostly use the tripleJohn Brawn2015-05-211-44/+92
* [OpenMP] Make default OpenMP library (the one selected with just -fopenmp)Richard Smith2015-05-201-41/+52
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-10/+16
* [clang-cl] Enable C++14 when targeting 2015 compatibilityDavid Majnemer2015-05-181-2/+11
OpenPOWER on IntegriCloud