1. a670c20 No longer allow the -std options to entirely override the -x language option. This allows -x cuda -std=c++11, for instance. by Aaron Ballman · 11 years ago
  2. 49a2790 [C++11] Use 'nullptr'. Frontend edition. by Craig Topper · 11 years ago
  3. c7dc062 Make DiagnosticsEngine non-copyable by Alp Toker · 11 years ago
  4. 279b97c Enable standalone-debug by default on FreeBSD by Ed Maste · 11 years ago
  5. 62849c6 Driver: parse -mcmodel earlier by Saleem Abdulrasool · 11 years ago
  6. 3d23c42 If an instantiation of a template is required to be a complete type, check by Richard Smith · 11 years ago
  7. d113788e Speculative fix to unbreak the buildbots that fail with compiler errors. by Argyrios Kyrtzidis · 11 years ago
  8. 1b1256a [Modules] Add the resource-dir to the module hash. by Argyrios Kyrtzidis · 11 years ago
  9. b5b622a Drop non-cfi assembly support from clang. by Rafael Espindola · 11 years ago
  10. fe6b880 [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a driver only thing and doesn't affect any language/preprocessor/etc. semantics. by Argyrios Kyrtzidis · 11 years ago
  11. 2255f2c Initial implementation of -modules-earch-all option, for searching for symbols in non-imported modules. by John Thompson · 11 years ago
  12. 829b170 Add support for optimization reports. by Diego Novillo · 11 years ago
  13. 8832c06 Honour -ivfsoverlay in ASTUnit to match clang by Ben Langmuir · 11 years ago
  14. 962b38e Add -fmodules-strict-decluse to check that all headers are in modules by Daniel Jasper · 11 years ago
  15. 7e2fd94 Support for -Wa,-compress-debug-sections. by David Blaikie · 12 years ago
  16. 18fa48c Move the -i[no-]system-prefix options from CC1Options.td to Options.td. by Alexander Kornienko · 12 years ago
  17. 2bfcaab [msan] -fsanitize-memory-track-origins=[level] flag and docs. by Evgeniy Stepanov · 12 years ago
  18. fcdc45f Creating a printing policy for "half": by Yunzhong Gao · 12 years ago
  19. 6d0753d [Modules] Emit the module file paths as dependencies of the PCH when we are building one. by Argyrios Kyrtzidis · 12 years ago
  20. dcf7386 Add an option -fmodules-validate-system-headers by Ben Langmuir · 12 years ago
  21. dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
  22. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  23. 186b28a [OPENMP] Added option -fopenmp=libiomp5|libgomp by Alexey Bataev · 12 years ago
  24. 1594c15 Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build. by Argyrios Kyrtzidis · 12 years ago
  25. 4527fb2 [C++11] Use std::atomic instead of LLVM's. by Benjamin Kramer · 12 years ago
  26. 867ea1d [C++11] Replace llvm::tie with std::tie. by Benjamin Kramer · 12 years ago
  27. 801272a Add a driver option -ivfsoverlay by Ben Langmuir · 12 years ago
  28. c9b5f35 Implement -fno-short-wchar by Richard Barton · 12 years ago
  29. cfeb90d clang: add -f{no-,}integrate-as as consistent parameters by Saleem Abdulrasool · 12 years ago
  30. 33ebd21 Accept -no-integrated-as in -cc1 and forward it to llvm. by Rafael Espindola · 12 years ago
  31. c0dca6d MS ABI: Implement #pragma vtordisp() and clang-cl /vdN by Reid Kleckner · 12 years ago
  32. f430da4 Add an option to allow Clang verify source files for a module only once during by Dmitri Gribenko · 12 years ago
  33. 86c318f MS ABI: Add support for the -vm{b,g,s,m,v} flags by David Majnemer · 12 years ago
  34. e0fc1a8 [stackprotector] Add command line option -fstack-protector-strong by Josh Magee · 12 years ago
  35. 8f80a61 Remove the -fhidden-weak-vtables -cc1 option. It was dead, by John McCall · 12 years ago
  36. 2cb4a78 Add a CC1 option -verify-pch by Ben Langmuir · 12 years ago
  37. d04b861 [asan] Remove -fsanitize-address-zero-base-shadow command line by Evgeniy Stepanov · 12 years ago
  38. c9bd88e Remove the -cxx-abi command-line flag. by Hans Wennborg · 12 years ago
  39. fd8c079 Switch around the order of MSVCCompat and MicrosoftExt by Alp Toker · 12 years ago
  40. bfa3934 Rename language option MicrosoftMode to MSVCCompat by Alp Toker · 12 years ago
  41. 50501fb Use the MS ABI for Win32 targets by default by Hans Wennborg · 12 years ago
  42. a763447 Implement a new -fstandalone-debug option. rdar://problem/15685848 by Adrian Prantl · 12 years ago
  43. 6a9d2cf Driver: Accept -fprofile-instr-use and -fprofile-instr-generate by Justin Bogner · 12 years ago
  44. 2588aa7 Silence a dubious GCC warning about a set but unused global. Indeed, the by Chandler Carruth · 12 years ago
  45. ce2c726 Bury leaked pointers in a global array to silence a leak detector in --disable-free mode by Kostya Serebryany · 12 years ago
  46. d5ba86b [Driver] Rename '-objcmt-white-list-dir-path' option to '-objcmt-whitelist-dir-path' and add an alias for now. by Argyrios Kyrtzidis · 12 years ago
  47. 4f2ecc6 [objcmt] Add a modernization option to infer and suggest designated initializers. by Argyrios Kyrtzidis · 12 years ago
  48. f6a24ce Fix a tranche of comment, test and doc typos by Alp Toker · 12 years ago
  49. 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
  50. 5abf2ec Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
  51. ce0697f Add -freroll-loops to enable loop rerolling by Hal Finkel · 12 years ago
  52. 7874bdc Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 12 years ago
  53. 6ae3980 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
  54. 61f2032 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 12 years ago
  55. 5c29705 Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 12 years ago
  56. 2e793d6 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 12 years ago
  57. e293b1a Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 12 years ago
  58. 26386be Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
  59. 688b6c0 Eliminate an unnecessary .c_str() by Douglas Gregor · 12 years ago
  60. 79c927b Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 12 years ago
  61. 2341707 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 12 years ago
  62. b47c36f C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 12 years ago
  63. e1e33f8 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 12 years ago
  64. 1a3605c I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change by Rafael Espindola · 12 years ago
  65. f5d9d34 Turn struct-path aware TBAA on by default. by Manman Ren · 12 years ago
  66. 3a410fe Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 12 years ago
  67. 20a1124 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 12 years ago
  68. fee2c8d Remove -ast-dump-xml. by Richard Smith · 12 years ago
  69. 2bfa2b9 ObjectiveC migrator: Add more options one for each by Fariborz Jahanian · 12 years ago
  70. c121386 ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 12 years ago
  71. e4aaac5 Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 12 years ago
  72. e5c2d91 Turn struct-path aware TBAA on by default. by Manman Ren · 12 years ago
  73. 1cdec01 Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 12 years ago
  74. ea1ba0a Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 12 years ago
  75. ca9f738 Add -fmodule-map-file option. by Daniel Jasper · 12 years ago
  76. ba7f2f7 Module use declarations (II) by Daniel Jasper · 12 years ago
  77. f4aee18 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 12 years ago
  78. 31d09b0 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 12 years ago
  79. 7857d46 Add -fansi-escape-codes option by Nico Rieck · 12 years ago
  80. 2da6438 The OpenCL standard specifies the sizes and alignments of various types than other C-family by David Tweed · 12 years ago
  81. 0819816 Attempt to migrate default dwarf version to 4 for linux. by Eric Christopher · 12 years ago
  82. 55d6e6c ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 12 years ago
  83. eb26547 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 12 years ago
  84. 367843a [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 12 years ago
  85. 0fd6207 clang-cl: Support /showIncludes by Hans Wennborg · 12 years ago
  86. 54c2910 The only useful loop unrolling flag to give realistically is by Chandler Carruth · 12 years ago
  87. 75958c4 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 12 years ago
  88. 07e6c40 Add option to disable module loading. by Daniel Jasper · 12 years ago
  89. d1ddb9a CC1: Only parse command-line options that have the CC1Option flag. by Hans Wennborg · 12 years ago
  90. aefa5e2 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 12 years ago
  91. d83ef84 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 12 years ago
  92. 17381a0 Use the multiple argument form of path::append. by Benjamin Kramer · 12 years ago
  93. 3809883 Remove PathV1.h from CompilerInvocation.cpp. by Rafael Espindola · 12 years ago
  94. 9678d27 Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 12 years ago
  95. d3f3e4f Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 12 years ago
  96. 6ea0582 Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 12 years ago
  97. 92a6c74 Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 12 years ago
  98. 9691f7f Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 12 years ago
  99. 1fe2a8c Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 12 years ago
  100. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago