| Age | Commit message (Expand) | Author |
| 2025-04-24 | [clang] fix typo in CHECK line | Matheus Izvekov |
| 2025-04-17 | [clang] fix unresolved dependent template specialization mangling (#136201) | Matheus Izvekov |
| 2025-04-09 | [clang] fix unresolved dependent template specialization mangling (#135111) | Matheus Izvekov |
| 2024-01-21 | [c++20] P1907R1: Support for generalized non-type template arguments of scala... | Andrey Ali Khan Bolshakov |
| 2023-09-25 | Add -fclang-abi-compat=latest to a bunch of tests for manglings that changed ... | Richard Smith |
| 2023-09-20 | Implement mangling rules for C++20 concepts and requires-expressions. | Richard Smith |
| 2023-08-28 | [clang] Remove rdar links; NFC | Aaron Ballman |
| 2023-07-17 | Revert "Remove rdar links; NFC" | Mehdi Amini |
| 2023-07-07 | Remove rdar links; NFC | Aaron Ballman |
| 2021-01-27 | Itanium Mangling: Fix handling of <expr-primary> in <template-arg>. | James Y Knight |
| 2021-01-20 | Revert "Following up on PR48517, fix handling of template arguments that refer" | Hans Wennborg |
| 2021-01-18 | [c++20] P1907R1: Support for generalized non-type template arguments of scala... | Richard Smith |
| 2021-01-18 | PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence of | Richard Smith |
| 2020-12-23 | Revert "PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence... | Adrian Kuegel |
| 2020-12-22 | Revert "[c++20] P1907R1: Support for generalized non-type template arguments ... | Arthur Eubanks |
| 2020-12-18 | [c++20] P1907R1: Support for generalized non-type template arguments of scala... | Richard Smith |
| 2020-12-17 | PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence of | Richard Smith |
| 2020-12-15 | Consider reference, pointer, and pointer-to-member TemplateArguments to be di... | Richard Smith |
| 2020-12-14 | Revert "Consider reference, pointer, and pointer-to-member TemplateArguments ... | Raphael Isemann |
| 2020-12-13 | Consider reference, pointer, and pointer-to-member TemplateArguments to be di... | Richard Smith |
| 2020-12-12 | Revert "Consider reference, pointer, and pointer-to-member TemplateArguments ... | Nikita Popov |
| 2020-12-11 | Consider reference, pointer, and pointer-to-member TemplateArguments to be di... | Richard Smith |
| 2020-11-24 | Fix mangling of substitutions for template-prefixes. | Richard Smith |
| 2016-07-12 | Fix for the mingw builder | David Majnemer |
| 2016-07-12 | [ItaniumMangle] Correctly mangle BuiltinTemplateDecls | David Majnemer |
| 2015-06-29 | Account for calling convention specifiers in function definitions in IR test ... | David Blaikie |
| 2015-02-18 | Itanium ABI: Restore disabled tests which are correctly mangled | David Majnemer |
| 2015-02-18 | Itanium ABI: Properly mangle extern "C" template arguments | David Majnemer |
| 2015-02-18 | Itanium ABI: Mangle <mangled-name> according to the ABI | David Majnemer |
| 2014-06-05 | Remove old proposal notices | Alp Toker |
| 2014-01-14 | Remove the -cxx-abi command-line flag. | Hans Wennborg |
| 2013-12-14 | Remove 'not' from some CodeGen tests | Alp Toker |
| 2013-12-13 | Prepare for using MS ABI by default for Win32: update CodeGenCXX tests | Hans Wennborg |
| 2013-12-04 | Sema: Propagate the mangling number into instantiations | David Majnemer |
| 2013-08-15 | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes... | Stephen Lin |
| 2013-06-30 | Restore r184205 and associated commits (after commit of r185290) | Stephen Lin |
| 2013-06-19 | Revert r184205 and associated patches while investigating issue with broken b... | Stephen Lin |
| 2013-06-18 | Fix C++ constructor/destructor tests when run on ARM | Stephen Lin |
| 2012-09-26 | Fix the AST representation for non-type template arguments to encode | Eli Friedman |
| 2012-08-18 | When mangling a negative number, remember that negating it does not | John McCall |
| 2012-04-04 | Implement C++11 [temp.arg.nontype]'s permission to use the address of an object | Richard Smith |
| 2012-01-06 | Fix the mangling of class template arguments in a particular | John McCall |
| 2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
| 2011-06-21 | Fix the mangling of dependent-scope decl ref expressions so that they | John McCall |
| 2011-06-14 | Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2... | Eli Friedman |
| 2011-01-25 | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola |
| 2011-01-11 | Add unnamed_addr to constructors and destructors. | Rafael Espindola |
| 2010-04-28 | Improve name mangling for dependent template names (e.g., typename | Douglas Gregor |
| 2010-04-23 | Mangle dependent template names such as the nested-name-specifier in | Douglas Gregor |
| 2010-03-13 | Give explicit template instantiations weak ODR linkage. Former | Douglas Gregor |