summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang_f_opts.c
Commit message (Expand)AuthorAgeFilesLines
...
* XFAIL coverage -no-integrated-as tests for msvc.Dan Albert2014-10-101-6/+0
* _Really_ fix these tests (probably).Dan Albert2014-10-101-4/+4
* Hopefully fixes test failures for msvc.Dan Albert2014-10-101-4/+4
* PR21195: Emit .gcno files to the proper location.Dan Albert2014-10-101-0/+17
* Driver: Restore -fkeep-inline-functions as an ignored flagJustin Bogner2014-08-271-0/+2
* Ignore -fdevirtualize and -fdevirtualize-speculatively for gcc compatReid Kleckner2014-08-261-0/+4
* GCC compatibility: Ignore -fexec-charset=UTF-8 argument. It is the default in...Sylvestre Ledru2014-08-111-1/+4
* Driver: Add tests for -fprofile-arcs and -fno-profile-arcsJustin Bogner2014-08-071-0/+7
* Remove trailing whitespacesRui Ueyama2014-08-051-3/+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-0/+121
* Split -Winvalid-command-line-argument into -Wignored-optimization-argumentReid Kleckner2014-07-231-0/+3
* Moved 25 flags to clang_ignored_gcc_optimization_f_Group. Will display a warningArthur Marble2014-07-181-4/+54
* Avoid non-attributive uses of 'unsupported' in diagnosticsAlp Toker2014-07-141-1/+1
* Change the diagnostic group for unsupported gcc optimizations added r212805Alp Toker2014-07-141-6/+6
* Test for warning being silencedSylvestre Ledru2014-07-111-0/+9
* Tiny improvement in a test (missing quote)Sylvestre Ledru2014-07-111-1/+1
* GCC compatibility: Create a Group to ignore unsupported optimization.Sylvestre Ledru2014-07-111-0/+8
* gcc comptability: silent -fdefer-pop & -fno-defer-pop Sylvestre Ledru2014-07-041-0/+1
* GCC compatibility: Ignore -finput_charset=UTF-8 argument. It is the default i...Sylvestre Ledru2014-07-011-0/+4
* [driver] Enable the slp vectorizer at -Oz.Chad Rosier2014-05-021-1/+1
* [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors theChad Rosier2014-04-281-0/+11
* Suppress clang/test/Driver/clang_f_opts.c for targeting cygming since r202058...NAKAMURA Takumi2014-02-251-0/+2
* Implement -fno-short-wcharRichard Barton2014-02-241-0/+7
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
* Revert r194097: "With this patch -Wwrite-strings is still implemented with th...Argyrios Kyrtzidis2014-02-071-2/+2
* Add flag -fauto-profile as alias to -fprofile-sample-use.Diego Novillo2013-12-061-0/+3
* Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg2013-11-181-1/+1
* Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg2013-11-181-1/+1
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-181-0/+3
* Add -freroll-loops to enable loop rerollingHal Finkel2013-11-171-0/+7
* Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker2013-11-151-3/+0
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-151-0/+3
* Add -fprofile-sample-use to Clang's driver.Diego Novillo2013-11-131-0/+3
* Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru2013-11-111-3/+0
* Revert "Remove -### from the -O20 test, it was failing the test (?)"Sylvestre Ledru2013-11-111-1/+1
* Remove -### from the -O20 test, it was failing the test (?)Sylvestre Ledru2013-11-111-1/+1
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-111-0/+3
* With this patch -Wwrite-strings is still implemented with the terribleRafael Espindola2013-11-051-2/+2
* 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/+1
* Ignore -fstrength-reduce and -fno-strength-reduce.Rafael Espindola2013-10-211-0/+1
* Don't complain about -fuse-ld=gold (cf r191429).Nico Weber2013-10-031-0/+1
* Fix the test in clang_f_opts.c to fail on unknown options.Rafael Espindola2013-10-031-1/+2
* Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, addNick Lewycky2013-09-271-0/+2
* [driver] Ignore -fno-var-tracking; it's a GCC option we don't support.Jordan Rose2013-09-261-0/+1
* Remove fno_builtin_strcat and fno_builtin_strcpy.Rafael Espindola2013-09-261-1/+2
* Ignore unknown -fno-builtin-*.Rafael Espindola2013-09-261-0/+1
* Ignore some -f options that are supported by gcc.Rafael Espindola2013-09-261-0/+23
* Tweak implementation of -Wwrite-strings to better match the behavior of curre...Richard Smith2013-09-041-1/+1
OpenPOWER on IntegriCloud