summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Don't link in sanitizer runtimes if -nostdlib/-nodefaultlibs is provided.Alexey Samsonov2014-09-261-0/+4
* Fix forwarding -l to MSVC's link.exeReid Kleckner2014-09-161-6/+24
* Major rewrite of linking strategy for sanitizer runtimes on Linux.Alexey Samsonov2014-09-151-143/+105
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-3/+30
* Add -fseh-exceptions for MinGW-w64Reid Kleckner2014-09-151-0/+2
* [ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtimeTimur Iskhodzhanov2014-09-121-0/+3
* [ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dynamic_runtime_thunk.libTimur Iskhodzhanov2014-09-121-1/+2
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2014-09-111-4/+1
* Avoid some unnecessary SmallVector copies.Benjamin Kramer2014-09-111-2/+2
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-41/+44
* ARM: Default to apcs-gnu ABI for NetBSDOliver Stannard2014-09-041-1/+6
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-5/+5
* Call powerpc-darwin external tools with -arch ppc.Rafael Espindola2014-08-281-11/+3
* [ARM] Change default ABI for AArch32 to be "aapcs" (was "apcs-gnu")Oliver Stannard2014-08-281-2/+1
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-0/+4
* [asan] Restore asan-rt name on linux back to pre-r216380.Evgeniy Stepanov2014-08-271-2/+1
* Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger2014-08-261-2/+1
* [ASan/Win] Add an extra thunk.lib to handle stack-use-after-return optionTimur Iskhodzhanov2014-08-261-1/+4
* [ASan] Rename the ASan dynamic RTTimur Iskhodzhanov2014-08-251-1/+1
* Handle SPARC float command line parameters for SPARCv9.Brad Smith2014-08-191-1/+2
* Update link strategy for sanitizer runtime libraries on Linux:Alexey Samsonov2014-08-181-26/+33
* Move some code into a helper function. NFC.Rafael Espindola2014-08-151-45/+48
* Use the big endian emulations for NetBSD/arm in EB mode.Joerg Sonnenberger2014-08-141-2/+17
* Delete support for AuroraUX.Rafael Espindola2014-08-141-108/+0
* Revert what looks like an unintended change in r215557.Rafael Espindola2014-08-131-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-1/+1
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-131-1/+10
OpenPOWER on IntegriCloud