aboutsummaryrefslogtreecommitdiff
path: root/libiberty
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-28splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger2-0/+24
2018-05-10Improve boostrap-ubsan config (PR bootstrap/64914).Martin Liska2-1/+6
2018-04-30argv.c (expandargv): Fix memory leak for expanded arguments.Daniel van Gerpen2-0/+6
2018-04-13Fix gcc.dg/debug/pr41893-1.c with Solaris ld (PR lto/81968)Rainer Orth2-0/+11
2018-03-02libiberty: fix URL for demangler ABIDavid Malcolm2-1/+5
2018-01-21simple-object-xcoff.c (simple_object_xcoff_find_sections): Use ulong_type to ...Eli Zaretskii2-5/+19
2018-01-11re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener4-160/+279
2018-01-10argv.c (expandargv): Correct check for dynamically allocated argv.Daniel van Gerpen2-3/+8
2018-01-03Update copyright years.Jakub Jelinek93-93/+97
2018-01-02re PR lto/83452 (FAIL: gfortran.dg/save_6.f90 -O0 (test for excess errors))Richard Biener2-23/+44
2017-10-30re PR lto/82757 (r251560 causes: plugin needed to handle lto object)Richard Biener2-1/+12
2017-10-24PR82687, g++.dg/asan/default-options-1.C fails with PR82575 fixAlan Modra2-10/+26
2017-10-20PR82575, lto debugobj references __gnu_lto_slim, ld test liblto-17 failsAlan Modra2-6/+21
2017-10-18re PR lto/82598 (lto debugobj lacks .note.GNU-stack)Jakub Jelinek3-1/+21
2017-09-26re PR demangler/82195 (Undemangleable lambda)Nathan Sidwell3-22/+56
2017-09-21[demangler PATCH]: Revert and update generic lambda demanglingNathan Sidwell3-77/+85
2017-09-15[demangler] Fix nested generic lambdaNathan Sidwell3-17/+59
2017-09-15re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener2-54/+74
2017-09-15[Demangle PATCH] Some pre-fix cleanupsNathan Sidwell3-40/+45
2017-09-12Add DW_CFA_AARCH64_negate_ra_state to dwarf2.def/h and dwarfnames.cJiong Wang2-0/+6
2017-09-01Fix warning for simple-object-elf.c.Martin Liska2-1/+5
2017-08-31re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener2-3/+11
2017-08-30simple-object-xcoff.c (simple_object_xcoff_find_sections): Improve .go_export...Tony Reix2-45/+93
2017-08-28re PR lto/81968 (early lto debug objects make Solaris ld SEGV)Richard Biener2-2/+9
2017-08-22re PR lto/81925 (early lto debug link failure on aarch64_be)Richard Biener2-6/+14
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener7-21/+592
2017-07-02include/ChangeLogJan Kratochvil2-0/+15
2017-06-07simple-object-xcoff.c (simple_object_xcoff_find_sections): Search symbol tabl...Tony Reix2-9/+128
2017-05-31configure.ac (strnlen): Add to AC_CHECK_DECLS.DJ Delorie4-1/+33
2017-05-27d-demangle.c (dlang_identifier): Prefix mangled init symbols with `initialize...Iain Buclaw3-2/+9
2017-05-27d-demangle.c (dlang_call_convention_p): Move declaration before dlang_type.Iain Buclaw3-24/+44
2017-05-27d-demangle.c (dlang_parse_real): Remove stack buffer, write the demangled hex...Iain Buclaw3-17/+18
2017-05-24waitpid.c (wait): Define as a macro that calls _cwait, so that this function ...Eli Zaretskii2-0/+10
2017-05-01d-demangle.c (dlang_hexdigit): New function.Iain Buclaw3-54/+86
2017-05-01d-demangle.c (strtol): Remove declaration.Iain Buclaw3-47/+185
2017-05-01d-demangle.c (dlang_parse_symbol): Remove function.Iain Buclaw3-98/+142
2017-05-01d-demangle.c (dlang_value): Add comment explaining why cases for digits are r...Iain Buclaw3-17/+27
2017-05-01d-demangle.c (dlang_parse_symbol): Skip over anonymous symbols.Iain Buclaw3-1/+18
2017-05-01d-demangle.c (dlang_identifier): Handle template constraint symbols.Iain Buclaw3-9/+18