1. 0a6096b [mingw] Don't mangle thiscall like fastcall etc by Reid Kleckner · 7 years ago
  2. f5f6290 Mangle calling conventions into function pointer types where GCC does by Reid Kleckner · 7 years ago
  3. 9d2872d [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  4. 9064673 Revert "[OpenCL] Add generic AS to 'this' pointer" by Mikael Nilsson · 7 years ago
  5. 78de847 [OpenCL] Add generic AS to 'this' pointer by Mikael Nilsson · 7 years ago
  6. 44a2253 [AArch64] Add aarch64_vector_pcs function attribute to Clang by Sander de Smalen · 7 years ago
  7. 3fee351 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  8. 3b12b7e Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation by Andrew Savonichev · 7 years ago
  9. 35dfce7 [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension by Andrew Savonichev · 7 years ago
  10. 7c44da2 Create ConstantExpr class by Bill Wendling · 7 years ago
  11. 6822bd7 PR26547: alignof should return ABI alignment, not preferred alignment by Richard Smith · 7 years ago
  12. f86b839 NFC: Remove MANGLE_CHECKER from ItaniumMangle.cpp by Erik Pilkington · 7 years ago
  13. 55fab26 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  14. dc5ce72 Append new attributes to the end of an AttributeList. by Michael Kruse · 7 years ago
  15. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  16. 92e2661 [MinGW] Automatically mangle Windows-specific entry points as C by Martin Storsjo · 7 years ago
  17. f702b02 PR15730/PR16986 Allow dependently typed vector_size types. by Erich Keane · 7 years ago
  18. 9960b8f Revert -r336726, which included more files than intended. by Erich Keane · 7 years ago
  19. 7b8c12e [NFC] Switch CodeGenFunction to use value init instead of member init lists by Erich Keane · 7 years ago
  20. 41dd6ce Revert "Append new attributes to the end of an AttributeList." by Michael Kruse · 7 years ago
  21. db01c3a [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals by Leonard Chan · 7 years ago
  22. ea31f0e Append new attributes to the end of an AttributeList. by Michael Kruse · 7 years ago
  23. ab80f3c [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents by Leonard Chan · 7 years ago
  24. f921d85 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
  25. 0d485db Revert "This diff includes changes for supporting the following types." by Leonard Chan · 7 years ago
  26. db55d83 This diff includes changes for supporting the following types. by Leonard Chan · 7 years ago
  27. eaf11ad Track the result of evaluating a computed noexcept specification on the by Richard Smith · 7 years ago
  28. 3a8244d Implement P0482R2, support for char8_t type. by Richard Smith · 7 years ago
  29. e7e8772 [ItaniumMangle] Undeduced auto type shouldn't be substitutable. by Erik Pilkington · 7 years ago
  30. 55ebd6c Revert "Set calling convention for CUDA kernel" by Artem Belevich · 7 years ago
  31. b2f2bb2 Set calling convention for CUDA kernel by Yaxun Liu · 7 years ago
  32. c205d8c [clang] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  33. 267589a [MS] Pass CVRU qualifiers properly in Itanium mangler by Reid Kleckner · 8 years ago
  34. 00f70bd Remove redundant casts. NFC by George Burgess IV · 8 years ago
  35. f3b3ccd Silence a bunch of implicit fallthrough warnings by Adrian Prantl · 8 years ago
  36. d30b23d [c++2a] P0515R3: Support for overloaded operator<=>. by Richard Smith · 8 years ago
  37. 6d98943 Convert clang::LangAS to a strongly typed enum by Alexander Richardson · 8 years ago
  38. b7318e0 [OpenCL] Add LangAS::opencl_private to represent private address space in AST by Yaxun Liu · 8 years ago
  39. c24fb07 Remove unused variables. No functionality change. by Benjamin Kramer · 8 years ago
  40. 572bbb0 Dependent Address Space Support by Andrew Gozillon · 8 years ago
  41. df963a3 DR1113: anonymous namespaces formally give their contents internal linkage. by Richard Smith · 8 years ago
  42. b2eda76 Fix unused variable warning. NFCI. by Simon Pilgrim · 8 years ago
  43. c95d2c5 Give external linkage and mangling to lambdas inside inline variables and variable templates. by Richard Smith · 8 years ago
  44. 98a4933 Add support for attribute 'noescape'. by Akira Hatanaka · 8 years ago
  45. 17def21 Revert "Give external linkage and mangling to lambdas inside inline variables and variable templates." by Vitaly Buka · 8 years ago
  46. fb130c6 Give external linkage and mangling to lambdas inside inline variables and variable templates. by Richard Smith · 8 years ago
  47. 30c93db Revert "Add support for attribute 'noescape'." by Akira Hatanaka · 8 years ago
  48. e974479 Add support for attribute 'noescape'. by Akira Hatanaka · 8 years ago
  49. 1b9418e Revert "Add support for attribute 'noescape'." by Akira Hatanaka · 8 years ago
  50. fc587e6 Add support for attribute 'noescape'. by Akira Hatanaka · 8 years ago
  51. b1bb99d Fix broken links to the Itanium CXX ABI by Vlad Tsyrklevich · 8 years ago
  52. cc623ad Recommit "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  53. 9aeedde Revert "Add _Float16 as a C/C++ source language type" by Sjoerd Meijer · 8 years ago
  54. ab36f33 Add _Float16 as a C/C++ source language type by Sjoerd Meijer · 8 years ago
  55. 48b35d9 Fix off-by-one error in block mangling. by Richard Smith · 8 years ago
  56. dd8b533 Implement Itanium name mangling support for C++ Modules TS. by Richard Smith · 8 years ago
  57. 39eca9b Fix mangling for dependent "type { expr-list }" expressions, and add mangling for designated initializers matching recent cxx-abi-dev discussion. by Richard Smith · 8 years ago
  58. 022e782 [AArch64] Add support for __builtin_ms_va_list on aarch64 by Martin Storsjo · 8 years ago
  59. d4b3bbc Fix for Itanium mangler issue with templates by Dmitry Polukhin · 8 years ago
  60. f87496d Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  61. fd9384a Mangle __unaligned in Itanium ABI by Roger Ferrer Ibanez · 8 years ago
  62. cb89513 Avoid assert when a non-static member function is qualified with __unaligned by Roger Ferrer Ibanez · 8 years ago
  63. c396c53 [APInt] Remove references to integerPartWidth and integerPart outside of APFloat implentation. by Craig Topper · 8 years ago
  64. 81a25e35 [OpenCL] Fix type compatibility check and generic AS mangling. by Anastasia Stulova · 9 years ago
  65. 20f25cb [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. by Eric Fiselier · 9 years ago
  66. 58984e7 [OpenCL] Correct ndrange_t implementation by Anastasia Stulova · 9 years ago
  67. 3584515 P0091R3: Implement basic parsing support for C++17 deduction-guides. by Richard Smith · 9 years ago
  68. 600b526 PR0091R3: Implement parsing support for using templates as types. by Richard Smith · 9 years ago
  69. 91fb1f4 Fix actually-reachable llvm_unreachable. by Richard Smith · 9 years ago
  70. 410306b Add two new AST nodes to represent initialization of an array in terms of by Richard Smith · 9 years ago
  71. ef09aa9 Update manglings for C++17 noexcept function types to match Jason Merrill's by Richard Smith · 9 years ago
  72. 757d317 regcall: Implement regcall Calling Conv in clang by Erich Keane · 9 years ago
  73. fda59e5 Implement name mangling proposal for exception specifications from cxx-abi-dev 2016-10-11. by Richard Smith · 9 years ago
  74. afecd83 Fix bug where one of the cases where we mangle a <bare-unresolved-name> failed by Richard Smith · 9 years ago
  75. 4631be7 Fix mangling of implicit calls to operator-> to only include a single "pt", by Richard Smith · 9 years ago
  76. 7ba609a Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler by Alex Lorenz · 9 years ago
  77. fda467b PR30401: Fix substitutions for functions with abi_tag by Dmitry Polukhin · 9 years ago
  78. e6be26c ObjectiveC generics: Add ObjCTypeParamType in the type system. by Manman Ren · 9 years ago
  79. da38363 P0217R3: code generation support for decomposition declarations. by Richard Smith · 9 years ago
  80. bdb84f3 P0217R3: Parsing support and framework for AST representation of C++1z by Richard Smith · 9 years ago
  81. cb2ba5a Fix some minor issues found by Coverity. by Richard Smith · 9 years ago
  82. 29099de [ObjC] Implement @available in the Parser and AST by Erik Pilkington · 9 years ago
  83. 6d2b60a [ItaniumMangle] Correctly mangle BuiltinTemplateDecls by David Majnemer · 9 years ago
  84. 90bb49e [GCC] PR23529 Mangler part of attrbute abi_tag support by Dmitry Polukhin · 9 years ago
  85. 8c6538b AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels. by Nikolay Haustov · 9 years ago
  86. 5179eb7 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
  87. ea2a5e6 Delete dead code. by Rafael Espindola · 9 years ago
  88. 140065a [ItaniumMangle] Mangle dependent __underlying_type correctly by David Majnemer · 9 years ago
  89. fb42078 Fix mangled name of method with ns_consumed parameters. by Nico Weber · 9 years ago
  90. bb1ea2d Enable support for __float128 in Clang and enable it on pertinent platforms by Nemanja Ivanovic · 9 years ago
  91. ec24bbe PR27549: fix bug that resulted in us giving a translation-unit-scope variable a by Richard Smith · 9 years ago
  92. d7d45bf Revert 266186 as it breaks anything that includes type_traits on some platforms by Nemanja Ivanovic · 9 years ago
  93. 50f29e0 Enable support for __float128 in Clang by Nemanja Ivanovic · 9 years ago
  94. b62f144 [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library. by Alexey Bader · 9 years ago
  95. 954ba21 [OpenCL] Complete image types support. by Alexey Bader · 9 years ago
  96. 35aa5ce Add attributes for preserve_mostcc/preserve_allcc calling conventions to the C/C++ front-end by Roman Levenstein · 10 years ago
  97. 477f2bb Semantic analysis for the swiftcall calling convention. by John McCall · 10 years ago
  98. 94a4f0c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. by Alexey Bataev · 10 years ago
  99. 07daf72 Mangle extended qualifiers in the proper order and mangle the by John McCall · 10 years ago
  100. 8467c87 Fix typo in OpenCL type mangling. This is still bogus (we should either use the by Richard Smith · 10 years ago