| Commit message (Expand) | Author | Age | Files | Lines |
* | MS ABI: Implement #pragma vtordisp() and clang-cl /vdN | Reid Kleckner | 2014-02-12 | 1 | -0/+1 |
* | MS ABI: Add support for the -vm{b,g,s,m,v} flags | David Majnemer | 2014-02-11 | 1 | -0/+1 |
* | Switch around the order of MSVCCompat and MicrosoftExt | Alp Toker | 2014-01-14 | 1 | -1/+1 |
* | Rename language option MicrosoftMode to MSVCCompat | Alp Toker | 2014-01-14 | 1 | -1/+1 |
* | Update LangOpt descriptions | Alp Toker | 2014-01-10 | 1 | -3/+3 |
* | Preserve -fretain-comments-from-system-headers in modules | Ben Langmuir | 2014-01-09 | 1 | -1/+1 |
* | Add a limit to the length of a sequence of 'operator->' functions we will | Richard Smith | 2013-11-06 | 1 | -0/+2 |
* | ObjectiveC. Define a new cc1 flag | Fariborz Jahanian | 2013-11-01 | 1 | -0/+1 |
* | Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; | Richard Smith | 2013-09-29 | 1 | -0/+1 |
* | Module use declarations (II) | Daniel Jasper | 2013-09-24 | 1 | -0/+1 |
* | Certain multi-platform languages, such as OpenCL, have the concept of | David Tweed | 2013-09-13 | 1 | -0/+1 |
* | Fix missing * making the C++ mode thing not work | Matt Arsenault | 2013-08-02 | 1 | -12/+12 |
* | Add a -fno-math-builtin option to the Clang -cc1 | Eli Bendersky | 2013-07-23 | 1 | -0/+1 |
* | C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. | Richard Smith | 2013-05-08 | 1 | -0/+2 |
* | <rdar://problem/13559825> Further reduce template instantiation depth down to... | Douglas Gregor | 2013-04-08 | 1 | -1/+1 |
* | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith | 2013-02-22 | 1 | -0/+2 |
* | Add support for -fvisibility-ms-compat. | John McCall | 2013-02-19 | 1 | -2/+4 |
* | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly | 2013-01-23 | 1 | -0/+1 |
* | [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style | Chad Rosier | 2013-01-22 | 1 | -4/+0 |
* | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -5/+0 |
* | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor | 2013-01-15 | 1 | -0/+1 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -1/+1 |
* | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier | 2012-12-05 | 1 | -0/+1 |
* | block extended signatur option. Change previous option | Fariborz Jahanian | 2012-11-15 | 1 | -1/+2 |
* | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames | 2012-11-15 | 1 | -1/+0 |
* | objective-C blocks: make cc1 flag -encode-extended-block-signature | Fariborz Jahanian | 2012-11-15 | 1 | -1/+1 |
* | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian | 2012-11-14 | 1 | -0/+1 |
* | s/BCPLComment/LineComment/ | Nico Weber | 2012-11-11 | 1 | -1/+1 |
* | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith | 2012-11-05 | 1 | -1/+0 |
* | Add -fsanitize=<sanitizers> argument to driver and frontend, and add | Richard Smith | 2012-11-05 | 1 | -2/+5 |
* | Rename LangOptions members for address sanitizer and thread sanitizer from | Richard Smith | 2012-11-05 | 1 | -2/+2 |
* | Reverted back the changes made in 166868 and in 166869 | Mahesha S | 2012-10-27 | 1 | -1/+0 |
* | ------------------------------------------------- | Mahesha S | 2012-10-27 | 1 | -0/+2 |
* | Add -std=c++1y argument, for *highly* experimental C++14 support. | Richard Smith | 2012-10-17 | 1 | -0/+1 |
* | Conditionally parse documentation comments in system headers by | Ted Kremenek | 2012-09-13 | 1 | -0/+2 |
* | Allow disabling of wchar_t type. | Abramo Bagnara | 2012-09-05 | 1 | -0/+1 |
* | [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a | Chad Rosier | 2012-08-24 | 1 | -0/+3 |
* | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -1/+1 |
* | Capitalize "Objective-C" and "C++" in user-facing contexts. | Jordan Rose | 2012-07-19 | 1 | -1/+1 |
* | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson | 2012-07-19 | 1 | -0/+1 |
* | Forgot to rename one use of FPContractModeTy | Lang Hames | 2012-07-06 | 1 | -1/+1 |
* | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames | 2012-07-06 | 1 | -0/+1 |
* | Reduce default template instantiation depth to 512; we're blowing out | Douglas Gregor | 2012-07-02 | 1 | -1/+1 |
* | Restructure how the driver communicates information about the | John McCall | 2012-06-20 | 1 | -3/+0 |
* | Add language std for OpenCL 1.1 and 1.2. | Tanya Lattner | 2012-06-18 | 1 | -0/+1 |
* | wire -fbounds-checking to the new LLVM bounds checking pass | Nuno Lopes | 2012-05-22 | 1 | -1/+0 |
* | add -fbounds-checking option. | Nuno Lopes | 2012-05-08 | 1 | -0/+1 |
* | Teach Clang about PIE compilations. This is the first step of PR12380. | Chandler Carruth | 2012-04-08 | 1 | -1/+2 |
* | [Basic] Rename LangOptions::NoInline to NoInlineDefine, to make things a bit | Daniel Dunbar | 2012-03-09 | 1 | -1/+1 |
* | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+1 |