aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
AgeCommit message (Expand)Author
2019-11-16[PATCH] Fix slowness in demanglerJeff Law
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu
2019-11-16 * testsuite/demangle-expected: Fix test.Miguel Saldivar
2019-11-04 PR c++/91979 - mangling nullptr expressionKamlesh Kumar
2019-10-292019-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2019-10-28 * cp-demangle.c (d_print_mod): Add a space before printing `complex`Miguel Saldivar
2019-10-03 * rust-demangle.c (looks_like_rust): Remove.Eduard-Mihai Burtescu
2019-09-03 * rust-demangle.c (unescape): Remove.Eduard-Mihai Burtescu
2019-08-27Share a prevailing name for remove debug info symbols w/ LTO.Martin Liska
2019-08-12Move is_valid_fd to filedescriptor.c file.Martin Liska
2019-08-08Fix file descriptor existence of MinGW.Martin Liska
2019-07-24Fix off-by-one in simple-object-elf.c (PR lto/91228).Martin Liska
2019-07-23libiberty: Check zero value shstrndx in simple-object-elf.cRen Kimura
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska
2019-07-18include/Eduard-Mihai Burtescu
2019-05-31 * cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__Michael Forney
2019-04-30 * d-demangle.c (dlang_parse_assocarray): Correctly handle error result.Jeff Law
2019-04-30 * d-demangle.c (dlang_parse_tuple): Correctly handle error result.Jeff Law
2019-04-30 * d-demangle.c (dlang_parse_structlit): Correctly handle error result.Jeff Law
2019-04-30 * d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.Jeff Law
2019-04-30 * d-demangle.c (dlang_parse_integer): Fix stack underflow.Jeff Law
2019-04-30 * cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.Jeff Law
2019-04-30 * cp-demangle.c (d_encoding): Guard against NULL return values fromBen L
2019-04-29 * cp-demangle.c (d_expression_1): Don't peek ahead unless the currentBen 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-14 * hash-table.h (remove_elt_with_hash): Return if slot is NULL ratherJason Merrill
2019-02-12Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers
2019-01-222019-01-22 Nidal Faour <nidal.faour@wdc.com>Nidal Faour
2019-01-21Fix leak in splay-treeTom Tromey
2019-01-14 Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-23 Remove 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-05 Implement 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-302018-07-30 Tom Tromey <tom@tromey.com>Tom Tromey
2018-07-26Add linker_output as prefix for LTO temps (PR lto/86548).Martin Liska
2018-07-192018-07-19 Eli Zaretskii <eliz@gnu.org>Eli Zaretskii
2018-05-30 * simple-object.h (simple_object_copy_lto_debug_sections): Add renameJan Hubicka
2018-05-30 * simple-object.h (simple_object_copy_lto_debug_sections): Add renameJan Hubicka
2018-05-28include:Bernd Edlinger
2018-05-10Improve boostrap-ubsan config (PR bootstrap/64914).Martin Liska
2018-04-30 * argv.c (expandargv): Fix memory leak for expandedDaniel van Gerpen
2018-04-13Fix gcc.dg/debug/pr41893-1.c with Solaris ld (PR lto/81968)Rainer Orth