| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor | 2013-01-25 | 1 | -1/+2 |
* | [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". | Anna Zaks | 2013-01-24 | 1 | -16/+0 |
* | Implement the writer side of the global module index. | Douglas Gregor | 2013-01-23 | 1 | -1/+2 |
* | 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 | -2/+0 |
* | Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ... | Alexey Samsonov | 2013-01-20 | 1 | -1/+3 |
* | Nuke SetUpBuildDumpLog. | Sean Silva | 2013-01-20 | 1 | -1/+0 |
* | [ubsan] Add support for -fsanitize-blacklist | Will Dietz | 2013-01-18 | 1 | -1/+1 |
* | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor | 2013-01-16 | 1 | -0/+1 |
* | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor | 2013-01-15 | 1 | -0/+3 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -2/+2 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -1/+1 |
* | [ubsan] Recover by default, use -fno-sanitize-recover to disable. | Will Dietz | 2012-12-30 | 1 | -1/+1 |
* | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov | 2012-12-24 | 1 | -0/+2 |
* | Sort the includes according to the coding standard. | Roman Divacky | 2012-12-21 | 1 | -1/+1 |
* | Remove duplicate includes. | Roman Divacky | 2012-12-21 | 1 | -1/+0 |
* | [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this s... | Chad Rosier | 2012-12-05 | 1 | -1/+1 |
* | [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language | Chad Rosier | 2012-12-05 | 1 | -1/+1 |
* | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier | 2012-12-05 | 1 | -0/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov | 2012-12-03 | 1 | -0/+1 |
* | [ubsan] Add flag to enable recovery from checks when possible. | Will Dietz | 2012-12-02 | 1 | -0/+1 |
* | PR14306: Move -fbounds-checking to -fsanitize=bounds. | Joey Gouly | 2012-11-23 | 1 | -2/+0 |
* | block extended signatur option. Change previous option | Fariborz Jahanian | 2012-11-15 | 1 | -2/+2 |
* | Make -ffp-contract a codegen option, rather than a laguage option. This makes | Lang Hames | 2012-11-15 | 1 | -12/+12 |
* | Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for | Richard Smith | 2012-11-14 | 1 | -0/+1 |
* | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian | 2012-11-14 | 1 | -0/+2 |
* | s/BCPLComment/LineComment/ | Nico Weber | 2012-11-11 | 1 | -1/+1 |
* | Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves | Chad Rosier | 2012-11-09 | 1 | -1/+0 |
* | [driver] Add a -mstrict-align compiler option for ARM targets. | Chad Rosier | 2012-11-09 | 1 | -0/+1 |
* | Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so | Douglas Gregor | 2012-11-05 | 1 | -1/+1 |
* | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith | 2012-11-05 | 1 | -3/+0 |
* | Add -fsanitize=<sanitizers> argument to driver and frontend, and add | Richard Smith | 2012-11-05 | 1 | -0/+31 |
* | Rename LangOptions members for address sanitizer and thread sanitizer from | Richard Smith | 2012-11-05 | 1 | -2/+2 |
* | Hash the various compiler version, target, preprocessor, and | Douglas Gregor | 2012-11-05 | 1 | -34/+31 |
* | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith | 2012-11-01 | 1 | -55/+55 |
* | Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested | Richard Smith | 2012-11-01 | 1 | -908/+1 |
* | Reverted back the changes made in 166868 and in 166869 | Mahesha S | 2012-10-27 | 1 | -3/+0 |
* | ------------------------------------------------- | Mahesha S | 2012-10-27 | 1 | -0/+3 |
* | Move PreprocessorOptions into the Lex library, and make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -2/+4 |
* | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor | 2012-10-24 | 1 | -2/+4 |
* | [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. | Jordan Rose | 2012-10-23 | 1 | -1/+0 |
* | Use a .def file for most of the diagnostic options. | Douglas Gregor | 2012-10-23 | 1 | -6/+6 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -2/+4 |
* | Switch CodeGenOptions over to a .def file, like we do with LangOptions. | Douglas Gregor | 2012-10-23 | 1 | -12/+16 |
* | Handle implicitly-included PCH files the same way as | Douglas Gregor | 2012-10-22 | 1 | -10/+1 |
* | [Options] Add prefixes to options. | Michael J. Spencer | 2012-10-22 | 1 | -2/+2 |
* | [Options] Make Option non clang specific. | Michael J. Spencer | 2012-10-19 | 1 | -1/+1 |
* | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis | 2012-10-18 | 1 | -1/+1 |
* | Add a new option for and disable column number information as there | Eric Christopher | 2012-10-18 | 1 | -0/+3 |