summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang_f_opts.c
Commit message (Expand)AuthorAgeFilesLines
* Accept and ignore the -fextended-identifiers option.Jordan Rose2013-02-061-0/+6
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-3/+0
* Fix the fvectorize testcaseNadav Rotem2012-12-181-8/+4
* Add -fslp-vectorize to enable bb-vectorizeHal Finkel2012-12-111-0/+13
* [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintainChad Rosier2012-12-111-0/+4
* [driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier2012-12-111-0/+9
* Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier2012-07-201-2/+2
* Add a new flag, -fms-inline-asm, that enables the output of MS-style inlineChad Rosier2012-07-201-0/+3
* Add -ffp-contract = { fast | on | off } command line option support.Lang Hames2012-07-061-0/+6
* Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth2011-04-231-7/+9
* Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth2011-04-231-0/+8
* There were some frustrating problems with the implementation ofChandler Carruth2011-04-231-0/+7
* Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis2010-10-081-4/+2
* Daniel re-educated me about what Alias does and does not do. Turn that off forChandler Carruth2010-05-221-2/+4
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-3/+3
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-3/+3
* Tests: Fix some bugs in clang_f_opts, options were out of order but it workedDaniel Dunbar2009-12-131-5/+5
* Convert the remainder of this test case over to using FileCheck.Ted Kremenek2009-12-121-9/+11
* Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek2009-12-121-0/+3
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-3/+2
* Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar2009-11-171-1/+0
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-11/+11
* Adding -fshort-wchar option.John Thompson2009-11-051-1/+2
* PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar2009-06-081-1/+2
* Driver: Fix forwarding of -fpascal-strings.Daniel Dunbar2009-04-071-0/+10
OpenPOWER on IntegriCloud