1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 7b0fe5d Merging r195168: by Bill Wendling · 11 years ago
  3. 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
  4. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  5. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  6. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  7. 885d8bf AST: Mangle fields in anonymous structs/unions by David Majnemer · 11 years ago
  8. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  9. 11f22a3 Extract ABI-specific parts of MangleContext into separate classes by Timur Iskhodzhanov · 11 years ago
  10. a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  11. fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
  12. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  13. cef8e69 A buildbot compiling with strict error on unused variables pointed out a by David Tweed · 11 years ago
  14. 1eef852 Certain multi-platform languages, such as OpenCL, have the concept of by David Tweed · 11 years ago
  15. c5c6fa7 [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does by Reid Kleckner · 11 years ago
  16. 942f9fe [ms-cxxabi] Implement guard variables for static initialization by Reid Kleckner · 11 years ago
  17. ec1f905 Itanium mangler: remove "proposal" comments for manglings that are in the by Richard Smith · 11 years ago
  18. ef4579c Started implementing variable templates. Top level declarations should be fully supported, up to some limitations documented as FIXMEs or TODO. Static data member templates work very partially. Static data member templates of class templates need particular attention... by Larisse Voufo · 11 years ago
  19. 800de7e Silence unused variable warning in non-assert builds. by Daniel Jasper · 11 years ago
  20. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  21. e79c987 Finish off mangling locals in block literals. by Eli Friedman · 11 years ago
  22. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  23. 1847c71 Don't use mangleCXXRTTIName in TBAA for C code. by Eli Friedman · 11 years ago
  24. 8892210 Fix regression from r185450. by Eli Friedman · 11 years ago
  25. 8443188 More fixes for block mangling. by Eli Friedman · 11 years ago
  26. 1cf7c3f Don't skip lambdas when mangling local vars. by Eli Friedman · 11 years ago
  27. 47be5bb Simplify code in mangler. by Eli Friedman · 11 years ago
  28. 07369dd Fix mangling for block literals. by Eli Friedman · 11 years ago
  29. bace10c Change mangling of objects inside block literals. by Eli Friedman · 11 years ago
  30. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  31. 9063302 [ms-cxxabi] Emit and install appropriately mangled vbtables by Reid Kleckner · 11 years ago
  32. 0601700 Introduce a new mangling for protocol-qualified ObjC types in C++. This allows by Eli Friedman · 11 years ago
  33. 7c3e615 PR12086, PR15117 by Richard Smith · 11 years ago
  34. 181e3ec Cleanup handling of UniqueExternalLinkage. by Rafael Espindola · 11 years ago
  35. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  36. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  37. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  38. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  39. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  40. 0baaabb Don't crash when mangling types defined in ObjC class extensions. by John McCall · 11 years ago
  41. 02fb50d Remove the hack that avoided mangling static functions in extern C contexts. by Rafael Espindola · 11 years ago
  42. 83dece5 Mangle extern "C" functions whose names are not simple identifiers. by Rafael Espindola · 11 years ago
  43. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 11 years ago
  44. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 11 years ago
  45. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 11 years ago
  46. f21107b Use the target address space value when mangling names. by Tanya Lattner · 11 years ago
  47. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 11 years ago
  48. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 11 years ago
  49. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 11 years ago
  50. b13621d Re-commit r170428 changes with Linux style file endings. by Guy Benyei · 11 years ago
  51. 7f92f2d Revert changes from r170428, as I accidentally changed the line endings of these files to Windows style. by Guy Benyei · 11 years ago
  52. 736104a Add OpenCL images as clang builtin types. by Guy Benyei · 11 years ago
  53. 2fa67ef Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. by Benjamin Kramer · 12 years ago
  54. 08db94f Remove debugging assert. by David Blaikie · 12 years ago
  55. 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
  56. acf0bb4 Add missing comment for mangling. by Nick Lewycky · 12 years ago
  57. d7a6b16 Fix the AST representation for non-type template arguments to encode by Eli Friedman · 12 years ago
  58. 9653ab5 Implement Mike Herrick's proposed noexcept mangling. by John McCall · 12 years ago
  59. 8da8a66 Add the TypeSourceInfo for the lambda call operator to the lambda's by Eli Friedman · 12 years ago
  60. 9a4db03 PR13811: Add a FunctionParmPackExpr node to handle references to function by Richard Smith · 12 years ago
  61. 54c86f7 When mangling a negative number, remember that negating it does not by John McCall · 12 years ago
  62. 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
  63. 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
  64. 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  65. 4b50263 Change the mangling of a ref-qualifier on a function type so that by John McCall · 12 years ago
  66. 262bc18 Remove the ref/value inconsistency in filter_decl_iterator. by David Blaikie · 12 years ago
  67. eb382ec Implements boxed expressions for Objective-C. <rdar://problem/10194391> by Patrick Beard · 12 years ago
  68. cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 12 years ago
  69. d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 12 years ago
  70. f54486a Move the computation of the lambda mangling information (mangling by Douglas Gregor · 12 years ago
  71. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  72. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 12 years ago
  73. 9fcce65 AST representation for user-defined literals, plus just enough of semantic by Richard Smith · 12 years ago
  74. ebcb57a Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, by Ted Kremenek · 12 years ago
  75. b3c312c Fix a bug in the mangler where in 'namespace std { extern "C" {X;} }', X would not be seen to be in ::std::. by James Molloy · 12 years ago
  76. faf4ef6 Richard Smith pointed out that there already is a proposal for init list mangling. by Sebastian Redl · 12 years ago
  77. b76ffc5 Better mangling for new-expressions. Also, although we can't mangle arbitrary initializer lists yet (we will need this), turn the crash into a controlled error. by Sebastian Redl · 12 years ago
  78. 4ca8ac2 Implement a new type trait __is_trivially_constructible(T, Args...) by Douglas Gregor · 12 years ago
  79. 5878cbc Implement non-internal linkage for lambda closure types that need a by Douglas Gregor · 12 years ago
  80. 552e299 Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 12 years ago
  81. ccc1b5e Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 12 years ago
  82. 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 12 years ago
  83. 2aed8b8 Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself."" by Sebastian Redl · 12 years ago
  84. 1548d14 Revert "Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself." by Sebastian Redl · 12 years ago
  85. 5f688f4 Make CXXNewExpr contain only a single initialier, and not hold the used constructor itself. by Sebastian Redl · 12 years ago
  86. 200fa53 Revise the SplitQualType interface to make it its own thing instead of by John McCall · 12 years ago
  87. d7a3e2c Revert my patches which removed Diagnostic.h includes by moving some operator overloads out of line. by Benjamin Kramer · 12 years ago
  88. 01d0801 Introduce basic ASTs for lambda expressions. This covers: by Douglas Gregor · 12 years ago
  89. 41576d4 Implement name mangling for scalar value initialization. Reported on IRC by Xeo. by Richard Smith · 12 years ago
  90. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  91. 00bd44d Move various diagnostic operator<< overloads out of line and remove includes of Diagnostic.h. by Benjamin Kramer · 12 years ago
  92. 0c8731a Per discussion on cxx-abi-dev, don't drop leading zeroes from the by John McCall · 12 years ago
  93. 3026348 More dead code removal (using -Wunreachable-code) by David Blaikie · 12 years ago
  94. 092beef Fix the mangling of class template arguments in a particular by John McCall · 12 years ago
  95. 14795c8 Fix mangling substitutions for address-space-qualified class by Douglas Gregor · 13 years ago
  96. 4b9c2d2 Change the AST representation of operations on Objective-C by John McCall · 13 years ago
  97. e0a22d0 Macro metaprogramming for builtin types. by John McCall · 13 years ago
  98. 0ddaeb9 Add a new placeholder type to represent "unbridged" casts in ARC. by John McCall · 13 years ago
  99. aa4a99b Provide half floating point support as a storage only type. by Anton Korobeynikov · 13 years ago
  100. 276b061 Initial implementation of __atomic_* (everything except __atomic_is_lock_free). by Eli Friedman · 13 years ago