1. e39ff50 XCore target requires preferred alignment. by Robert Lytton · 11 years ago
  2. e0ac9bf -fms-compatibility: Use C++98 null pointer constant rules by Reid Kleckner · 11 years ago
  3. 471b52a Avoid double StringMap lookups. No functionality change. by Benjamin Kramer · 11 years ago
  4. 144879a CommentSema: Factor code better. No functionality change. by Benjamin Kramer · 11 years ago
  5. 152eee9 Make -fdump-vtable-layouts print to stdout, not stderr by Reid Kleckner · 11 years ago
  6. 6acb04f Thread the info about vbptr sharing through ASTRecordLayout by Timur Iskhodzhanov · 11 years ago
  7. 9aebdc9 PR17615: A delegating constructor initializer is a full-expression. Don't by Richard Smith · 11 years ago
  8. 40aa366 Minor refinement of VTableBuilder.h: fix wrong indentation, rename a struct field with a more appropriate name by Timur Iskhodzhanov · 11 years ago
  9. bafa74f [-fms-extensions] Add support for __FUNCDNAME__ by David Majnemer · 11 years ago
  10. 0de7ba6 Silencing some MSVC warnings about not all control paths returning a value when they actually do. by Aaron Ballman · 11 years ago
  11. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  12. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  13. 92563d0 Microsoft adds weird padding before virtual bases if the last field was a bitfield by Warren Hunt · 11 years ago
  14. 00841f5 Introduce DynTypedNode::print, dump and getSourceRange. by Peter Collingbourne · 11 years ago
  15. 0004329 Simplify: we don't care why constant evaluation might have failed when we're by Richard Smith · 11 years ago
  16. f490f0e Refactor constant expression handling and make a couple of tweaks to make it a by Richard Smith · 11 years ago
  17. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  18. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  19. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  20. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  21. 77534c7 OS X 10.9+ and iOS 7+ support load/store of big atomic objects. by Bob Wilson · 11 years ago
  22. caf7597 Improves compatibility with cl.exe when laying out array fields by Warren Hunt · 11 years ago
  23. 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
  24. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  25. d647efb Fix an assertion when handling a custom case of virtual inheritance; also reduce code duplication by Timur Iskhodzhanov · 11 years ago
  26. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  27. 68ecccc Remove dead variables. by Benjamin Kramer · 11 years ago
  28. 1bf080e Remove dead recursive function. by Benjamin Kramer · 11 years ago
  29. 7967c95 Implements 64 bit microsoft record layout and adds lit tests to cover by Warren Hunt · 11 years ago
  30. 885d8bf AST: Mangle fields in anonymous structs/unions by David Majnemer · 11 years ago
  31. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  32. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  33. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  34. 426589a Teach AST dumper to dump the containing module and hidden flag for declarations. by Richard Smith · 11 years ago
  35. b1c0e20 Treat aliases as definitions. by Rafael Espindola · 11 years ago
  36. e39c0f3 Drop the unneeded VBase field from MethodInfo in the VFTableBuilder class by Timur Iskhodzhanov · 11 years ago
  37. 87bcee8 Simplify some implementations of get*Decl. by Rafael Espindola · 11 years ago
  38. 9297535 Reduce indentation with an early exit. by Rafael Espindola · 11 years ago
  39. 7693b32 Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. by Rafael Espindola · 11 years ago
  40. 65d1096 Simplify FunctionDecl::getBody. by Rafael Espindola · 11 years ago
  41. 8219c03 Fix 80-column violation. by Richard Smith · 11 years ago
  42. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  43. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  44. 8255274 [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases by Timur Iskhodzhanov · 11 years ago
  45. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  46. c504288 Teach the AST dumper to dump the canonical declaration for a mergeable declaration. by Richard Smith · 11 years ago
  47. f186c92 Add constant evaluation support for __builtin_isinf, __builtin_isfinite, by Richard Smith · 11 years ago
  48. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  49. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  50. a7dec29 PR17576: Fix assertion on polymorphic classes with small alignment by Reid Kleckner · 11 years ago
  51. d42217f Correctly check for distructors when realizing vtordisps by Warren Hunt · 11 years ago
  52. 7dcff5b Reduce double set lookups by using the result of insert. by Benjamin Kramer · 11 years ago
  53. 812a32f Only use the MS record layout when using the MS C++ ABI by Reid Kleckner · 11 years ago
  54. 70e37c4 Fix unused variable warning in MS record layout. by Reid Kleckner · 11 years ago
  55. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  56. 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
  57. 8f2cb42 This patch addresses a problem encountered by the by Sean Callanan · 11 years ago
  58. 9fe529f ObjectiveC migrator. Introduce a new print policy for by Fariborz Jahanian · 11 years ago
  59. f074658 Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ItaniumVTableBuilder and clang-format code around by Timur Iskhodzhanov · 11 years ago
  60. 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
  61. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  62. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  63. 5ce45c7 Fix an edge case in the template differ with default arguments. by Benjamin Kramer · 11 years ago
  64. ffc63a8 Fix linkage calculation of auto member functions returning lambdas by Faisal Vali · 11 years ago
  65. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  66. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  67. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  68. cbf8dde Fix PR17382 - properly group virtual method overloads in the vftable by Timur Iskhodzhanov · 11 years ago
  69. 8a5fb99 Simplify MicrosoftCXXNameMangler::mangleFunctionType by Timur Iskhodzhanov · 11 years ago
  70. 11f22a3 Extract ABI-specific parts of MangleContext into separate classes by Timur Iskhodzhanov · 11 years ago
  71. d195bc3 [OpenMP] Added parsing and semantic analysis for firstprivate clause by Alexey Bataev · 11 years ago
  72. de8eaa2 Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  73. 9b93f20 Tweak changes in r186464 to avoid a crash. by Eli Friedman · 11 years ago
  74. c6867dd Revert the linkage fix. by Faisal Vali · 11 years ago
  75. 99229cd Fix computation of linkage within nested lambdas. by Faisal Vali · 11 years ago
  76. 56fe35b Fix windows newlines :( by Faisal Vali · 11 years ago
  77. d6992ab Implement conversion to function pointer for generic lambdas without captures. by Faisal Vali · 11 years ago
  78. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  79. 42572f5 Refactor comment merging. by Benjamin Kramer · 11 years ago
  80. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  81. d0629eb Variable templates: handle instantiation of static data member templates by Richard Smith · 11 years ago
  82. a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  83. c420e3c AST: Handle multidimensional arrays inside of __uuidof() by David Majnemer · 11 years ago
  84. fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
  85. fad9e13 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  86. d0dbb7e [OPENMP] Improved variable lookup procedure for threadprivate variables. by Alexey Bataev · 11 years ago
  87. e3e686f Remove unused param from MicrosoftMangle::mangleCallingConvention() by Reid Kleckner · 11 years ago
  88. 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
  89. bf44918 Fix comment to match name of variable. by Nick Lewycky · 11 years ago
  90. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  91. 1a97344 Fix ObjC @encode for C++ classes w/virtual bases. by Eli Friedman · 11 years ago
  92. 71687a0 -ast-dump support for variable templates. by Richard Smith · 11 years ago
  93. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  94. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  95. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  96. 69b6515 Fix const-eval of vector init-lists of a vector. by Eli Friedman · 11 years ago
  97. e9f6f33 [-cxx-abi microsoft] Correctly identify Win32 entry points by David Majnemer · 11 years ago
  98. 2574084 Prune "return" after llvm_unreachable(). It was redundant. by NAKAMURA Takumi · 11 years ago
  99. 1fca547 Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash if by Richard Smith · 11 years ago
  100. cb3b400 ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default] by NAKAMURA Takumi · 11 years ago