summaryrefslogtreecommitdiff
path: root/include/clang/Driver
Commit message (Expand)AuthorAgeFilesLines
* Remove old -fdiagnostics-show-name optionAlp Toker2013-12-091-3/+0
* Make the -Wkeyword-compat diag message more accurateAlp Toker2013-12-091-1/+1
* Add option to use temporary file for assembling with clangDavid Peixotto2013-12-061-0/+2
* Add flag -fauto-profile as alias to -fprofile-sample-use.Diego Novillo2013-12-061-0/+2
* Remove empty header.Rafael Espindola2013-12-041-0/+0
* Remove method that always returns true.Rafael Espindola2013-11-171-4/+0
* Add -freroll-loops to enable loop rerollingHal Finkel2013-11-171-0/+4
* clang-cl: Make the driver parse all(?) msvc flagsHans Wennborg2013-11-151-2/+57
* [objcmt] Introduce "objcmt-white-list-dir-path=" option.Argyrios Kyrtzidis2013-11-141-2/+3
* Adds ARM backend options: -mrestrict-it and -mno-restrict-itWeiming Zhao2013-11-131-0/+4
* Add -fprofile-sample-use to Clang's driver.Diego Novillo2013-11-131-0/+4
* ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLYFariborz Jahanian2013-11-131-0/+2
* clang-cl: parse the /Yc flag (PR17895)Hans Wennborg2013-11-121-0/+1
* clang-cl: parse the /GT optionHans Wennborg2013-11-121-0/+1
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-1/+1
* This reverts commit r194330, r194329 and r194328.Rafael Espindola2013-11-092-5/+1
* Add support for -fuse-ld=.David Chisnall2013-11-092-1/+5
* clang-cl: Hide ignored joined flags as wellAlp Toker2013-11-061-1/+1
* clang-cl: Hide ignored flagsAlp Toker2013-11-061-1/+1
* clang-cl: Add /FS as an ignored flagAlp Toker2013-11-061-0/+1
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-062-0/+4
* ObjectiveC migrator. Please annotation of properties with Fariborz Jahanian2013-11-051-0/+3
* With this patch -Wwrite-strings is still implemented with the terribleRafael Espindola2013-11-051-2/+0
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-011-0/+2
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-013-19/+34
* clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg2013-10-301-0/+3
* Add support for the separate version of /FI.Rafael Espindola2013-10-291-1/+1
* ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clangBernard Ogden2013-10-291-0/+4
* Teach Clang to accept and ignore -f[no-]implicit-templates.Chandler Carruth2013-10-241-0/+1
* Teach Clang to recognize and ignore GCC's -fdiagnostics-show-locationChandler Carruth2013-10-241-0/+4
* Ignore -fstrength-reduce and -fno-strength-reduce.Rafael Espindola2013-10-211-0/+2
* Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware d...Silviu Baranga2013-10-211-0/+2
* Expose -fmodule-name and -fmodule-map-file as driver options.Daniel Jasper2013-10-212-6/+6
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-171-2/+6
* [mips] Added -mfp64 and -mfp32 options.Daniel Sanders2013-10-171-0/+4
* [mips][msa] Update -mmsa help text and removed the hidden flag to better matc...Daniel Sanders2013-10-171-2/+2
* Add support to the Clang driver for forwarding all of gfortran's flagsChandler Carruth2013-10-171-3/+80
* Add minimal command line support for the VSX powerpc processor.Eric Christopher2013-10-161-0/+2
* Rework ppc options handling into a features group.Eric Christopher2013-10-161-13/+16
* Add missing flags -fexpensive-optimizations and -minline-all-stringops as noops.Nick Lewycky2013-10-121-0/+6
* Turn struct-path aware TBAA on by default.Manman Ren2013-10-112-2/+3
* clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg2013-10-111-0/+2
* Add -fno-function-sections and -fno-data-sections. SinceNick Lewycky2013-10-111-4/+9
* clang-cl: Expose the -m32 and -m64 command-line optionsHans Wennborg2013-10-101-2/+2
* ObjectiveC migrator. Introduce a new objcmt-atomic-property optionFariborz Jahanian2013-10-091-0/+3
* [Mips] Remove unused mips_CPUs_Group options group. It's better to joinSimon Atanasyan2013-10-091-6/+4
* [Mips] Make mips32/mips32r2/mips64/mips64r2 real aliases for appropriateSimon Atanasyan2013-10-091-0/+4
* clang-cl: ignore the /sdl[-] flagHans Wennborg2013-10-081-0/+2
* clang-cl: Accept and mostly ignore /vm*, /GF, /GF-, /Zm, and /bigobjReid Kleckner2013-10-071-1/+11
* Remove -ast-dump-xml.Richard Smith2013-10-071-2/+0