1. fcdc45f Creating a printing policy for "half": by Yunzhong Gao · 12 years ago
  2. 6d0753d [Modules] Emit the module file paths as dependencies of the PCH when we are building one. by Argyrios Kyrtzidis · 12 years ago
  3. dcf7386 Add an option -fmodules-validate-system-headers by Ben Langmuir · 12 years ago
  4. dfca6f9 [C++11] Replace OwningPtr include with <memory>. by Ahmed Charles · 12 years ago
  5. b898432 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  6. 186b28a [OPENMP] Added option -fopenmp=libiomp5|libgomp by Alexey Bataev · 12 years ago
  7. 1594c15 Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build. by Argyrios Kyrtzidis · 12 years ago
  8. 4527fb2 [C++11] Use std::atomic instead of LLVM's. by Benjamin Kramer · 12 years ago
  9. 867ea1d [C++11] Replace llvm::tie with std::tie. by Benjamin Kramer · 12 years ago
  10. 801272a Add a driver option -ivfsoverlay by Ben Langmuir · 12 years ago
  11. c9b5f35 Implement -fno-short-wchar by Richard Barton · 12 years ago
  12. cfeb90d clang: add -f{no-,}integrate-as as consistent parameters by Saleem Abdulrasool · 12 years ago
  13. 33ebd21 Accept -no-integrated-as in -cc1 and forward it to llvm. by Rafael Espindola · 12 years ago
  14. c0dca6d MS ABI: Implement #pragma vtordisp() and clang-cl /vdN by Reid Kleckner · 12 years ago
  15. f430da4 Add an option to allow Clang verify source files for a module only once during by Dmitri Gribenko · 12 years ago
  16. 86c318f MS ABI: Add support for the -vm{b,g,s,m,v} flags by David Majnemer · 12 years ago
  17. e0fc1a8 [stackprotector] Add command line option -fstack-protector-strong by Josh Magee · 12 years ago
  18. 8f80a61 Remove the -fhidden-weak-vtables -cc1 option. It was dead, by John McCall · 12 years ago
  19. 2cb4a78 Add a CC1 option -verify-pch by Ben Langmuir · 12 years ago
  20. d04b861 [asan] Remove -fsanitize-address-zero-base-shadow command line by Evgeniy Stepanov · 12 years ago
  21. c9bd88e Remove the -cxx-abi command-line flag. by Hans Wennborg · 12 years ago
  22. fd8c079 Switch around the order of MSVCCompat and MicrosoftExt by Alp Toker · 12 years ago
  23. bfa3934 Rename language option MicrosoftMode to MSVCCompat by Alp Toker · 12 years ago
  24. 50501fb Use the MS ABI for Win32 targets by default by Hans Wennborg · 12 years ago
  25. a763447 Implement a new -fstandalone-debug option. rdar://problem/15685848 by Adrian Prantl · 12 years ago
  26. 6a9d2cf Driver: Accept -fprofile-instr-use and -fprofile-instr-generate by Justin Bogner · 12 years ago
  27. 2588aa7 Silence a dubious GCC warning about a set but unused global. Indeed, the by Chandler Carruth · 12 years ago
  28. ce2c726 Bury leaked pointers in a global array to silence a leak detector in --disable-free mode by Kostya Serebryany · 12 years ago
  29. 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
  30. 4f2ecc6 [objcmt] Add a modernization option to infer and suggest designated initializers. by Argyrios Kyrtzidis · 12 years ago
  31. f6a24ce Fix a tranche of comment, test and doc typos by Alp Toker · 12 years ago
  32. 965f882 Remove a whole lot of unused variables by Alp Toker · 12 years ago
  33. 5abf2ec Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
  34. ce0697f Add -freroll-loops to enable loop rerolling by Hal Finkel · 12 years ago
  35. 7874bdc Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 12 years ago
  36. 6ae3980 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
  37. 61f2032 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 12 years ago
  38. 5c29705 Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 12 years ago
  39. 2e793d6 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 12 years ago
  40. e293b1a Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 12 years ago
  41. 26386be Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 12 years ago
  42. 688b6c0 Eliminate an unnecessary .c_str() by Douglas Gregor · 12 years ago
  43. 79c927b Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 12 years ago
  44. 2341707 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 12 years ago
  45. b47c36f C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 12 years ago
  46. e1e33f8 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 12 years ago
  47. 1a3605c I am about to change llvm::MemoryBuffer::getFile take take a Twine. Change by Rafael Espindola · 12 years ago
  48. f5d9d34 Turn struct-path aware TBAA on by default. by Manman Ren · 12 years ago
  49. 3a410fe Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 12 years ago
  50. 20a1124 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 12 years ago
  51. fee2c8d Remove -ast-dump-xml. by Richard Smith · 12 years ago
  52. 2bfa2b9 ObjectiveC migrator: Add more options one for each by Fariborz Jahanian · 12 years ago
  53. c121386 ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 12 years ago
  54. e4aaac5 Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 12 years ago
  55. e5c2d91 Turn struct-path aware TBAA on by default. by Manman Ren · 12 years ago
  56. 1cdec01 Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 12 years ago
  57. ea1ba0a Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 12 years ago
  58. ca9f738 Add -fmodule-map-file option. by Daniel Jasper · 12 years ago
  59. ba7f2f7 Module use declarations (II) by Daniel Jasper · 12 years ago
  60. f4aee18 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 12 years ago
  61. 31d09b0 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 12 years ago
  62. 7857d46 Add -fansi-escape-codes option by Nico Rieck · 12 years ago
  63. 2da6438 The OpenCL standard specifies the sizes and alignments of various types than other C-family by David Tweed · 12 years ago
  64. 0819816 Attempt to migrate default dwarf version to 4 for linux. by Eric Christopher · 12 years ago
  65. 55d6e6c ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 12 years ago
  66. eb26547 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 12 years ago
  67. 367843a [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 12 years ago
  68. 0fd6207 clang-cl: Support /showIncludes by Hans Wennborg · 12 years ago
  69. 54c2910 The only useful loop unrolling flag to give realistically is by Chandler Carruth · 12 years ago
  70. 75958c4 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 12 years ago
  71. 07e6c40 Add option to disable module loading. by Daniel Jasper · 12 years ago
  72. d1ddb9a CC1: Only parse command-line options that have the CC1Option flag. by Hans Wennborg · 12 years ago
  73. aefa5e2 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 12 years ago
  74. d83ef84 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 12 years ago
  75. 17381a0 Use the multiple argument form of path::append. by Benjamin Kramer · 12 years ago
  76. 3809883 Remove PathV1.h from CompilerInvocation.cpp. by Rafael Espindola · 12 years ago
  77. 9678d27 Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 12 years ago
  78. d3f3e4f Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 12 years ago
  79. 6ea0582 Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 12 years ago
  80. 92a6c74 Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 12 years ago
  81. 9691f7f Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 12 years ago
  82. 1fe2a8c Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 12 years ago
  83. 898229a [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 12 years ago
  84. be51388 Include PathV1.h in files that use it. by Rafael Espindola · 12 years ago
  85. 0b1f476 Revert r182331, these checks should be based on the target not the host. by Richard Smith · 12 years ago
  86. fcf713a Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ing by Richard Smith · 12 years ago
  87. d719379 [Modules] Extend Darwin hack to include the modification time of SystemVersion.plist. by Douglas Gregor · 12 years ago
  88. a3d3bd2 C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. by Richard Smith · 12 years ago
  89. 56c56d2 Revert r177218. by Argyrios Kyrtzidis · 12 years ago
  90. b71f6aa [driver] Improve the implementation of the -Ofast option. by Chad Rosier · 13 years ago
  91. e246fbe [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 13 years ago
  92. c9be473 <rdar://problem/13615607> Include SDK version information in the module hash. by Douglas Gregor · 13 years ago
  93. f2d3964 Remove unused arguments. by Chad Rosier · 13 years ago
  94. 153d7c6 [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 13 years ago
  95. a7d16ce Add an option to parse all comments as documentation comments by Dmitri Gribenko · 13 years ago
  96. 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
  97. c451e57 Initial support for struct-path aware TBAA. by Manman Ren · 13 years ago
  98. 092d9e8 revert r178784 since it does not have a commit message by Manman Ren · 13 years ago
  99. 037d2b2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 13 years ago
  100. 006208c Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 13 years ago