aboutsummaryrefslogtreecommitdiff
path: root/libiberty/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-12-01c++: mangle function template constraintsJason Merrill1-0/+8
2023-08-22c++: constrained hidden friends [PR109751]Jason Merrill1-0/+3
2023-06-13c++: Fix templated convertion operator demanglingNathan Sidwell1-0/+27
2023-06-03c++: mangle noexcept-expr [PR70790]Patrick Palka1-0/+3
2023-01-16Update copyright years.Jakub Jelinek6-6/+6
2022-11-15demangler: Templated lambda demanglingNathan Sidwell1-0/+53
2022-10-14middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic supportJakub Jelinek1-0/+4
2022-10-11libiberty: Demangling 'M' prefixesNathan Sidwell1-0/+21
2022-10-07libiberty: Demangle variadic template lambdasNathan Sidwell1-0/+7
2022-09-27c++: Implement P1467R9 - Extended floating-point types and standard names com...Jakub Jelinek1-2/+6
2022-05-23demangler: C++ modules supportNathan Sidwell1-0/+67
2022-05-17demangler: Structured BindingsNathan Sidwell1-0/+10
2022-02-17libiberty rust-demangle, ignore .suffixMark Wielaard1-0/+26
2022-01-03Update copyright years.Jakub Jelinek6-6/+6
2021-12-30libiberty: support digits in cpp mangled clone namesLancelot SIX1-0/+5
2021-10-17[PATCH] d-demangle: properly skip anonymous symbolsLuís Ferreira1-0/+8
2021-10-14libiberty: d-demangle: Add test case for function literalsLuís Ferreira1-0/+4
2021-10-14libiberty: d-demangle: add test cases for simple special manglesLuís Ferreira1-0/+8
2021-10-01libiberty: testsuite: add missing format on d-demangle-expectedLuís Ferreira1-0/+1
2021-09-23libiberty: prevent null dereferencing on dlang_typeLuís Ferreira1-1/+4
2021-08-30libiberty: Add support for demangling local D template declarationsIain Buclaw1-0/+24
2021-08-30libiberty: Add support for demangling D function literals as template value p...Iain Buclaw1-0/+4
2021-08-30libiberty: Add support for D `typeof(*null)' typesIain Buclaw1-1/+5
2021-03-30c++: Adjust mangling of __alignof__ [PR88115]Patrick Palka1-2/+2
2021-01-04Update copyright years.Jakub Jelinek6-6/+6
2020-12-21c++: Fix demangling of <unresolved-name>Jason Merrill1-0/+3
2020-12-21c++: Fix demangling of qualified-id after '.'Jason Merrill1-0/+3
2020-12-21c++: Fix demangling of x.operator typeJason Merrill1-0/+6
2020-11-13libiberty: Support the new ("v0") mangling scheme in rust-demangleEduard-Mihai Burtescu1-1/+133
2020-11-11c++: Change the mangling of __alignof__ [PR88115]Patrick Palka1-0/+7
2020-09-08ubsan: d-demangle.c:214 signed integer overflowAlan Modra1-0/+8
2020-08-26libiberty: Add support for `in' and `in ref' storage classes.Iain Buclaw1-8/+8
2020-07-14demangler: don't treat lambda as a substitution candidateIan Lance Taylor1-5/+9
2020-07-10c++: Support non-type template parms of union type.Jason Merrill1-0/+9
2020-05-15libiberty: Handle @live attribute in D demangler.Iain Buclaw1-0/+8
2020-05-14libiberty: Update D symbol demangling for latest ABI spec.Iain Buclaw1-0/+72
2020-04-27demangler: Handle <=> operator in the demangler [PR94797]Jakub Jelinek1-0/+3
2020-03-02Fix a libiberty testsuite failureNick Clifton1-1/+1
2020-01-18[libiberty] Update demangler to handle co_await operator.Iain Sandoe1-0/+3
2020-01-01Update copyright years.Jakub Jelinek6-6/+6
2019-11-16* testsuite/demangle-expected: Fix test.Miguel Saldivar1-1/+1
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar1-0/+4
2019-10-28cp-demangle.c (d_print_mod): Add a space before printing `complex` and `imagi...Miguel Saldivar1-1/+1
2019-10-03rust-demangle.c (looks_like_rust): Remove.Eduard-Mihai Burtescu1-1/+1
2019-09-03rust-demangle.c (unescape): Remove.Eduard-Mihai Burtescu1-0/+4
2019-04-30d-demangle.c (dlang_parse_assocarray): Correctly handle error result.Ben L1-0/+4
2019-04-30d-demangle.c (dlang_parse_tuple): Correctly handle error result.Ben L1-0/+4
2019-04-30d-demangle.c (dlang_parse_structlit): Correctly handle error result.Ben L1-0/+4
2019-04-30d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.Ben L1-0/+4
2019-04-30d-demangle.c (dlang_parse_integer): Fix stack underflow.Ben L1-0/+4