summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix and update comments and a small reformatting.Eric Christopher2015-03-231-4/+3
* handle armeb/thumb/thumbeb consistently in gnutools::Assemble::ConstructJobScott Douglass2015-03-231-5/+10
* Convert cascading if-else-if to switch. NFCScott Douglass2015-03-231-14/+32
* MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer2015-03-221-27/+31
* Only add -fno-rtti if KernelOrKext or in C++ mode.Filipe Cabecinhas2015-03-201-2/+3
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-0/+6
* Add option to switch off putting header modules into the dependency file.Manuel Klimek2015-03-191-2/+3
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-10/+10
* Imply linker arguments from '-fveclib' option.Michael Zolotukhin2015-03-171-0/+10
* Add fveclib option.Michael Zolotukhin2015-03-171-0/+2
* [ARM] Add support for ARMV6K subtarget (Clang)Renato Golin2015-03-171-3/+4
* Fix grammar in a comment, wrap to 80 columns. No behavior change.Nico Weber2015-03-121-2/+3
* [PowerPC] ABI support for the QPX vector instruction setHal Finkel2015-03-111-1/+14
* Gender-neutralize a comment.Nico Weber2015-03-111-2/+2
* Much like we silence warnings about -flto in many cases to facilitateChandler Carruth2015-03-071-0/+2
* Pass -dll to link.exe when building with -shared (PR22697)Hans Wennborg2015-03-041-1/+3
* Don't force -pie for Android.Dan Albert2015-03-031-5/+1
* [SDK modernizer]. Patch fixes driver's lack ofFariborz Jahanian2015-03-031-0/+1
* Revert r231008 (and dependent r231019).Daniel Jasper2015-03-031-1/+0
* [SDK modernizer]. Patch fixes driver's lack ofFariborz Jahanian2015-03-021-0/+1
* Add clang support for Objective-C application extensions.Bob Wilson2015-03-021-0/+10
* Add missing include.Benjamin Kramer2015-03-011-0/+1
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-0/+5
* -fms-extensions: Bump the default _MSC_VER from 1700 to 1800, aka VS2013Reid Kleckner2015-02-231-1/+1
* Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...Larisse Voufo2015-02-211-9/+0
* [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA namesSimon Atanasyan2015-02-201-2/+2
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-3/+4
* Add -funique-section-names and -fno-unique-section-names options.Rafael Espindola2015-02-201-0/+4
* Add -fno-implicit-modules.Manuel Klimek2015-02-201-0/+6
* Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo2015-02-201-0/+4
OpenPOWER on IntegriCloud