- 2da6438 The OpenCL standard specifies the sizes and alignments of various types than other C-family by David Tweed · 12 years ago
- 0819816 Attempt to migrate default dwarf version to 4 for linux. by Eric Christopher · 12 years ago
- 55d6e6c ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 12 years ago
- eb26547 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 12 years ago
- 367843a [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 12 years ago
- 0fd6207 clang-cl: Support /showIncludes by Hans Wennborg · 12 years ago
- 54c2910 The only useful loop unrolling flag to give realistically is by Chandler Carruth · 12 years ago
- 75958c4 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 12 years ago
- 07e6c40 Add option to disable module loading. by Daniel Jasper · 12 years ago
- d1ddb9a CC1: Only parse command-line options that have the CC1Option flag. by Hans Wennborg · 12 years ago
- aefa5e2 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 12 years ago
- d83ef84 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 12 years ago
- 17381a0 Use the multiple argument form of path::append. by Benjamin Kramer · 12 years ago
- 3809883 Remove PathV1.h from CompilerInvocation.cpp. by Rafael Espindola · 12 years ago
- 9678d27 Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 12 years ago
- d3f3e4f Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 12 years ago
- 6ea0582 Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 12 years ago
- 92a6c74 Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 12 years ago
- 9691f7f Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 12 years ago
- 1fe2a8c Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 12 years ago
- 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
- be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
- 0b1f476 Revert r182331, these checks should be based on the target not the host. by Richard Smith · 12 years ago
- fcf713a Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing by Richard Smith · 12 years ago
- d719379 [Modules] Extend Darwin hack to include the modification time of SystemVersion.plist. by Douglas Gregor · 12 years ago
- a3d3bd2 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 12 years ago
- 56c56d2 Revert r177218. by Argyrios Kyrtzidis · 12 years ago
- b71f6aa [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 12 years ago
- e246fbe [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 12 years ago
- c9be473 <rdar://problem/13615607> Include SDK version information in the module hash. by Douglas Gregor · 13 years ago
- f2d3964 Remove unused arguments. by Chad Rosier · 13 years ago
- 153d7c6 [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 13 years ago
- a7d16ce Add an option to parse all comments as documentation comments by Dmitri Gribenko · 13 years ago
- 0ad5e2a <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template. by Douglas Gregor · 13 years ago
- c451e57 Initial support for struct-path aware TBAA. by Manman Ren · 13 years ago
- 092d9e8 revert r178784 since it does not have a commit message by Manman Ren · 13 years ago
- 037d2b2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 13 years ago
- 006208c Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 13 years ago
- 55a6349 Remove dead store. by Richard Smith · 13 years ago
- bf7fc9c <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 13 years ago
- 527b1c9 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 13 years ago
- 6f15b290 The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 13 years ago
- c02bbb6 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 13 years ago
- 3065a0f Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 13 years ago
- c8bf824 Update GCOVProfiling pass creation for API change in r177002. No functionality change. by Nick Lewycky · 13 years ago
- 737a452 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 13 years ago
- ff2a3ad revert r176531 due to clan-native-arm fails by Weiming Zhao · 13 years ago
- a35cc6f PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 13 years ago
- f154583 Propagate the split dwarf file information through into the backend by Eric Christopher · 13 years ago
- acf2e78 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 13 years ago
- b3a1452 Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 13 years ago
- b4a99d3 Add support for -fvisibility-ms-compat. by John McCall · 13 years ago
- 35b04d6 Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 13 years ago
- 2236c20 Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there. by Douglas Gregor · 13 years ago
- 5dc3899 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 13 years ago
- 48b72d8 [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 13 years ago
- c84d151 [analyzer] Make shallow mode more shallow. by Anna Zaks · 13 years ago
- 66b9f16 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 13 years ago
- 1744158 Don't warn about Unicode characters in -E mode. by Jordan Rose · 13 years ago
- 5368173 [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. by Daniel Dunbar · 13 years ago
- 9f23745 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 13 years ago
- f79ee38 [Frontend] Make the include dir group independent from the "use sysroot" bit. by Daniel Dunbar · 13 years ago
- ae229d5 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 13 years ago
- 137f1b9 Enable the global module index by default. Introduce the by Douglas Gregor · 13 years ago
- 606420e [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 13 years ago
- c9c57e9 [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 13 years ago
- c1bbec8 Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 13 years ago
- 6bab4ef [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 13 years ago
- 5e306b1 Implement the writer side of the global module index. by Douglas Gregor · 13 years ago
- dd7f456 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 13 years ago
- e3aac2c [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 13 years ago
- 29524a9 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 13 years ago
- f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
- f54319c [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 13 years ago
- c60437f Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 13 years ago
- 1517128 Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 13 years ago
- f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
- 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
- 3676d56 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 13 years ago
- ad8ab3d Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 13 years ago
- a679596 Sort the includes according to the coding standard. by Roman Divacky · 13 years ago
- 241f451 Remove duplicate includes. by Roman Divacky · 13 years ago
- 95cd272 [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable by Chad Rosier · 13 years ago
- 6363867 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 13 years ago
- c8e56e8 [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 9ab7362 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. by Alexey Samsonov · 13 years ago
- 88e0233 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 13 years ago
- ebc59d5 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 13 years ago
- 0e3043b block extended signatur option. Change previous option by Fariborz Jahanian · 13 years ago
- 65992f4 Make -ffp-contract a codegen option, rather than a laguage option. This makes by Lang Hames · 13 years ago
- 0b50cb7 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 13 years ago
- 64223e6 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 13 years ago
- 158a31a s/BCPLComment/LineComment/ by Nico Weber · 13 years ago
- d87e4f7 Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 13 years ago
- 6002702 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 13 years ago
- dc779ab Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 13 years ago
- b1b0ab4 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 13 years ago
- 52be619 Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 13 years ago
- 43f9d9c Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 13 years ago