summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* For NetBSD, use the same settings for PPC64 as for PPC when it comes toJoerg Sonnenberger2014-08-131-0/+12
* Emit diagnostic for -munaligned-access on v6m targetsOliver Stannard2014-08-131-1/+5
* GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in...Sylvestre Ledru2014-08-111-0/+8
* NetBSD/aarch64 has no libgcc or libstdc++. Drop arm64 tests.Joerg Sonnenberger2014-08-091-0/+1
* Add -link-cxx-sanitizer driver flag.Alexey Samsonov2014-08-081-5/+5
* Partially revert r215204 - [mips] Add -mabicalls/-mno-abicalls to the driverDaniel Sanders2014-08-081-3/+0
* [mips] Invert the abicalls feature bit to be noabicalls so that it's possible...Daniel Sanders2014-08-081-8/+2
* [mips] Add -mabicalls/-mno-abicalls to the driverDaniel Sanders2014-08-081-0/+12
* Driver: Add -fno-profile-arcs to go with -fprofile-arcsJustin Bogner2014-08-071-2/+4
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-9/+1
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-051-0/+15
* Add coverage mapping generation.Alex Lorenz2014-08-041-0/+8
* [Driver][Mips] Construct dynamic linker path by string concatination.Simon Atanasyan2014-08-041-12/+17
* Tools.cpp: Avoid std::to_string() on -fbuild-session-timestamp to appease min...NAKAMURA Takumi2014-08-031-3/+4
* Add -fbuild-session-file as an alternative to -fbuild-session-timestampBen Langmuir2014-08-011-1/+15
* Fix up handling of ARM options for controlling strict alignment.Bob Wilson2014-07-291-23/+18
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-3/+43
OpenPOWER on IntegriCloud