1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. ce5b5f1 Add -freroll-loops to enable loop rerolling by Hal Finkel · 11 years ago
  9. 2c050f6 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 11 years ago
  10. b85a9ec Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 11 years ago
  11. 5d2a206 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 11 years ago
  12. 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
  13. 78e39b0 ObjectiveC migrator. Fixes an obscure bug where by Fariborz Jahanian · 11 years ago
  14. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  15. 0638206 Miscellaneous speling fixes. by Benjamin Kramer · 11 years ago
  16. 39ebb02 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 11 years ago
  17. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  18. 081099d ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 11 years ago
  19. 74fd551 Objective-C migrator. Simplify migrator option by Fariborz Jahanian · 11 years ago
  20. 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
  21. 0b5ca51 Remove unnecessary inclusion of Sema.h by David Blaikie · 11 years ago
  22. 5b98aba ObjectiveC migrator. This patch infers readonly properties for no-parameter by Fariborz Jahanian · 11 years ago
  23. 708002e clang-cl: Support /showIncludes by Hans Wennborg · 11 years ago
  24. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  25. d412999 ObjC migrator: Add -objcmt-migrate-property to do property by Fariborz Jahanian · 11 years ago
  26. 375a4f5 Small improvements to createOutputFile. by Rafael Espindola · 11 years ago
  27. 9230690 Remove forward declarations of sys::Path. by Rafael Espindola · 11 years ago
  28. b804cb3 Remove some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
  29. fdf137b Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes by Nick Lewycky · 11 years ago
  30. ab297cc Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test to by Richard Smith · 11 years ago
  31. 73b8d4b Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose if by Nick Lewycky · 11 years ago
  32. 8f5d7d1 [Modules] If a module map resides in a system header directory, treat it as a system module. by Douglas Gregor · 11 years ago
  33. fc0f91c Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4 by Manman Ren · 11 years ago
  34. b8b5297 Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer! by John McCall · 11 years ago
  35. dd0b3c4 [Driver] Remove the using namespace directives from headers by Reid Kleckner · 11 years ago
  36. b1e25a1 [Driver] Refactor clang driver to use LLVM's Option library by Reid Kleckner · 11 years ago
  37. 1f01f7c [libclang] Allow building a precompiled preamble with compiler errors by Argyrios Kyrtzidis · 11 years ago
  38. 3b7deda [modules] If we hit a failure while loading a PCH/module, abort parsing instead of trying to continue in an invalid state. by Argyrios Kyrtzidis · 11 years ago
  39. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  40. 7eca8d2 [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to install the ASTWriter that we create as an ASTMutationListener. by Argyrios Kyrtzidis · 11 years ago
  41. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  42. cbdbbd1 [frontend] Make -chain-include work when used with modules. by Argyrios Kyrtzidis · 11 years ago
  43. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  44. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  45. 493fe6d The recent GCOV changes expect the initial version string to be in forward order. by Bill Wendling · 11 years ago
  46. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 11 years ago
  47. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 11 years ago
  48. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 11 years ago
  49. 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 11 years ago
  50. c544ba0 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. by Douglas Gregor · 11 years ago
  51. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 11 years ago
  52. 83c546a The flag "-coverage-function-names-in-data" is actually backwards -- we do by Nick Lewycky · 11 years ago
  53. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 11 years ago
  54. 0f815f1 Add flags for additional control over coverage generation. Pick the version by Nick Lewycky · 11 years ago
  55. 44f65a5 [libclang] When logging a CXTranslationUnit that came from an AST file, print out the filename. by Argyrios Kyrtzidis · 11 years ago
  56. ff971d7 Propagate the split dwarf file information through into the backend by Eric Christopher · 11 years ago
  57. c34464e Documentation cleanup: make a \brief be brief, and fix a bad use of \see. by James Dennett · 11 years ago
  58. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 11 years ago
  59. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 11 years ago
  60. 19e448d Documentation: fix link to ExecuteAction(), which was previously typoed as by James Dennett · 11 years ago
  61. 74c2498 Don't warn about Unicode characters in -E mode. by Jordan Rose · 11 years ago
  62. 78d85b1 [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping by Chad Rosier · 11 years ago
  63. 20c6f2e Enable the global module index by default. Introduce the by Douglas Gregor · 11 years ago
  64. f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 11 years ago
  65. a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 11 years ago
  66. 18f43a6 Documentation cleanup: fixing documentation for FrontendAction. by James Dennett · 11 years ago
  67. 4bdc604 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 · 11 years ago
  68. d47afb9 Nuke SetUpBuildDumpLog. by Sean Silva · 11 years ago
  69. f43b721 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that by Douglas Gregor · 11 years ago
  70. 08e79d2 [driver] Warnings for warning options are handled by the frontend. The driver needs to process the by Chad Rosier · 11 years ago
  71. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  72. ca2ab45 Provide Decl::getOwningModule(), which determines the (sub)module in by Douglas Gregor · 11 years ago
  73. 80ad52f s/CPlusPlus0x/CPlusPlus11/g by Richard Smith · 11 years ago
  74. b99083e Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 11 years ago
  75. 2d382d1 [ubsan] Recover by default, use -fno-sanitize-recover to disable. by Will Dietz · 11 years ago
  76. 34ef11b Support -fsanitize-memory-track-origins. by Evgeniy Stepanov · 11 years ago
  77. 96e12a2 Switch FrontendOptions to using an initializer list rather than initializing by Richard Smith · 11 years ago
  78. ac31c83 Simplify slightly by seperating out the responsibility for emission of a caret by Richard Smith · 12 years ago
  79. 30a2e16 Sort #include lines for all files under include/... by Chandler Carruth · 12 years ago
  80. 91ecfa6 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 · 12 years ago
  81. ad95481 [ubsan] Add flag to enable recovery from checks when possible. by Will Dietz · 12 years ago
  82. c2b914f Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. by Benjamin Kramer · 12 years ago
  83. 4565e48 Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri! by Douglas Gregor · 12 years ago
  84. 6c32543 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 12 years ago
  85. 830ea5b When an error occurs while building a module on demand, provide "While by Douglas Gregor · 12 years ago
  86. 463d909 Keep track of modules that have failed to build. If we encounter an by Douglas Gregor · 12 years ago
  87. 8548908 PR14306: Move -fbounds-checking to -fsanitize=bounds. by Joey Gouly · 12 years ago
  88. 931c083 Make -ffp-contract a codegen option, rather than a laguage option. This makes by Lang Hames · 12 years ago
  89. bb23628 s/BCPLComment/LineComment/ by Nico Weber · 12 years ago
  90. 8616f9a Turn FrontendInputFile into an immutable class and have it also accept by Argyrios Kyrtzidis · 12 years ago
  91. 8e1fbbc Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, by Argyrios Kyrtzidis · 12 years ago
  92. 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
  93. 7e29327 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
  94. 7c3f8b3 Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested by Richard Smith · 12 years ago
  95. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  96. 942fbdd Remove leftover const. by Rafael Espindola · 12 years ago
  97. 848bc3a getOriginalSourceFileName and getOriginalSourceFile can return a StringRef. by Rafael Espindola · 12 years ago
  98. badb3f6 Move getOriginalSourceFileName inline. Patch by Laszlo Nagy. by Rafael Espindola · 12 years ago
  99. 14e71f0 Move PreprocessorOptions into the Lex library, and make it intrusively by Douglas Gregor · 12 years ago
  100. c042edd Move HeaderSearchOptions into the Lex library, make it intrusively by Douglas Gregor · 12 years ago