summaryrefslogtreecommitdiff
path: root/libiberty/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* d-demangle.c (dlang_parse_string): Represent embedded whitespace or non-print...Iain Buclaw2015-05-161-0/+4
* Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.Max Ostapenko2015-04-141-1/+1
* Cast strtol return to unsigned longKirill Yukhin2014-11-121-1/+2
* Add strtoll and strtoull to libiberty.Yury Gribov2014-10-282-1/+195
* mangle.c (is_std_substitution): Check for abi_tag.Jason Merrill2014-09-261-0/+3
* demangle.h (DMGL_DLANG): New macro.Iain Buclaw2014-09-232-1/+940
* cp-demangle.c (d_dump): Only access field from s_fixed part of the union for ...Andrew Burgess2014-08-291-0/+5
* demangler-fuzzer.c: New file.Gary Benson2014-08-132-0/+117
* Fix test in libiberty/testsuite/demangle-expected.Thomas Schwinge2014-05-221-0/+1
* cplus-dmem.c (internal_cplus_demangle): Free any resources allocated by possi...Andrew Burgess2014-05-141-0/+4
* cp-demangle.c (struct d_component_stack): New structure.Gary Benson2014-05-081-0/+26
* Fix demangler to handle conversion operators correctly.Cary Coutant2013-11-221-0/+20
* * testsuite/test-demangle.c: Include unistd.h.Gerald Pfeifer2013-10-271-0/+3
* cp-demangle.c (struct d_saved_scope): New structure.Gary Benson2013-10-251-0/+3
* * testsuite/test-expandargv.c: Include unistd.h.Gerald Pfeifer2013-10-231-0/+3
* cp-demangle.c (d_name): Demangle local-source-names.Paul Pluzhnikov2013-10-111-0/+3
* re PR bootstrap/58386 (libstdc++.so.6: undefined symbol: htab_hash_pointer)Paolo Carlini2013-09-101-3/+0
* cp-demangle.c: Include hashtab.h.Gary Benson2013-09-101-0/+3
* cp-demangle.c (cplus_demangle_type): Fix function quals.Jason Merrill2013-04-031-2/+2
* Demangle C++11 ref-qualifier.Jason Merrill2013-04-031-0/+12