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