summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Enable generation of unwind tables when building with sanitizers.Evgeniy Stepanov2014-02-141-4/+5
* Enable AArch64 NEON by default.Jiangning Liu2014-02-141-0/+2
* Add a command line option -gdwarf-aranges that will turn on emittingEric Christopher2014-02-141-0/+7
* Debug info: Make DWARF4 the default for Darwin, too.Adrian Prantl2014-02-141-10/+2
* XCore target pass -v flag to assembler & linkerRobert Lytton2014-02-131-2/+8
* add comment explaining previous commitRobert Lytton2014-02-131-0/+1
* XCore target -fexceptions flag handlingRobert Lytton2014-02-131-26/+47
* Remove spurious default case to silent sanitizerRenato Golin2014-02-131-2/+0
* Add EXPERIMENTAL --rtlib=compiler-rt to GNU ClangRenato Golin2014-02-131-2/+37
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+3
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-0/+10
* [ARM] Fix NEON wrongly being enabled with soft-float when targeting armv8/Cor...Amara Emerson2014-02-121-1/+4
* Add Multilib selection machineryJonathan Roelofs2014-02-121-18/+18
* Revert 201202Jonathan Roelofs2014-02-121-18/+18
* Add Multilib selection machineryJonathan Roelofs2014-02-121-18/+18
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-0/+27
* XCore target: Pass through "-fverbose-asm" flag to xcc assembler.Robert Lytton2014-02-111-0/+3
* [stackprotector] Add command line option -fstack-protector-strongJosh Magee2014-02-111-2/+6
* Revert r194097: "With this patch -Wwrite-strings is still implemented with th...Argyrios Kyrtzidis2014-02-071-4/+7
* Use correct ld emulation for EABI hardware float triple on NetBSD.Joerg Sonnenberger2014-02-061-2/+4
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-4/+3
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-6/+22
* Fix handling of -fno-function-sections, -fno-data-sections in clang driver.Evgeniy Stepanov2014-02-031-2/+9
* Handle O32/N64 ABIs for NetBSD/MIPS64. From Matt Thomas.Joerg Sonnenberger2014-02-021-0/+16
* Use a switch for the emulation handling.Joerg Sonnenberger2014-02-021-8/+10
* Handle compat support for EABI/old APCS compatibility on NetBSD/ARM.Joerg Sonnenberger2014-02-021-0/+17
* Replace hasMipsN32ABIArg by hasMipsABIArg to make it easier to addJoerg Sonnenberger2014-02-021-8/+8
* Pass down -mcpu for external assembler in thumb mode, too. From Matt Thomas.Joerg Sonnenberger2014-02-021-1/+2
* Minor formatting improvement.Joerg Sonnenberger2014-02-021-2/+2
* Revert r200555, r200545.Evgeniy Stepanov2014-02-021-9/+0
* Last option on -fexception for arm-disable-ehabiRenato Golin2014-01-311-3/+6
* Connect -fno-exceptions to -arm-disable-ehabiRenato Golin2014-01-311-0/+6
* ARM RT libs with generic nameRenato Golin2014-01-311-3/+12
* Make x86 Android default target CPUs compatible with GCC (http://llvm-reviews...Alexey Bataev2014-01-311-3/+7
* Turn on PIC by default on Android (http://llvm-reviews.chandlerc.com/D2603)Alexey Bataev2014-01-281-0/+23
* Driver: support -fno-debug-types-section to override -fdebug-types-sectionDavid Blaikie2014-01-271-1/+2
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-271-2/+2
* [AArch64] Add -mgeneral_regs_only option.Amara Emerson2014-01-231-4/+6
* MachO embedded: default to soft float without issuing warningTim Northover2014-01-231-0/+4
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-231-4/+7
* Driver: Suppression support for -Wa,--compress-debug-sectionsDavid Blaikie2014-01-221-1/+2
* ObjectiveC driver. reinstate -fno-objc-legacy-dispatch behavior Fariborz Jahanian2014-01-201-3/+4
* Driver support for -fdebug-types-sectionsDavid Blaikie2014-01-181-1/+4
* Use switch statements in preparation for adding more architectures.Joerg Sonnenberger2014-01-181-2/+7
* Driver: Stub -Wa,-compress-debug-sections support for integrated-as with a su...David Blaikie2014-01-171-0/+12
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-142/+39
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-151-4/+2
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-4/+0
* Remove a temporary workaround that is no longer relevant.Bob Wilson2014-01-141-20/+3
* clang-cl: Ignore /fallback when not actually compiling (PR18456)Hans Wennborg2014-01-131-1/+2
OpenPOWER on IntegriCloud