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