aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
2020-01-23[libiberty] output empty args as a pair of quotesAlexandre Oliva2-0/+12
2020-01-18[libiberty] Update demangler to handle co_await operator.Iain Sandoe2-0/+4
2020-01-01Update copyright years.Jakub Jelinek94-94/+98
2019-12-06Fix read buffer overflow in split_directoriesTim Ruehsen2-0/+8
2019-11-16[PATCH] Fix slowness in demanglerJeff Law3-5/+30
2019-11-16[PATCH] Refactor rust-demangle to be independent of C++ demangling.Eduard-Mihai Burtescu4-266/+427
2019-11-16* testsuite/demangle-expected: Fix test.Miguel Saldivar2-1/+5
2019-11-04PR c++/91979 - mangling nullptr expressionKamlesh Kumar3-0/+21
2019-10-29cp-demangle.c (d_number): Avoid signed int overflow.Paul Pluzhnikov2-1/+5
2019-10-28cp-demangle.c (d_print_mod): Add a space before printing `complex` and `imagi...Miguel Saldivar3-3/+9
2019-10-03rust-demangle.c (looks_like_rust): Remove.Eduard-Mihai Burtescu3-40/+34
2019-09-03rust-demangle.c (unescape): Remove.Eduard-Mihai Burtescu3-147/+148
2019-08-27Share a prevailing name for remove debug info symbols w/ LTO.Martin Liska2-22/+56
2019-08-12Move is_valid_fd to filedescriptor.c file.Martin Liska4-17/+66
2019-08-08Fix file descriptor existence of MinGW.Martin Liska2-0/+21
2019-07-24Fix off-by-one in simple-object-elf.c (PR lto/91228).Martin Liska2-2/+8
2019-07-23libiberty: Check zero value shstrndx in simple-object-elf.cRen Kimura2-1/+14
2019-07-22Do not emit __gnu_lto_v1 symbol.Martin Liska2-15/+13
2019-07-18demangle.h (rust_is_mangled): Move to libiberty/rust-demangle.h.Eduard-Mihai Burtescu4-0/+53
2019-05-31cp-demangle.c: Don't define CP_DYNAMIC_ARRAYS if __STDC_NO_VLA__ is non-zero.Michael Forney2-2/+7
2019-04-30d-demangle.c (dlang_parse_assocarray): Correctly handle error result.Ben L3-0/+12
2019-04-30d-demangle.c (dlang_parse_tuple): Correctly handle error result.Ben L3-0/+10
2019-04-30d-demangle.c (dlang_parse_structlit): Correctly handle error result.Ben L3-0/+10
2019-04-30d-demangle.c (dlang_parse_arrayliteral): Correctly handle error result.Ben L3-0/+10
2019-04-30d-demangle.c (dlang_parse_integer): Fix stack underflow.Ben L3-3/+10
2019-04-30cp-demangle (d_print_comp_inner): Guard against a NULL 'typed_name'.Ben L3-6/+14
2019-04-30cp-demangle.c (d_encoding): Guard against NULL return values from d_right (dc).Ben L3-2/+19
2019-04-29cp-demangle.c (d_expression_1): Don't peek ahead unless the current char is v...Ben L3-1/+11
2019-04-10Fix a stack exhaustion bug in libiberty's demangler when decoding a pathalogi...Nick Clifton2-22/+39
2019-04-07Regenerate libiberty/functions.texiAlan Modra2-27/+34
2019-03-14hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is...Jason Merrill2-1/+7
2019-02-12Fix splay tree KEY leak detected in GDB test gdb.base/macscp.expPhilippe Waroquiers2-3/+16
2019-01-22re PR lto/88422 (collect2.exe: fatal error: lto-wrapper returned 1 exit statu...Nidal Faour2-1/+12
2019-01-21Fix leak in splay-treeTom Tromey2-0/+6
2019-01-14Implement P0482R5, char8_t: A type for UTF-8 characters and stringsTom Honermann3-7/+20
2019-01-09PR other/16615 [2/5]Sandra Loosemore4-4/+12
2019-01-01Update copyright years.Jakub Jelinek93-93/+97
2018-12-22Remove support for demangling GCC 2.x era mangling schemes.Jason Merrill3-7970/+67
2018-12-07Add a recursion limit to libiberty's demangling code. The limit is enabled b...Nick Clifton4-13/+101
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill3-1/+30
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers4-511/+627
2018-10-01[libiberty] Use pipe inside pex_runNathan Sidwell5-45/+109
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska1-4/+4
2018-08-23[libiberty patch] Fix PGO bootstrapNathan Sidwell2-80/+90
2018-08-21[libiberty patch] PEX-unix forkingNathan Sidwell2-86/+77
2018-07-30cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0.Tom Tromey2-1/+6
2018-07-26Add linker_output as prefix for LTO temps (PR lto/86548).Martin Liska2-6/+26
2018-07-19simple-object-elf.c (ENOTSUP): If not defined by errno.h, redirect to ENOSYS.Eli Zaretskii2-0/+9
2018-05-30simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter.Jan Hubicka1-2/+0
2018-05-30simple-object.h (simple_object_copy_lto_debug_sections): Add rename parameter.Jan Hubicka2-11/+43