summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove unused function HasPICArg().Ikhlas Ajbar2015-05-141-5/+0
* Factor out SmallDataThresholdIkhlas Ajbar2015-05-141-31/+11
* [ARM] Add v8.1a architectureVladimir Sukharev2015-05-141-10/+32
* Change TargetParser enum names to avoid macro conflicts (clang)Renato Golin2015-05-121-14/+14
* Re-apply "Driver: Make profiling flags work with -nostdlib on Darwin"Justin Bogner2015-05-121-0/+5
* Revert "Driver: Make profiling flags work with -nostdlib on Darwin"Justin Bogner2015-05-121-5/+0
* Driver: Make profiling flags work with -nostdlib on DarwinJustin Bogner2015-05-121-0/+5
* [Sparc] Add support for 'sparcel' to clang.Douglas Katzman2015-05-111-1/+11
* Factor out Hexagon code to build args.Ikhlas Ajbar2015-05-091-8/+21
* Using ARMTargetParser in ClangRenato Golin2015-05-081-44/+48
* Revert "Allow case-insensitive values for -mcpu for ARM and AArch64"Renato Golin2015-05-081-4/+3
* Allow case-insensitive values for -mcpu for ARM and AArch64Renato Golin2015-05-081-3/+4
* [ARM] Give an error on invalid -march valuesJohn Brawn2015-05-081-1/+14
* [driver] Cosmetic change to use Input instead of Inputs[0].Artem Belevich2015-05-061-13/+13
* [SystemZ] Add support for z13 and its vector facilityUlrich Weigand2015-05-051-0/+8
* InstrProf: Support for setting profile output from command lineJustin Bogner2015-04-301-3/+9
* Revert r236060, it caused PR23375.Nico Weber2015-04-291-1/+23
* Stop emitting the soft-float and soft-float-abi target featuresEric Christopher2015-04-281-23/+1
* Introduce tsan_cxx and msan_cxx libraries (Clang part).Alexey Samsonov2015-04-271-2/+8
* Revert "PR21000: pass -I options to assembler" as the test was failing on hex...Artem Belevich2015-04-271-4/+0
* PR21000: pass -I options to assemblerArtem Belevich2015-04-271-0/+4
* Support generating NMake/Jom-style depfiles.Paul Robinson2015-04-271-0/+1
* [AArch64] Add v8.1a architectureVladimir Sukharev2015-04-161-1/+10
OpenPOWER on IntegriCloud