summaryrefslogtreecommitdiff
path: root/test/Driver/clang_f_opts.c
Commit message (Expand)AuthorAge
* [driver] Enable the slp vectorizer at -Oz.Chad Rosier2014-05-02
* [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors theChad Rosier2014-04-28
* Suppress clang/test/Driver/clang_f_opts.c for targeting cygming since r202058...NAKAMURA Takumi2014-02-25
* Implement -fno-short-wcharRichard Barton2014-02-24
* Fix broken CHECK linesNico Rieck2014-02-16
* Revert r194097: "With this patch -Wwrite-strings is still implemented with th...Argyrios Kyrtzidis2014-02-07
* Add flag -fauto-profile as alias to -fprofile-sample-use.Diego Novillo2013-12-06
* Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg2013-11-18
* Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg2013-11-18
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-18
* Add -freroll-loops to enable loop rerollingHal Finkel2013-11-17
* Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker2013-11-15
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-15
* Add -fprofile-sample-use to Clang's driver.Diego Novillo2013-11-13
* Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru2013-11-11
* Revert "Remove -### from the -O20 test, it was failing the test (?)"Sylvestre Ledru2013-11-11
* Remove -### from the -O20 test, it was failing the test (?)Sylvestre Ledru2013-11-11
* Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2013-11-11
* With this patch -Wwrite-strings is still implemented with the terribleRafael Espindola2013-11-05
* Teach Clang to accept and ignore -f[no-]implicit-templates.Chandler Carruth2013-10-24
* Teach Clang to recognize and ignore GCC's -fdiagnostics-show-locationChandler Carruth2013-10-24
* Ignore -fstrength-reduce and -fno-strength-reduce.Rafael Espindola2013-10-21
* Don't complain about -fuse-ld=gold (cf r191429).Nico Weber2013-10-03
* Fix the test in clang_f_opts.c to fail on unknown options.Rafael Espindola2013-10-03
* Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, addNick Lewycky2013-09-27
* [driver] Ignore -fno-var-tracking; it's a GCC option we don't support.Jordan Rose2013-09-26
* Remove fno_builtin_strcat and fno_builtin_strcpy.Rafael Espindola2013-09-26
* Ignore unknown -fno-builtin-*.Rafael Espindola2013-09-26
* Ignore some -f options that are supported by gcc.Rafael Espindola2013-09-26
* Tweak implementation of -Wwrite-strings to better match the behavior of curre...Richard Smith2013-09-04
* Revert r189440 - Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-28
* Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-28
* Warn that -O4 is the same as -O3.Rafael Espindola2013-08-27
* Don't imply -flto with -O4.Rafael Espindola2013-08-23
* Move logic to enable the vectorizer to clangArnold Schwaighofer2013-08-13
* The only useful loop unrolling flag to give realistically isChandler Carruth2013-08-08
* Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td fileHans Wennborg2013-07-31
* Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem2013-04-15
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-15
* Plumb through the -fsplit-stack option using the existing backendEric Christopher2013-04-04
* Accept and ignore the -fextended-identifiers option.Jordan Rose2013-02-06
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-22
* Fix the fvectorize testcaseNadav Rotem2012-12-18
* Add -fslp-vectorize to enable bb-vectorizeHal Finkel2012-12-11
* [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintainChad Rosier2012-12-11
* [driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier2012-12-11
* Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier2012-07-20
* Add a new flag, -fms-inline-asm, that enables the output of MS-style inlineChad Rosier2012-07-20
* Add -ffp-contract = { fast | on | off } command line option support.Lang Hames2012-07-06
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-23