1. d3f3e4f Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 12 years ago
  2. 6ea0582 Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 12 years ago
  3. 92a6c74 Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 12 years ago
  4. 9691f7f Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 12 years ago
  5. 1fe2a8c Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 12 years ago
  6. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  7. be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
  8. 0b1f476 Revert r182331, these checks should be based on the target not the host. by Richard Smith · 12 years ago
  9. fcf713a Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing by Richard Smith · 12 years ago
  10. d719379 [Modules] Extend Darwin hack to include the modification time of SystemVersion.plist. by Douglas Gregor · 12 years ago
  11. a3d3bd2 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 12 years ago
  12. 56c56d2 Revert r177218. by Argyrios Kyrtzidis · 13 years ago
  13. b71f6aa [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 13 years ago
  14. e246fbe [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 13 years ago
  15. c9be473 <rdar://problem/13615607> Include SDK version information in the module hash. by Douglas Gregor · 13 years ago
  16. f2d3964 Remove unused arguments. by Chad Rosier · 13 years ago
  17. 153d7c6 [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 13 years ago
  18. a7d16ce Add an option to parse all comments as documentation comments by Dmitri Gribenko · 13 years ago
  19. 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
  20. c451e57 Initial support for struct-path aware TBAA. by Manman Ren · 13 years ago
  21. 092d9e8 revert r178784 since it does not have a commit message by Manman Ren · 13 years ago
  22. 037d2b2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 13 years ago
  23. 006208c Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 13 years ago
  24. 55a6349 Remove dead store. by Richard Smith · 13 years ago
  25. bf7fc9c <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 13 years ago
  26. 527b1c9 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. by Douglas Gregor · 13 years ago
  27. 6f15b290 The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 13 years ago
  28. c02bbb6 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 13 years ago
  29. 3065a0f Remove -Wspellcheck and replace it with a diagnostic option. by Argyrios Kyrtzidis · 13 years ago
  30. c8bf824 Update GCOVProfiling pass creation for API change in r177002. No functionality change. by Nick Lewycky · 13 years ago
  31. 737a452 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 13 years ago
  32. ff2a3ad revert r176531 due to clan-native-arm fails by Weiming Zhao · 13 years ago
  33. a35cc6f PR 11326: Lack diagnosic message when ABI conflicts on ARM by Weiming Zhao · 13 years ago
  34. f154583 Propagate the split dwarf file information through into the backend by Eric Christopher · 13 years ago
  35. acf2e78 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 13 years ago
  36. b3a1452 Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, by Richard Smith · 13 years ago
  37. b4a99d3 Add support for -fvisibility-ms-compat. by John McCall · 13 years ago
  38. 35b04d6 Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 13 years ago
  39. 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
  40. 5dc3899 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. by Douglas Gregor · 13 years ago
  41. 48b72d8 [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; by Argyrios Kyrtzidis · 13 years ago
  42. c84d151 [analyzer] Make shallow mode more shallow. by Anna Zaks · 13 years ago
  43. 66b9f16 [analyzer] Use analyzer config for max-inlinable-size option. by Anna Zaks · 13 years ago
  44. 1744158 Don't warn about Unicode characters in -E mode. by Jordan Rose · 13 years ago
  45. 5368173 [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused. by Daniel Dunbar · 13 years ago
  46. 9f23745 [Frontend] Add an ExternCSystem include entry group. by Daniel Dunbar · 13 years ago
  47. f79ee38 [Frontend] Make the include dir group independent from the "use sysroot" bit. by Daniel Dunbar · 13 years ago
  48. ae229d5 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 13 years ago
  49. 137f1b9 Enable the global module index by default. Introduce the by Douglas Gregor · 13 years ago
  50. 606420e [Frontend] Remove another IsUserSpecified member variable that is now unused. by Daniel Dunbar · 13 years ago
  51. c9c57e9 [Frontend] The -iwithprefix option belongs in the After category, according to by Daniel Dunbar · 13 years ago
  52. c1bbec8 Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 13 years ago
  53. 6bab4ef [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 13 years ago
  54. 5e306b1 Implement the writer side of the global module index. by Douglas Gregor · 13 years ago
  55. dd7f456 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 13 years ago
  56. e3aac2c [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 13 years ago
  57. 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
  58. f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
  59. f54319c [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 13 years ago
  60. c60437f Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 13 years ago
  61. 1517128 Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 13 years ago
  62. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  63. 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
  64. 3676d56 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 13 years ago
  65. ad8ab3d Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 13 years ago
  66. a679596 Sort the includes according to the coding standard. by Roman Divacky · 13 years ago
  67. 241f451 Remove duplicate includes. by Roman Divacky · 13 years ago
  68. 95cd272 [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable by Chad Rosier · 13 years ago
  69. 6363867 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 13 years ago
  70. c8e56e8 [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 13 years ago
  71. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  72. 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
  73. 88e0233 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 13 years ago
  74. ebc59d5 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 13 years ago
  75. 0e3043b block extended signatur option. Change previous option by Fariborz Jahanian · 13 years ago
  76. 65992f4 Make -ffp-contract a codegen option, rather than a laguage option. This makes by Lang Hames · 13 years ago
  77. 0b50cb7 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 13 years ago
  78. 64223e6 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 13 years ago
  79. 158a31a s/BCPLComment/LineComment/ by Nico Weber · 13 years ago
  80. d87e4f7 Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 13 years ago
  81. 6002702 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 13 years ago
  82. dc779ab Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 13 years ago
  83. b1b0ab4 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 13 years ago
  84. 52be619 Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 13 years ago
  85. 43f9d9c Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 13 years ago
  86. 7fd0849 Hash the various compiler version, target, preprocessor, and by Douglas Gregor · 13 years ago
  87. bd55daf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 13 years ago
  88. 33fd551 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 13 years ago
  89. 19a429e Reverted back the changes made in 166868 and in 166869 by Mahesha S · 13 years ago
  90. 6a682be4 ------------------------------------------------- by Mahesha S · 13 years ago
  91. e81699d Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 13 years ago
  92. b85b9cc Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 13 years ago
  93. 746c06d [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 13 years ago
  94. 7959178 Use a .def file for most of the diagnostic options. by Douglas Gregor · 13 years ago
  95. 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  96. b0eea8b Switch CodeGenOptions over to a .def file, like we do with LangOptions. by Douglas Gregor · 13 years ago
  97. c2d984c Handle implicitly-included PCH files the same way as by Douglas Gregor · 13 years ago
  98. 929fccd [Options] Add prefixes to options. by Michael J. Spencer · 13 years ago
  99. 66e2b20 [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
  100. f552d38 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 13 years ago