summaryrefslogtreecommitdiff
path: root/libiberty/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-036-6/+6
* re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell2017-09-261-20/+29
* [demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell2017-09-211-6/+11
* [demangler] Fix nested generic lambdaNathan Sidwell2017-09-151-0/+14
* [Demangle PATCH] Some pre-fix cleanupsNathan Sidwell2017-09-151-3/+4
* d-demangle.c (dlang_identifier): Prefix mangled init symbols with `initialize...Iain Buclaw2017-05-271-1/+1
* d-demangle.c (dlang_call_convention_p): Move declaration before dlang_type.Iain Buclaw2017-05-271-0/+8
* d-demangle.c (dlang_parse_real): Remove stack buffer, write the demangled hex...Iain Buclaw2017-05-271-0/+4
* d-demangle.c (dlang_hexdigit): New function.Iain Buclaw2017-05-011-2/+18
* d-demangle.c (strtol): Remove declaration.Iain Buclaw2017-05-011-0/+120
* d-demangle.c (dlang_parse_symbol): Remove function.Iain Buclaw2017-05-011-0/+12
* d-demangle.c (dlang_value): Add comment explaining why cases for digits are r...Iain Buclaw2017-05-011-17/+17
* d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols.Iain Buclaw2017-05-011-0/+8
* d-demangle.c (dlang_identifier): Handle template constraint symbols.Iain Buclaw2017-05-011-0/+4
* d-demangle.c (dlang_attributes): Handle scope attributes.Iain Buclaw2017-05-011-0/+44
* PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely2017-04-271-0/+15
* Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard2017-03-081-0/+31
* Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf2017-01-181-0/+7
* Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf2017-01-181-0/+16
* Update copyright years.Jakub Jelinek2017-01-046-7/+6
* re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek2016-12-131-0/+3
* re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell2016-12-121-0/+29
* libiberty: Add Rust symbol demangling.David Tolnay2016-11-162-2/+166
* libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard2016-11-151-0/+8
* libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard2016-11-151-0/+20
* Implement P0012R1, Make exception specifications part of the type system.Jason Merrill2016-11-071-0/+10
* Implement P0136R1, Rewording inheriting constructors.Jason Merrill2016-11-011-0/+4
* Fix zero-length parameter bug in pex_run.Andrew Stubbs2016-09-191-0/+14
* re PR c++/71696 (Libiberty Demangler segfaults (6))Marcel Böhme2016-08-041-0/+5
* Demangle C++17 fold-expressions.Jason Merrill2016-07-181-0/+12
* PR c++/71814 - mangling sizeof... (sP and sZ)Jason Merrill2016-07-151-0/+6
* re PR c++/70926 (Libiberty Demangler segfaults (5))Marcel Böhme2016-07-131-0/+13
* cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference constant.Artemiy Volkov2016-05-181-0/+115
* Demangler integer overflow fixes from Marcel Böhme.Marcel Böhme2016-05-021-2/+12
* cplus-dem.c (squangle_mop_up): Zero bsize/ksize after freeing btypevec/ktypevec.Mikhail Maltsev2016-03-311-0/+10
* d-demangle.c (dlang_call_convention): Handle extern Objective-C function call...Iain Buclaw2016-01-271-0/+8
* d-demangle.c (dlang_function_args): Append ',' for variadic functions only if...Iain Buclaw2016-01-271-0/+4
* d-demangle.c (dlang_type): Handle function types only in the context of seein...Iain Buclaw2016-01-271-20/+20
* PR other/61321 - demangler crash on casts in template parametersPedro Alves2015-11-271-0/+23
* Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill2015-10-041-0/+3
* cp-demangle.c (d_abi_tags): Preserve di->last_name across any ABI tags.Ian Lance Taylor2015-08-151-0/+6
* Fix test failure on Solaris 9 where strtod() does not accept hexadecimalsIain Buclaw2015-08-111-11/+11
* Fix several crashes of C++ demangler on fuzzed input.Mikhail Maltsev2015-07-131-0/+30
* re PR c++/44282 (fastcall is not mangled at all)Jason Merrill2015-06-011-0/+3
* d-demangle.c (dlang_symbol_kinds): New enum.Iain Buclaw2015-05-161-13/+33
* d-demangle.c (dlang_template_args): Skip over specialized template parameters...Iain Buclaw2015-05-161-0/+8
* d-demangle.c (dlang_type): Handle cent and ucent types.Iain Buclaw2015-05-161-0/+8
* d-demangle.c (dlang_attributes): Handle return attributes, ignoring return pa...Iain Buclaw2015-05-161-0/+40
* d-demangle.c (dlang_identifier): Check encoded length of identifier to verify...Iain Buclaw2015-05-161-1/+1
* d-demangle.c (dlang_type_modifiers): New function.Iain Buclaw2015-05-161-0/+64