summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ARMv8] Change the naming of some options to be more consistent.Joey Gouly2013-09-131-2/+2
* clang-cl: Warn about overriding /MD with /MT etc.Hans Wennborg2013-09-111-4/+12
* Fix the ASan dll_thunk pathTimur Iskhodzhanov2013-09-111-2/+1
* Add -fansi-escape-codes optionNico Rieck2013-09-111-0/+3
* clang-cl: Support building DLLs (PR17083)Hans Wennborg2013-09-101-3/+28
* clang-cl: use -fdiagnostics-format=msvc by defaultHans Wennborg2013-09-101-0/+5
* Tweak implementation of -Wwrite-strings to better match the behavior of curre...Richard Smith2013-09-041-7/+18
* Remove the -fuse-gold-plugin driver option.Rafael Espindola2013-09-041-5/+2
* clang-cl: Pass -incremental:no to linker when using ASanHans Wennborg2013-08-301-0/+1
* use the last passed -munaligned-access / -mno-unaligned-accessRenato Golin2013-08-281-6/+9
* clang-cl: Pass -debug to the linker when using -fsanitize=addressHans Wennborg2013-08-281-0/+1
* Revert r189440 - Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-281-11/+1
* Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-281-1/+11
OpenPOWER on IntegriCloud