summaryrefslogtreecommitdiff
path: root/libiberty
Commit message (Expand)AuthorAgeFilesLines
* re PR lto/82757 (r251560 causes: plugin needed to handle lto object)Richard Biener2017-10-302-1/+12
* PR82687, g++.dg/asan/default-options-1.C fails with PR82575 fixAlan Modra2017-10-242-10/+26
* PR82575, lto debugobj references __gnu_lto_slim, ld test liblto-17 failsAlan Modra2017-10-202-6/+21
* re PR lto/82598 (lto debugobj lacks .note.GNU-stack)Jakub Jelinek2017-10-183-1/+21
* re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell2017-09-263-22/+56
* [demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell2017-09-213-77/+85
* [demangler] Fix nested generic lambdaNathan Sidwell2017-09-153-17/+59
* re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener2017-09-152-54/+74
* [Demangle PATCH] Some pre-fix cleanupsNathan Sidwell2017-09-153-40/+45
* Add DW_CFA_AARCH64_negate_ra_state to dwarf2.def/h and dwarfnames.cJiong Wang2017-09-122-0/+6
* Fix warning for simple-object-elf.c.Martin Liska2017-09-012-1/+5
* re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener2017-08-312-3/+11
* simple-object-xcoff.c (simple_object_xcoff_find_sections): Improve .go_export...Tony Reix2017-08-302-45/+93
* re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener2017-08-282-2/+9
* re PR lto/81925 (early lto debug link failure on aarch64_be)Richard Biener2017-08-222-6/+14
* re PR go/78628 (GO fails to build a translation unit decl)Richard Biener2017-08-217-21/+592
* include/ChangeLogJan Kratochvil2017-07-022-0/+15
* simple-object-xcoff.c (simple_object_xcoff_find_sections): Search symbol tabl...Tony Reix2017-06-072-9/+128
* configure.ac (strnlen): Add to AC_CHECK_DECLS.DJ Delorie2017-05-314-1/+33
* d-demangle.c (dlang_identifier): Prefix mangled init symbols with `initialize...Iain Buclaw2017-05-273-2/+9
* d-demangle.c (dlang_call_convention_p): Move declaration before dlang_type.Iain Buclaw2017-05-273-24/+44
* d-demangle.c (dlang_parse_real): Remove stack buffer, write the demangled hex...Iain Buclaw2017-05-273-17/+18
* waitpid.c (wait): Define as a macro that calls _cwait, so that this function ...Eli Zaretskii2017-05-242-0/+10
* d-demangle.c (dlang_hexdigit): New function.Iain Buclaw2017-05-013-54/+86
* d-demangle.c (strtol): Remove declaration.Iain Buclaw2017-05-013-47/+185
* d-demangle.c (dlang_parse_symbol): Remove function.Iain Buclaw2017-05-013-98/+142
* d-demangle.c (dlang_value): Add comment explaining why cases for digits are r...Iain Buclaw2017-05-013-17/+27
* d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols.Iain Buclaw2017-05-013-1/+18
* d-demangle.c (dlang_identifier): Handle template constraint symbols.Iain Buclaw2017-05-013-9/+18
* d-demangle.c (dlang_attributes): Handle scope attributes.Iain Buclaw2017-05-013-0/+53
* PR demangler/80513 check for overflows and invalid characters in thunksJonathan Wakely2017-04-274-9/+33
* libiberty: Limit demangler maximum d_print_comp recursion call depth.Mark Wielaard2017-04-212-3/+19
* libiberty: Always return NULL if d_add_substitution fails.Mark Wielaard2017-04-212-1/+7
* libiberty: Don't update and remove did_subs field from demangler structs.Mark Wielaard2017-04-213-12/+10
* cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCEPedro Alves2017-03-272-0/+6
* libiberty: Initialize d_printing in all cplus_demangle_fill_* functions.Mark Wielaard2017-03-132-0/+12
* Fix PR demangler/70909 and 67264 (endless demangler recursion)Mark Wielaard2017-03-084-25/+83
* Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf2017-01-183-0/+16
* Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf2017-01-183-2/+42
* Update copyright years.Jakub Jelinek2017-01-0493-120/+97
* Update configure deps, remove stray \xA0 in picflag.m4, regenerateAlan Modra2017-01-043-3/+10
* re PR c++/78761 (C++14, compiler generate mangled name that can not be demang...Jakub Jelinek2016-12-133-1/+14
* re PR other/78252 (C++ demangler crashes with infinite recursion with lambda ...Nathan Sidwell2016-12-123-22/+82
* Oops, fix dateDJ Delorie2016-12-061-1/+1
* * argv.c (expandargv): Check for directories passed as @-files.DJ Delorie2016-12-062-0/+23
* libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498)David Malcolm2016-11-303-9/+11
* * cp-demangle.c (d_print_comp_inner): Fix parameter indentation.Nathan Sidwell2016-11-292-1/+5
* libiberty: Add Rust symbol demangling.David Tolnay2016-11-166-4/+585
* libiberty: demangler crash with missing :? or fold expression component.Mark Wielaard2016-11-153-0/+19
* libiberty: Fix some demangler crashes caused by reading past end of input.Mark Wielaard2016-11-153-4/+41