summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/Options.td
Commit message (Expand)AuthorAgeFilesLines
* Merging r227062:Hans Wennborg2015-01-261-0/+2
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-141-2/+1
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-141-1/+2
* Update HelpText for -fsanitize= option.Alexey Samsonov2015-01-141-3/+2
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-4/+10
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-091-0/+7
* Add help text for mmacosx-version-min=, mios-version-min=.Nico Weber2015-01-071-2/+4
* [PowerPC] Add support for -mcmpbHal Finkel2015-01-061-0/+2
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-1/+5
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-0/+1
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-0/+6
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-111-0/+3
* Add FSGSBASE intrinsics to x86 intrinsic headers.Craig Topper2014-11-031-0/+2
* Objective-C SDK modernization tool. Use its own optionFariborz Jahanian2014-10-311-0/+2
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+4
* Remove incorrect usage of JoinedOrSeparate.Richard Smith2014-10-171-1/+1
* [AArch64] Add workaround for Cortex-A53 erratum (835769)Bradley Smith2014-10-131-0/+7
* Treat -mios-simulator-version-min option as an alias for -mios-version-min.Bob Wilson2014-10-101-1/+1
* [PowerPC] Add feature for Power8 vector extensionsBill Schmidt2014-10-101-0/+4
* Add experimental clang/driver flag -fsanitize-address-field-padding=NKostya Serebryany2014-10-091-0/+3
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-031-0/+3
* [x86] Enable broadwell target in clang.Robert Khasanov2014-09-191-0/+2
* Add --analyze to clang-clReid Kleckner2014-09-021-1/+1
* Driver: Restore -fkeep-inline-functions as an ignored flagJustin Bogner2014-08-271-1/+1
* Ignore -fdevirtualize and -fdevirtualize-speculatively for gcc compatReid Kleckner2014-08-261-0/+3
* [Driver] Support -muclibc / -mglibc command line options for a coupleSimon Atanasyan2014-08-131-0/+3
* GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in...Sylvestre Ledru2014-08-111-1/+1
* Add -link-cxx-sanitizer driver flag.Alexey Samsonov2014-08-081-0/+2
* [mips] Add -mabicalls/-mno-abicalls to the driverDaniel Sanders2014-08-081-0/+4
* Driver: Add -fno-profile-arcs to go with -fprofile-arcsJustin Bogner2014-08-071-0/+1
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-3/+8
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-051-0/+3
* Added f and m flags to be ignored. These will not display a warning. The revi...Arthur Marble2014-08-051-0/+10
* Added flags that should be ignored for compatibility. These flags will displayArthur Marble2014-08-051-4/+49
* Add coverage mapping generation.Alex Lorenz2014-08-041-0/+3
* Add -fbuild-session-file as an alternative to -fbuild-session-timestampBen Langmuir2014-08-011-0/+3
* [SKX] Enabling SKX target (Skylake server chip) Robert Khasanov2014-07-301-0/+6
* Fix up handling of ARM options for controlling strict alignment.Bob Wilson2014-07-291-1/+1
* Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warningArthur Marble2014-07-181-26/+26
* Typically linker options are protected with -Xlinker or -Wl,Arthur Marble2014-07-161-0/+2
* Add the --target option to clang-cl and use it to fix a test.Reid Kleckner2014-07-161-1/+1
* clang-cl: make sure we still parse -fms-version= after r213119Hans Wennborg2014-07-161-1/+1
* [mips] Add support for -mfpxx and -mno-fpxx.Daniel Sanders2014-07-161-0/+3
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-1/+8
* clang-cl: Make all x86 CPU feature flags available, such as -msse3Reid Kleckner2014-07-121-1/+1
* [PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...Zinovy Nis2014-07-111-0/+1
* GCC compatibility: Create a Group to ignore unsupported optimization.Sylvestre Ledru2014-07-111-1/+6
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-0/+1
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-0/+6
* Prevent link warnings due to -Wframe-larger-than=Alp Toker2014-07-101-1/+2