summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-2/+5
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-6/+17
* Driver: hoist an assertionSaleem Abdulrasool2014-12-191-10/+4
* Driver: refactor a local variableSaleem Abdulrasool2014-12-191-10/+10
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-17/+6
* Correction to -mfu=neon-vfpv4 to pass the correct backend feature nameRichard Barton2014-12-181-2/+2
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-6/+17
* Reinstate aapcs as the default arm abi.Eric Christopher2014-12-181-3/+4
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-1/+5
* Add a FIXME for unifying ARM target abi handling.Eric Christopher2014-12-101-0/+1
* Revert the default changing behavior part of r216662 until weEric Christopher2014-12-101-4/+3
* Revert "Driver: Objective-C should respect -fno-exceptions"David Majnemer2014-12-091-14/+25
* Driver: Objective-C should respect -fno-exceptionsDavid Majnemer2014-12-051-25/+14
* Driver: Cleanup -fexceptions behaviorDavid Majnemer2014-12-051-48/+15
* Use isOSBinFormatMachO() instead of comparing the object formatEric Christopher2014-12-051-2/+1
* Remove special case for aarch64 static vs. PIC code in iOS kernel code.Bob Wilson2014-12-021-2/+1
* Make -fuse-ld=lld work properly on Windows.Zachary Turner2014-12-011-4/+20
* Add additional arguments for -mfpu optionsRichard Barton2014-11-281-0/+3
* Add -mfpu=neon-vfpv4Richard Barton2014-11-281-0/+3
* [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.Alexey Samsonov2014-11-161-9/+0
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-2/+0
* [Profile] Always build profile runtime library with -fPIC.Alexey Samsonov2014-11-141-9/+3
* AArch64: set all processor features from -arch if nothing else presentTim Northover2014-11-101-0/+6
* Fix clash of gcc toolchains in hexagon driver regression tests.Samuel Antao2014-11-071-2/+2
* Remove references to the cortex-a9-mp CPU.Charlie Turner2014-11-061-1/+1
* Use backslashes to escape spaces and other backslashes in -dwarf-debug-flags.Bob Wilson2014-11-041-2/+23
* Driver: remove a stray s that propagated in cross-windowsSaleem Abdulrasool2014-10-281-1/+1
* [Thumb] Clang thinks "char" is signed when using a thumb tripleOliver Stannard2014-10-241-0/+2
* Driver: add CrossWindowsToolChainSaleem Abdulrasool2014-10-241-1/+195
* Revert r218541 - Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs...Alexey Samsonov2014-10-231-4/+0
* Make a good guess about where MSVC and Windows SDK libraries are for linking.Zachary Turner2014-10-221-0/+33
* Resubmit "Improve Windows toolchain support for non-standard environments."Zachary Turner2014-10-221-32/+27
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+5
* Treat -g1 as -gline-tables-onlyHal Finkel2014-10-211-1/+2
* Revert "Improve Windows toolchain support for non-standard environments." (r2...Hans Wennborg2014-10-201-51/+32
* Driver: Consolidate the logic for naming the module crashdump cacheJustin Bogner2014-10-201-0/+3
* Improve Windows toolchain support for non-standard environments.Zachary Turner2014-10-201-32/+51
* PR21215: Support -fmodule-map-file being specified multiple times. SupportRichard Smith2014-10-171-8/+5
* [AArch64] Enable A53 erratum workaround (835769) by default for Android targetsBradley Smith2014-10-161-0/+4
* specify dwarf version for SolarisAlexander Eremin2014-10-161-4/+6
* Adds support for the Cortex-A17 processor to ClangRenato Golin2014-10-131-1/+1
* [AArch64] Add workaround for Cortex-A53 erratum (835769)Bradley Smith2014-10-131-0/+9
* Hopefully fixes test failures for msvc.Dan Albert2014-10-101-2/+1
* PR21195: Emit .gcno files to the proper location.Dan Albert2014-10-101-1/+7
* Emit diagnostic for -munaligned-access on v6mJonathan Roelofs2014-10-071-2/+1
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-031-0/+6
* Revert changes in r218863, r218864Asiri Rathnayake2014-10-031-51/+7
* [ARM] Handle conflicts between -mfpu and -mfloat-abi options.Asiri Rathnayake2014-10-021-7/+51
* [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DPOliver Stannard2014-10-011-1/+13
* Enable both C and C++ modules with -fmodules, by switching -fcxx-modules toRichard Smith2014-09-301-4/+4
OpenPOWER on IntegriCloud