1. cfa1764 Convert clang to Android.bp by Colin Cross · 8 years ago
  2. 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  3. 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  4. b6d6993 Update aosp/master clang for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  5. 58878f8 Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 10 years ago
  6. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 10 years ago
  7. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  8. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  9. e559960 Add libclang for target. by Tong Shen · 10 years ago
  10. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  11. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  12. 651f13c Updated to Clang 3.5a. by Stephen Hines · 11 years ago
  13. 229d345 Update clang for merge to LLVM 3.4. by Stephen Hines · 11 years ago
  14. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 11 years ago
  15. b3617be Merging r197298: by Bill Wendling · 11 years ago
  16. 01f3d00 Merging r196771: by Bill Wendling · 11 years ago
  17. 525f2f5 Merging r196712: by Bill Wendling · 11 years ago
  18. edb95d3 Merging r196048: by Bill Wendling · 11 years ago
  19. b8110d4 Merging r195768: by Bill Wendling · 11 years ago
  20. 8a5c9d7 Merging r195669: by Bill Wendling · 11 years ago
  21. 7bd6785 Merging r195620: by Bill Wendling · 11 years ago
  22. 7b0fe5d Merging r195168: by Bill Wendling · 11 years ago
  23. 8d1f5a5 Merging r195158: by Bill Wendling · 11 years ago
  24. 99cbf42 Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a minor bug with poly64 name mangling. by Hao Liu · 11 years ago
  25. 93b717a [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions by Hans Wennborg · 11 years ago
  26. e21432e Modern gcc is happy to constant evaluate __builtin_strlen in various cases by Richard Smith · 11 years ago
  27. 418220b DR408: If a static data member of incomplete array type is declared in a class by Richard Smith · 11 years ago
  28. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  29. 142ab06 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 11 years ago
  30. 1d40d62 No functional change. Renaming a variable in RecordLayoutBuilder and by Warren Hunt · 11 years ago
  31. e39ff50 XCore target requires preferred alignment. by Robert Lytton · 11 years ago
  32. e0ac9bf -fms-compatibility: Use C++98 null pointer constant rules by Reid Kleckner · 11 years ago
  33. 471b52a Avoid double StringMap lookups. No functionality change. by Benjamin Kramer · 11 years ago
  34. 144879a CommentSema: Factor code better. No functionality change. by Benjamin Kramer · 11 years ago
  35. 152eee9 Make -fdump-vtable-layouts print to stdout, not stderr by Reid Kleckner · 11 years ago
  36. 6acb04f Thread the info about vbptr sharing through ASTRecordLayout by Timur Iskhodzhanov · 11 years ago
  37. 9aebdc9 PR17615: A delegating constructor initializer is a full-expression. Don't by Richard Smith · 11 years ago
  38. 40aa366 Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct field with a more appropriate name by Timur Iskhodzhanov · 11 years ago
  39. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  40. 0de7ba6 Silencing some MSVC warnings about not all control paths returning a value when they actually do. by Aaron Ballman · 11 years ago
  41. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  42. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  43. 92563d0 Microsoft adds weird padding before virtual bases if the last field was a bitfield by Warren Hunt · 11 years ago
  44. 00841f5 Introduce DynTypedNode::print, dump and getSourceRange. by Peter Collingbourne · 11 years ago
  45. 0004329 Simplify: we don't care why constant evaluation might have failed when we're by Richard Smith · 11 years ago
  46. f490f0e Refactor constant expression handling and make a couple of tweaks to make it a by Richard Smith · 11 years ago
  47. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  48. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  49. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  50. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  51. 77534c7 OS X 10.9+ and iOS 7+ support load/store of big atomic objects. by Bob Wilson · 11 years ago
  52. caf7597 Improves compatibility with cl.exe when laying out array fields by Warren Hunt · 11 years ago
  53. 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
  54. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  55. d647efb Fix an assertion when handling a custom case of virtual inheritance; also reduce code duplication by Timur Iskhodzhanov · 11 years ago
  56. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  57. 68ecccc Remove dead variables. by Benjamin Kramer · 11 years ago
  58. 1bf080e Remove dead recursive function. by Benjamin Kramer · 11 years ago
  59. 7967c95 Implements 64 bit microsoft record layout and adds lit tests to cover by Warren Hunt · 11 years ago
  60. 885d8bf AST: Mangle fields in anonymous structs/unions by David Majnemer · 11 years ago
  61. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  62. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  63. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  64. 426589a Teach AST dumper to dump the containing module and hidden flag for declarations. by Richard Smith · 11 years ago
  65. b1c0e20 Treat aliases as definitions. by Rafael Espindola · 11 years ago
  66. e39c0f3 Drop the unneeded VBase field from MethodInfo in the VFTableBuilder class by Timur Iskhodzhanov · 11 years ago
  67. 87bcee8 Simplify some implementations of get*Decl. by Rafael Espindola · 11 years ago
  68. 9297535 Reduce indentation with an early exit. by Rafael Espindola · 11 years ago
  69. 7693b32 Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. by Rafael Espindola · 11 years ago
  70. 65d1096 Simplify FunctionDecl::getBody. by Rafael Espindola · 11 years ago
  71. 8219c03 Fix 80-column violation. by Richard Smith · 11 years ago
  72. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  73. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  74. 8255274 [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases by Timur Iskhodzhanov · 11 years ago
  75. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  76. c504288 Teach the AST dumper to dump the canonical declaration for a mergeable declaration. by Richard Smith · 11 years ago
  77. f186c92 Add constant evaluation support for __builtin_isinf, __builtin_isfinite, by Richard Smith · 11 years ago
  78. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  79. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  80. a7dec29 PR17576: Fix assertion on polymorphic classes with small alignment by Reid Kleckner · 11 years ago
  81. d42217f Correctly check for distructors when realizing vtordisps by Warren Hunt · 11 years ago
  82. 7dcff5b Reduce double set lookups by using the result of insert. by Benjamin Kramer · 11 years ago
  83. 812a32f Only use the MS record layout when using the MS C++ ABI by Reid Kleckner · 11 years ago
  84. 70e37c4 Fix unused variable warning in MS record layout. by Reid Kleckner · 11 years ago
  85. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  86. af3b980 Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their underlying integer type. This is a precondition for calling getIntegerRank(). by Ted Kremenek · 11 years ago
  87. 8f2cb42 This patch addresses a problem encountered by the by Sean Callanan · 11 years ago
  88. 9fe529f ObjectiveC migrator. Introduce a new print policy for by Fariborz Jahanian · 11 years ago
  89. f074658 Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ItaniumVTableBuilder and clang-format code around by Timur Iskhodzhanov · 11 years ago
  90. 2cb17a0 Reland 192220 "Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft" with relaxed assertions by Timur Iskhodzhanov · 11 years ago
  91. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  92. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  93. 5ce45c7 Fix an edge case in the template differ with default arguments. by Benjamin Kramer · 11 years ago
  94. ffc63a8 Fix linkage calculation of auto member functions returning lambdas by Faisal Vali · 11 years ago
  95. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  96. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  97. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  98. cbf8dde Fix PR17382 - properly group virtual method overloads in the vftable by Timur Iskhodzhanov · 11 years ago
  99. 8a5fb99 Simplify MicrosoftCXXNameMangler::mangleFunctionType by Timur Iskhodzhanov · 11 years ago
  100. 11f22a3 Extract ABI-specific parts of MangleContext into separate classes by Timur Iskhodzhanov · 11 years ago