summaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)Author
2019-05-31cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__ is non-zero.Michael Forney
2019-04-30d-demangle.c (dlang_parse_assocarray): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_tuple): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_structlit): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.Ben L
2019-04-30d-demangle.c (dlang_parse_integer): Fix stack underflow.Ben L
2019-04-30cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.Ben L
2019-04-30cp-demangle.c (d_encoding): Guard against NULL return values from d_right (dc).Ben L
2019-04-29cp-demangle.c (d_expression_1): Don't peek ahead unless the current char is v...Ben L
2019-04-10Fix a stack exhaustion bug in libiberty's demangler when decoding a pathalogi...Nick Clifton
2019-04-07Regenerate libiberty/functions.texiAlan Modra
2019-03-14hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is...Jason Merrill
2019-02-12Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers
2019-01-22re PR lto/88422 (collect2.exe: fatal error: lto-wrapper returned 1 exit statu...Nidal Faour
2019-01-21Fix leak in splay-treeTom Tromey
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann
2019-01-09PR other/16615 [2/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill
2018-12-07Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-10-01[libiberty] Use pipe inside pex_runNathan Sidwell
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska
2018-08-23[libiberty patch] Fix PGO bootstrapNathan Sidwell
2018-08-21[libiberty patch] PEX-unix forkingNathan Sidwell
2018-07-30cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0.Tom Tromey
2018-07-26Add linker_output as prefix for LTO temps (PR lto/86548).Martin Liska
2018-07-19simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect to ENOSYS.Eli Zaretskii
2018-05-30simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter.Jan Hubicka
2018-05-30simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter.Jan Hubicka
2018-05-28splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger
2018-05-10Improve boostrap-ubsan config (PR bootstrap/64914).Martin Liska
2018-04-30argv.c (expandargv): Fix memory leak for expanded arguments.Daniel van Gerpen
2018-04-13Fix gcc.dg/debug/pr41893-1.c with Solaris ld (PR lto/81968)Rainer Orth
2018-03-02libiberty: fix URL for demangler ABIDavid Malcolm
2018-01-21simple-object-xcoff.c (simple_object_xcoff_find_sections): Use ulong_type to ...Eli Zaretskii
2018-01-11re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener
2018-01-10argv.c (expandargv): Correct check for dynamically allocated argv.Daniel van Gerpen
2018-01-03Update copyright years.Jakub Jelinek
2018-01-02re PR lto/83452 (FAIL: gfortran.dg/save_6.f90 -O0 (test for excess errors))Richard Biener
2017-10-30re PR lto/82757 (r251560 causes: plugin needed to handle lto object)Richard Biener
2017-10-24PR82687, g++.dg/asan/default-options-1.C fails with PR82575 fixAlan Modra
2017-10-20PR82575, lto debugobj references __gnu_lto_slim, ld test liblto-17 failsAlan Modra
2017-10-18re PR lto/82598 (lto debugobj lacks .note.GNU-stack)Jakub Jelinek
2017-09-26re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell
2017-09-21[demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell
2017-09-15[demangler] Fix nested generic lambdaNathan Sidwell
2017-09-15re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener
2017-09-15[Demangle PATCH] Some pre-fix cleanupsNathan Sidwell