1. c1bbec8 Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 13 years ago
  2. 6bab4ef [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 13 years ago
  3. 5e306b1 Implement the writer side of the global module index. by Douglas Gregor · 13 years ago
  4. dd7f456 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 13 years ago
  5. e3aac2c [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 13 years ago
  6. 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
  7. f1b49e2 Nuke SetUpBuildDumpLog. by Sean Silva · 13 years ago
  8. f54319c [ubsan] Add support for -fsanitize-blacklist by Will Dietz · 13 years ago
  9. c60437f Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 13 years ago
  10. 1517128 Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! by Douglas Gregor · 13 years ago
  11. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  12. 2bf7fdb s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 13 years ago
  13. 3676d56 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 13 years ago
  14. ad8ab3d Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 13 years ago
  15. a679596 Sort the includes according to the coding standard. by Roman Divacky · 13 years ago
  16. 241f451 Remove duplicate includes. by Roman Divacky · 13 years ago
  17. 95cd272 [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable by Chad Rosier · 13 years ago
  18. 6363867 [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language by Chad Rosier · 13 years ago
  19. c8e56e8 [driver, ms-inline asm] MS-Style inline assembly is controlled by the by Chad Rosier · 13 years ago
  20. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  21. 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
  22. 88e0233 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 13 years ago
  23. ebc59d5 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 13 years ago
  24. 0e3043b block extended signatur option. Change previous option by Fariborz Jahanian · 13 years ago
  25. 65992f4 Make -ffp-contract a codegen option, rather than a laguage option. This makes by Lang Hames · 13 years ago
  26. 0b50cb7 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for by Richard Smith · 13 years ago
  27. 64223e6 objective-C blocks: under cc1 flag -encode-extended-block-signature, by Fariborz Jahanian · 13 years ago
  28. 158a31a s/BCPLComment/LineComment/ by Nico Weber · 13 years ago
  29. d87e4f7 Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 13 years ago
  30. 6002702 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 13 years ago
  31. dc779ab Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 13 years ago
  32. b1b0ab4 Use the individual -fsanitize=<...> arguments to control which of the UBSan by Richard Smith · 13 years ago
  33. 52be619 Add -fsanitize=<sanitizers> argument to driver and frontend, and add by Richard Smith · 13 years ago
  34. 43f9d9c Rename LangOptions members for address sanitizer and thread sanitizer from by Richard Smith · 13 years ago
  35. 7fd0849 Hash the various compiler version, target, preprocessor, and by Douglas Gregor · 13 years ago
  36. bd55daf Remove first argument from Arg::getValue; it's been unused since r105760. by Richard Smith · 13 years ago
  37. 33fd551 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 13 years ago
  38. 19a429e Reverted back the changes made in 166868 and in 166869 by Mahesha S · 13 years ago
  39. 6a682be4 ------------------------------------------------- by Mahesha S · 13 years ago
  40. e81699d Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 13 years ago
  41. b85b9cc Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 13 years ago
  42. 746c06d [analyzer] Replace -analyzer-no-eagerly-trim-egraph with graph-trim-interval. by Jordan Rose · 13 years ago
  43. 7959178 Use a .def file for most of the diagnostic options. by Douglas Gregor · 13 years ago
  44. 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  45. b0eea8b Switch CodeGenOptions over to a .def file, like we do with LangOptions. by Douglas Gregor · 13 years ago
  46. c2d984c Handle implicitly-included PCH files the same way as by Douglas Gregor · 13 years ago
  47. 929fccd [Options] Add prefixes to options. by Michael J. Spencer · 13 years ago
  48. 66e2b20 [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
  49. f552d38 Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. by Argyrios Kyrtzidis · 13 years ago
  50. a2f7eb7 Add a new option for and disable column number information as there by Eric Christopher · 13 years ago
  51. 4389797 [Options] Make Option non clang specific. by Michael J. Spencer · 13 years ago
  52. 460fe6b Add -std=c++1y argument, for *highly* experimental C++14 support. by Richard Smith · 13 years ago
  53. cb177f1 Serialize TargetOptions into an AST file, and make sure that we keep by Douglas Gregor · 13 years ago
  54. b47e6bc Conditionally parse documentation comments in system headers by by Ted Kremenek · 13 years ago
  55. 6d671cc [analyzer] Always include destructors in the analysis CFG. by Jordan Rose · 13 years ago
  56. 73bf7f5 Allow disabling of wchar_t type. by Abramo Bagnara · 13 years ago
  57. 40ea0ea Make AnalyzerOptions a shared object between CompilerInvocation and by Ted Kremenek · 13 years ago
  58. a5770cd Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. by Ted Kremenek · 13 years ago
  59. e9b0231 [analyzer] Make analyzer-ipa=dynamic-bifurcate the default. by Anna Zaks · 13 years ago
  60. efca7a7 Rename 'MaxLoop' to 'maxBlockVisitOnPath' to reflect reality. We by Ted Kremenek · 13 years ago
  61. b8f8b35 Rename 'VisualizeEGUbi' and 'VisualizeEGDot' to 'visualizeExplodedGraphWithUbigGraph' by Ted Kremenek · 13 years ago
  62. 6f5131f Rename AnalyzerOptions 'EagerlyAssume' to 'eagerlyAssumeBinOpBifurcation'. by Ted Kremenek · 13 years ago
  63. 8756c4a Store const& to AnalyzerOptions in AnalysisManager instead of copying by Ted Kremenek · 13 years ago
  64. 3cc4227 Move Analyses.def to include/clang/StaticAnalyzer. by Ted Kremenek · 13 years ago
  65. 53f3e7d Change -analyzer-config to use '=' as the key-value separator, and only by Ted Kremenek · 13 years ago
  66. fb5351e Add new -cc1 driver option -analyzer-config, which allows one to specify by Ted Kremenek · 13 years ago
  67. 175ea24 [ms-inline asm] Change the -fenable-experimental-ms-inline-asm option from a by Chad Rosier · 13 years ago
  68. e3e95cd [analyzer] Set the default IPA mode to 'basic-inlining', which excludes C++. by Jordan Rose · 13 years ago
  69. db3da83 [driver] Add support for the --param ssp-buffer-size= driver option. PR9673 by Chad Rosier · 13 years ago
  70. 3deb1ad Screw around with ObjCRuntime some more, changing the by John McCall · 13 years ago
  71. 4c004f3 Preprocessor: fix __OPTIMIZE_SIZE__ and -Oz by Dylan Noblesmith · 13 years ago
  72. a765bac [analyzer] Turn -cfg-add-initializers on by default, and remove the flag. by Jordan Rose · 13 years ago
  73. 4de0359 Added -ast-list option to dump filterable AST decl node names. by Alexander Kornienko · 13 years ago
  74. 3db68ee Added -ast-dump-filter option to clang -cc1. by Alexander Kornienko · 13 years ago
  75. d3957e5 Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. by Chad Rosier · 13 years ago
  76. 7a96c77 Add the mechanics for -fms-inline-asm. No easy way to test at this time. by Chad Rosier · 13 years ago
  77. 6a03916 Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. by Bob Wilson · 13 years ago
  78. 7445ada Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. by Tanya Lattner · 13 years ago
  79. aa53b93 Add -ffp-contract = { fast | on | off } command line option support. by Lang Hames · 13 years ago
  80. 271205c Reduce default template instantiation depth to 512; we're blowing out by Douglas Gregor · 13 years ago
  81. 3292d06 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
  82. f60f6af Add -ftls-model command-line flag. by Hans Wennborg · 13 years ago
  83. 9184423 Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 13 years ago
  84. 5fb5df9 Restructure how the driver communicates information about the by John McCall · 13 years ago
  85. 4fdce3f Extend the support for cl-std to include 1.2. by Tanya Lattner · 13 years ago
  86. 66aa045 Add a -fuse-init-array option to cc1 and map to the UseInitArray target by Rafael Espindola · 13 years ago
  87. 7942504 Add language std for OpenCL 1.1 and 1.2. by Tanya Lattner · 13 years ago
  88. e993e4c Support -frewrite-includes as an option while preprocessing. by David Blaikie · 13 years ago
  89. 619117a Rename -rewrite-includes to -frewrite-includes. by David Blaikie · 13 years ago
  90. 8acadcb Add -isystem-prefix and -ino-system-prefix arguments, which can be used to by Richard Smith · 13 years ago
  91. ff32674 Const'ify CompilerInvocation::toArgs(). by Argyrios Kyrtzidis · 13 years ago
  92. d532124 Add a -rewrite-includes option, which is similar to -rewrite-macros, but only expands #include directives. by David Blaikie · 13 years ago
  93. a425589 wire -fbounds-checking to the new LLVM bounds checking pass by Nuno Lopes · 13 years ago
  94. 3d6311d add -fbounds-checking option. by Nuno Lopes · 13 years ago
  95. 74a3868 This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 13 years ago
  96. a3c85b8 Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver. by James Molloy · 13 years ago
  97. 486e1fe Use enum to set debug info size generated by Clang by Alexey Samsonov · 13 years ago
  98. adfb842 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 13 years ago
  99. 58464d0 Revert r154321, pending more discussion. by David Chisnall · 14 years ago
  100. 4ec2af2 Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 14 years ago