summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MIPS and SPARC assemblers both take the -KPIC flag.Jakob Stoklund Olesen2014-01-121-5/+12
* Select the UltraSPARC instruction set when invoking the assembler.Jakob Stoklund Olesen2014-01-111-0/+2
* Use the right dynamic linker for SPARC Linux executables.Jakob Stoklund Olesen2014-01-101-1/+4
* Give the linker the right ELF type for SPARC targets.Jakob Stoklund Olesen2014-01-101-0/+4
* Pass -32/-64 to the assembler when building for sparc/sparc64.Jakob Stoklund Olesen2014-01-101-0/+4
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-071-2/+2
* Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner2014-01-061-0/+15
* Remove a tab that snuck in.Roman Divacky2014-01-021-1/+1
* In the FreeBSD assembler driver, inform the sparc assembler that we're producingRoman Divacky2014-01-021-0/+13
* LIBRARY_PATH environment variable should only be supported on a native compiler.Richard Barton2013-12-171-1/+3
* Support EABIHF environment on ARM.Joerg Sonnenberger2013-12-161-0/+4
* Avoid temporary std::string.Rafael Espindola2013-12-121-4/+3
* Don't return a pointer to a temporary std::string's c_str.Rafael Espindola2013-12-121-3/+4
* Simple refactoring to eliminate single-use local variableBernard Ogden2013-12-121-3/+1
OpenPOWER on IntegriCloud