summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Improve our handling of rtti/sanitize=vptr/sanitize=undefinedFilipe Cabecinhas2015-02-191-63/+34
* [ARM] Add missing M/R class CPUsBradley Smith2015-02-181-3/+3
* Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo2015-02-181-3/+3
* Replace snprintf with a Twine. NFC.Benjamin Kramer2015-02-141-5/+3
* Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo2015-02-141-0/+5
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-0/+13
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-13/+0
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-0/+13
* [PowerPC] Remove the --no-tls-optimize workaround from the clang driverBill Schmidt2015-02-101-7/+0
* -iframework option should be forwarded to linkerSteven Wu2015-02-061-0/+6
* [PowerPC] Re-disable linker optimizations for nowBill Schmidt2015-02-061-0/+7
* Re-land r228258 and make clang-cl's /EHs- disable -fexceptions againReid Kleckner2015-02-051-3/+3
OpenPOWER on IntegriCloud