summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver/CC1Options.td
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merging r232439:"Tom Stellard2015-05-041-2/+0
* Merging r232439:Tom Stellard2015-05-011-0/+2
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-141-2/+0
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-141-0/+2
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-0/+2
* OpenCL C: Add support for a set of floating point Pekka Jaaskelainen2014-12-101-0/+2
* Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith2014-12-101-0/+3
* Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith2014-12-091-3/+0
* [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith2014-12-091-0/+3
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-2/+0
* Add a new -fmerge-functions -cc1 flag that enables function merging.Nick Lewycky2014-10-241-0/+2
* Add -fseh-exceptions for MinGW-w64Reid Kleckner2014-09-151-0/+2
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-291-0/+3
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-0/+2
* Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger2014-08-261-0/+2
* Driver: Implement -cl-denorms-are-zeroTom Stellard2014-08-211-0/+2
* C++1y is now C++14!Aaron Ballman2014-08-191-1/+1
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-2/+2
* Add a cc1 "dump-coverage-mapping" for testing coverage mapping.Alex Lorenz2014-08-081-0/+2
* Add stopgap option -fmodule-implementation-of <name>Ben Langmuir2014-07-231-0/+3
* cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker2014-07-091-21/+68
* clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.Nico Weber2014-07-061-1/+1
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-0/+2
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-071-0/+2
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-271-0/+2
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-261-8/+0
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-141-0/+2
* Add a command line option -gdwarf-aranges that will turn on emittingEric Christopher2014-02-141-0/+2
* MS ABI: Implement #pragma vtordisp() and clang-cl /vdNReid Kleckner2014-02-121-0/+2
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-2/+0
* Make -cl-kernel-arg-info a cc1-only option like the othersAlp Toker2014-01-171-0/+2
* Make -verify a -cc1 NoDriverOptionAlp Toker2014-01-171-0/+2
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+0
* Add a limit to the length of a sequence of 'operator->' functions we willRichard Smith2013-11-061-0/+2
* ObjectiveC. Define a new cc1 flag Fariborz Jahanian2013-11-011-0/+2
* Expose -fmodule-name and -fmodule-map-file as driver options.Daniel Jasper2013-10-211-6/+0
* Turn struct-path aware TBAA on by default.Manman Ren2013-10-111-2/+2
* Remove -ast-dump-xml.Richard Smith2013-10-071-2/+0
* Fix the test in clang_f_opts.c to fail on unknown options.Rafael Espindola2013-10-031-2/+0
* Revert r191586 and r191695. They cause crashes when building withRichard Smith2013-10-011-2/+2
* Turn struct-path aware TBAA on by default.Manman Ren2013-09-301-2/+2
* Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith2013-09-291-0/+2
* Update the help text.Rafael Espindola2013-09-271-1/+1
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Move --relocatable-pch to Options.td.Rafael Espindola2013-09-251-2/+0
* Add -fmodule-map-file option.Daniel Jasper2013-09-241-2/+5
* Add support for -ggnu-pubnames matching the llvm support.Eric Christopher2013-09-131-0/+2
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-0/+2
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-0/+2
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-0/+2