summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith2015-04-151-4/+2
* IR: Change clang to set -preserve-bc-uselistorderDuncan P. N. Exon Smith2015-04-141-0/+9
* [Mips] Generate warning for invalid '-mnan' and '-march' combinationsPetar Jovanovic2015-04-141-5/+35
* [Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha2015-04-111-6/+10
* NaCl ARM: fix assembler float abi flagsDerek Schuff2015-04-101-1/+2
* Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel2015-04-091-0/+3
* [ARM] add support for Cortex-R4/R4FJaved Absar2015-04-091-1/+1
* This reverts commit r234104, bringing back 233393 now that ARM is fixed.Rafael Espindola2015-04-061-3/+6
* Revert "Revert "Revert "Don't use unique section names by default if using th...Rafael Espindola2015-04-041-6/+3
* Revert "Revert "Don't use unique section names by default if using the integr...Rafael Espindola2015-04-041-3/+6
* Complete comment. Reflow conditional.Eric Christopher2015-04-041-3/+2
* [UBSan] Embed UBSan into ASan runtime (Clang part).Alexey Samsonov2015-04-011-11/+3
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-0/+15
* [X86] Use getHostCPUFeatures when 'native' is specified for cpu.Craig Topper2015-03-311-0/+11
* Add driver support for Native Client SDKDerek Schuff2015-03-301-0/+166
* Revert "Don't use unique section names by default if using the integrated as."Rafael Espindola2015-03-271-6/+3
* Don't use unique section names by default if using the integrated as.Rafael Espindola2015-03-271-3/+6
* Enable -ffunction-sections and -fdata-sections for CloudABI by default.Ed Schouten2015-03-261-2/+5
* Let Clang invoke CloudABI's linker.Ed Schouten2015-03-261-0/+70
* [UBSan] Introduce "ubsan_standalone" library (Clang part).Alexey Samsonov2015-03-231-7/+10
OpenPOWER on IntegriCloud