| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept and ignore the -fextended-identifiers option. | Jordan Rose | 2013-02-06 | 1 | -0/+6 |
* | [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style | Chad Rosier | 2013-01-22 | 1 | -3/+0 |
* | Fix the fvectorize testcase | Nadav Rotem | 2012-12-18 | 1 | -8/+4 |
* | Add -fslp-vectorize to enable bb-vectorize | Hal Finkel | 2012-12-11 | 1 | -0/+13 |
* | [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintain | Chad Rosier | 2012-12-11 | 1 | -0/+4 |
* | [driver] Add the -fvectorize flag to enable the loop vectorization passes. | Chad Rosier | 2012-12-11 | 1 | -0/+9 |
* | Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. | Chad Rosier | 2012-07-20 | 1 | -2/+2 |
* | Add a new flag, -fms-inline-asm, that enables the output of MS-style inline | Chad Rosier | 2012-07-20 | 1 | -0/+3 |
* | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames | 2012-07-06 | 1 | -0/+6 |
* | Move all of the logic for __DEPRECATED to the driver based on comments | Chandler Carruth | 2011-04-23 | 1 | -7/+9 |
* | Fix Clang's __DEPRECATED define to be controled by -Wdeprecated. This | Chandler Carruth | 2011-04-23 | 1 | -0/+8 |
* | There were some frustrating problems with the implementation of | Chandler Carruth | 2011-04-23 | 1 | -0/+7 |
* | Implement -fshort-enums (rdar://8490496). | Argyrios Kyrtzidis | 2010-10-08 | 1 | -4/+2 |
* | Daniel re-educated me about what Alias does and does not do. Turn that off for | Chandler Carruth | 2010-05-22 | 1 | -2/+4 |
* | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman | 2010-01-08 | 1 | -3/+3 |
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -3/+3 |
* | Tests: Fix some bugs in clang_f_opts, options were out of order but it worked | Daniel Dunbar | 2009-12-13 | 1 | -5/+5 |
* | Convert the remainder of this test case over to using FileCheck. | Ted Kremenek | 2009-12-12 | 1 | -9/+11 |
* | Make using '-fshort-enums' an error until it is actually implemented (changes... | Ted Kremenek | 2009-12-12 | 1 | -0/+3 |
* | Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari... | Daniel Dunbar | 2009-11-19 | 1 | -3/+2 |
* | Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, | Daniel Dunbar | 2009-11-17 | 1 | -1/+0 |
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -11/+11 |
* | Adding -fshort-wchar option. | John Thompson | 2009-11-05 | 1 | -1/+2 |
* | PR4016: Forward -fno-show-source-location to clang. | Daniel Dunbar | 2009-06-08 | 1 | -1/+2 |
* | Driver: Fix forwarding of -fpascal-strings. | Daniel Dunbar | 2009-04-07 | 1 | -0/+10 |