aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/clang_f_opts.c
AgeCommit message (Expand)Author
2013-04-15Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-02-06Accept and ignore the -fextended-identifiers option.Jordan Rose
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2012-12-18Fix the fvectorize testcaseNadav Rotem
2012-12-11Add -fslp-vectorize to enable bb-vectorizeHal Finkel
2012-12-11[driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintainChad Rosier
2012-12-11[driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier
2012-07-20Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm.Chad Rosier
2012-07-20Add a new flag, -fms-inline-asm, that enables the output of MS-style inlineChad Rosier
2012-07-06Add -ffp-contract = { fast | on | off } command line option support.Lang Hames
2011-04-23Move all of the logic for __DEPRECATED to the driver based on commentsChandler Carruth
2011-04-23Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. ThisChandler Carruth
2011-04-23There were some frustrating problems with the implementation ofChandler Carruth
2010-10-08Implement -fshort-enums (rdar://8490496).Argyrios Kyrtzidis
2010-05-22Daniel re-educated me about what Alias does and does not do. Turn that off forChandler Carruth
2010-01-08Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-13Tests: Fix some bugs in clang_f_opts, options were out of order but it workedDaniel Dunbar
2009-12-12Convert the remainder of this test case over to using FileCheck.Ted Kremenek
2009-12-12Make using '-fshort-enums' an error until it is actually implemented (changes...Ted Kremenek
2009-11-19Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar
2009-11-17Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-05Adding -fshort-wchar option.John Thompson
2009-06-08PR4016: Forward -fno-show-source-location to clang.Daniel Dunbar
2009-04-07Driver: Fix forwarding of -fpascal-strings.Daniel Dunbar