summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-5/+5
* [AArch64] Add some CPU targets for "generic", A-53 and A-57.Amara Emerson2013-10-311-0/+23
* Add -lm to sanitizer link arguments.Evgeniy Stepanov2013-10-291-0/+1
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-291-0/+9
* Add driver support for FP, SIMD and crypto defaults.Bernard Ogden2013-10-241-1/+5
* Set appropriate FPU default for Linux on v8Bernard Ogden2013-10-241-0/+2
* Teach clang driver about Cortex-A53 and Cortex-A57.Bernard Ogden2013-10-241-0/+1
* Driver: Various string-related cleanups.Benjamin Kramer2013-10-211-50/+45
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-211-0/+23
* Expose -fmodule-name and -fmodule-map-file as driver options.Daniel Jasper2013-10-211-1/+16
* Revert r193022 and r193048. They broke the ubsan test suite.Peter Collingbourne2013-10-201-16/+13
* Driver: libubsan_cxx depends on libubsan. Preserve the topological ordering, ...Benjamin Kramer2013-10-201-2/+3
* When building ubsan, link in ubsan parts first and sanitizer-common second, toNick Lewycky2013-10-191-12/+14
* [mips] Added -mfp64 and -mfp32 options.Daniel Sanders2013-10-171-0/+2
* Rework ppc options handling into a features group.Eric Christopher2013-10-161-14/+23
* Driver: Factor duplicated code.Benjamin Kramer2013-10-161-36/+25
* [mips] Enable frame-pointer elimination for -O1 and above.Akira Hatanaka2013-10-161-2/+10
* ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXTFariborz Jahanian2013-10-151-2/+3
* For NetBSD/current on X86 do not use libgcc and default to libc++.Joerg Sonnenberger2013-10-141-18/+23
* Turn struct-path aware TBAA on by default.Manman Ren2013-10-111-2/+3
* XCore target: add an xcore toolchain implementationRobert Lytton2013-10-111-0/+55
* Fix typo in comment. No functionality change.Nick Lewycky2013-10-111-2/+2
* [Mips] Do not check for options from the OPT_mips_CPUs_Group. All theseSimon Atanasyan2013-10-091-21/+2
* Revert r191947. The problem is not MIPS-specific and requires moreSimon Atanasyan2013-10-041-7/+1
* [Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link withSimon Atanasyan2013-10-041-1/+7
* ARM: *-*-darwin-eabi triples should use AAPCS.Tim Northover2013-10-031-1/+2
* [ARM] Add -mfpu=none option to the driver.Amara Emerson2013-10-011-4/+39
* Revert r191586 and r191695. They cause crashes when building withRichard Smith2013-10-011-3/+2
* Turn struct-path aware TBAA on by default.Manman Ren2013-09-301-2/+3
* Fix misspelling of -fmodules-decluse.Daniel Jasper2013-09-291-2/+2
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-4/+0
* clang-cl: pass /FI options to fallbackHans Wennborg2013-09-271-0/+4
* Remove method that always returns true.Rafael Espindola2013-09-271-3/+1
* clang-cl: fix passing optimization level to cl.exe in /fallback modeHans Wennborg2013-09-241-1/+13
* clang-cl: pass /nologo when falling back to cl.exeHans Wennborg2013-09-241-0/+1
* Module use declarations (II)Daniel Jasper2013-09-241-0/+7
* [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and passSimon Atanasyan2013-09-241-0/+10
* Remove unused option.Rafael Espindola2013-09-241-1/+0
* clang-cl: print diagnostics as "error(clang): foo" in /fallback modeHans Wennborg2013-09-241-1/+4
* clang-cl: implement custom search for cl.exe in /fallback modeHans Wennborg2013-09-201-4/+39
* [ASan] Do not imply -undefined dynamic_lookup when linking dylibs with -fsani...Alexander Potapenko2013-09-201-14/+0
* clang-cl: implement /fallback modeHans Wennborg2013-09-191-1/+76
* [ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver.Amara Emerson2013-09-191-0/+3
* clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc.Hans Wennborg2013-09-181-13/+1
* Claim compatibility with VS 2012 by defaultReid Kleckner2013-09-181-2/+2
* [arcmt] Don't try to handle files that are already ARC'ified, this is not pos...Argyrios Kyrtzidis2013-09-171-1/+1
* clang-cl: ignore compile-only options in link-only invocations.Hans Wennborg2013-09-171-3/+0
* Clean up some Triple usage in clang.Cameron Esfahani2013-09-141-9/+8
* Add support for -ggnu-pubnames matching the llvm support.Eric Christopher2013-09-131-0/+6
* Add more Cortex CPUs and testsRenato Golin2013-09-131-2/+2
OpenPOWER on IntegriCloud