| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | revert r178784 since it does not have a commit message | Manman Ren | 2013-04-04 | 1 | -1/+0 |
* | Index: include/clang/Driver/CC1Options.td | Manman Ren | 2013-04-04 | 1 | -0/+1 |
* | Plumb through the -fsplit-stack option using the existing backend | Eric Christopher | 2013-04-04 | 1 | -0/+1 |
* | Remove dead store. | Richard Smith | 2013-04-02 | 1 | -3/+0 |
* | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor | 2013-03-27 | 1 | -1/+6 |
* | <rdar://problem/13434605> Periodically prune the module cache so that it does... | Douglas Gregor | 2013-03-25 | 1 | -1/+4 |
* | The flag "-coverage-function-names-in-data" is actually backwards -- we do | Nick Lewycky | 2013-03-20 | 1 | -2/+2 |
* | Make clang emit linkage names in debug info for subprograms when coverage info | Nick Lewycky | 2013-03-20 | 1 | -0/+1 |
* | Remove -Wspellcheck and replace it with a diagnostic option. | Argyrios Kyrtzidis | 2013-03-16 | 1 | -0/+1 |
* | Update GCOVProfiling pass creation for API change in r177002. No functionalit... | Nick Lewycky | 2013-03-14 | 1 | -4/+1 |
* | Add flags for additional control over coverage generation. Pick the version | Nick Lewycky | 2013-03-07 | 1 | -3/+22 |
* | revert r176531 due to clan-native-arm fails | Weiming Zhao | 2013-03-06 | 1 | -18/+2 |
* | PR 11326: Lack diagnosic message when ABI conflicts on ARM | Weiming Zhao | 2013-03-05 | 1 | -2/+18 |
* | Propagate the split dwarf file information through into the backend | Eric Christopher | 2013-02-22 | 1 | -0/+1 |
* | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko | 2013-02-22 | 1 | -0/+5 |
* | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith | 2013-02-22 | 1 | -0/+1 |
* | Add support for -fvisibility-ms-compat. | John McCall | 2013-02-19 | 1 | -11/+31 |
* | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor | 2013-02-07 | 1 | -1/+1 |
* | Be a little more permissive with -fmodules-ignore-macro= by removing everythi... | Douglas Gregor | 2013-02-07 | 1 | -9/+4 |
* | Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ... | Douglas Gregor | 2013-02-07 | 1 | -2/+22 |
* | [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr... | Argyrios Kyrtzidis | 2013-02-05 | 1 | -2/+1 |
* | [analyzer] Make shallow mode more shallow. | Anna Zaks | 2013-01-30 | 1 | -1/+0 |
* | [analyzer] Use analyzer config for max-inlinable-size option. | Anna Zaks | 2013-01-30 | 1 | -3/+0 |
* | Don't warn about Unicode characters in -E mode. | Jordan Rose | 2013-01-30 | 1 | -3/+43 |
* | [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. | Daniel Dunbar | 2013-01-30 | 1 | -2/+1 |
* | [Frontend] Add an ExternCSystem include entry group. | Daniel Dunbar | 2013-01-30 | 1 | -4/+7 |
* | [Frontend] Make the include dir group independent from the "use sysroot" bit. | Daniel Dunbar | 2013-01-29 | 1 | -5/+5 |
* | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier | 2013-01-29 | 1 | -0/+2 |
* | Enable the global module index by default. Introduce the | Douglas Gregor | 2013-01-28 | 1 | -1/+1 |
* | [Frontend] Remove another IsUserSpecified member variable that is now unused. | Daniel Dunbar | 2013-01-25 | 1 | -14/+12 |
* | [Frontend] The -iwithprefix option belongs in the After category, according to | Daniel Dunbar | 2013-01-25 | 1 | -2/+2 |
* | 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 |